summaryrefslogtreecommitdiffstats
path: root/python/python-nbxmpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-nbxmpp/README')
-rw-r--r--python/python-nbxmpp/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-nbxmpp/README b/python/python-nbxmpp/README
new file mode 100644
index 0000000000..0b019dc8c8
--- /dev/null
+++ b/python/python-nbxmpp/README
@@ -0,0 +1,5 @@
+python-nbxmpp is a Python library that provides a way for Python
+applications to use Jabber/XMPP networks in a non-blocking way.
+
+This library is initialy a fork of xmpppy one, but using
+non-blocking sockets.