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
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2016-10-24 12:01:51 +0300
committerYann Leboulanger <asterix@lagaule.org>2016-10-24 12:01:51 +0300
commit5a9439230284f0590f0bbb6b0880df5d7098e1e2 (patch)
treee0580cee34d1c9b781b8d42235c0e4fb53ceb2d8 /README.md
parenta38f22297bc716f2c2d90f2ba1e0fc58204d83eb (diff)
Add README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..38c2dda
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+## Welcome to python-nbxmpp website
+
+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.
+
+## Features
+
+ * Asynchronous
+ * Supports ANONYMOUS, EXTERNAL, GSSAPI, SCRAM-SHA-1, DIGEST-MD5, PLAIN, and X-MESSENGER-OAUTH2 authentication mechanisms.
+ * Supports connection via proxies
+ * Suppors TLS
+ * Supports [BOSH (XEP-0124)](https://xmpp.org/extensions/xep-0124.html)
+ * Support [Stream Managemen (XEP-0198)](https://xmpp.org/extensions/xep-0198.html)
+
+## Starting Points
+
+ * [Downloads](/tags)
+ * You can also clone the git repository at http://gitlab.gajim.org/gajim/python-nbxmpp.git
+ * [Example](/tree/master/doc/examples) \ No newline at end of file