Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Link Mauve
python-nbxmpp
Commits
5a943923
Commit
5a943923
authored
Oct 24, 2016
by
Yann Leboulanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add README.md
parent
a38f2229
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
README.md
README.md
+18
-0
No files found.
README.md
0 → 100644
View file @
5a943923
## 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment