summaryrefslogtreecommitdiffstats
path: root/python/python-nbxmpp/README
diff options
context:
space:
mode:
author Ruben Schuller <ruben@orgizm.net>2014-10-31 20:04:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-31 20:04:19 +0700
commitf95d76e7f9921ab9a57844ece17be9495b095302 (patch)
tree30584f1ff404716f9dfc4c40beabbc0b864ce3ea /python/python-nbxmpp/README
parent3c6a632a10404598fb6b68bff38c08f954bb912c (diff)
downloadslackbuilds-f95d76e7f9921ab9a57844ece17be9495b095302.tar.gz
slackbuilds-f95d76e7f9921ab9a57844ece17be9495b095302.tar.xz
python/python-nbxmpp: Added (python non blocking xmpp library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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.