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

README - dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
blob: 978e968d27fe563a5193ea8c68f79783ca6030f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
                              python-nbxmpp
                  http://dev.gajim.org/gajim/python-nbxmpp

 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 nbxmpp' in your program. Then look at examples in the doc
folder.

2012-05-08       Yann Leboulanger