From 121d288ba44d1945ad294fb7e61426df981bba67 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 9 Jun 2015 00:18:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a18150..8a90cb7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Stabber acts as a stubbed XMPP service for testing purposes, the API allows: An HTTP API is also included, currently only supporting the `stbbr_send`, `stbbr_for_id` and `stbbr_for_query` operations. The project is work in progress with only the basics implemented, and is being developed alongside https://github.com/boothj5/profanity -Currently the only API is written in C. +Currently the only API is written in C. Python bindings are in progress: https://github.com/boothj5/stabber-python # Installing ```