Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..aee0441
--- /dev/null
+++ b/README
@@ -0,0 +1,17 @@
+ python-nbxmpp
+ http://python-nbxmpp.gajim.org
+
+ The goal of this python library is to provide 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.
+
+ Installation
+
+Simply run 'python setup.py install' as root
+
+ Usage
+
+You have to 'import xmpppy' in your program. Then look at examples in ths doc
+folder.
+
+2012-05-08 Yann Leboulanger