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: aee0441961943379abf1bf64de8f41683e590d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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