Home - Jajcus/pyxmpp2 GitHub Wiki
Welcome to the PyXMPP 2 wiki!
News
2011-07-10: The second 'alpha' release: 2.0alpha2
Version numbering has been changed to use the format expected by Distribute.
This release introduces:
- Python 3.2 support
- Roster handling
- More examples
- many fixes and internal improvements
The release is available at the 2.0alpha2 tag, in the pyxmpp2-2.0alpha2.tar.gz source package and on the PyPI.
2011-06-30: The first 'alpha' release: 1.99.1-alpha1
The first PyXMPP release is here. It still doesn't have all the basic XMPP functionality (e.g. still no roster handling), it still is not tested on many platforms or with lots of other implementations, but it works.
The release is available at the 1.99.1-alpha1 tag or in the pyxmpp2-1.99.1-alpha1.tar.gz source package.
Tutorials and examples
- The simplest way to send an XMPP message
- Tutorial: message sending client
- Echo Bot: examples/echobot.py