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

README.md - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 051dcb202d9f57671c306f58949657bf500e6a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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](http://dev.gajim.org/gajim/python-nbxmpp/tags)
 * You can also clone the git repository at http://dev.gajim.org/gajim/python-nbxmpp.git
 * [Example](http://dev.gajim.org/gajim/python-nbxmpp/tree/master/doc/examples)