forked from xmpppy/xmpppy
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
CyrilPeponnet edited this page Sep 26, 2014
·
4 revisions
xmpppy is a Python library that is targeted to provide easy scripting with Jabber. Similar projects are Twisted Words and jabber.py.
This library was not designed from scratch. It inherits some code from jabberpy and have very similar API in many places. Though it is separate project since it have almost completely different architecture and primarily aims to work with jabberd2 - the new Open Source Jabber Server.
xmpppy is distributed under the terms of GNU General Public License and can be freely redistributed without any charge.
- Basic documentation with a simple script.
- Advanced documentation with architecture of library and guidelines
- API Documentation
- example.py Self-explanatory library usage example
- xsend.py Command-line utility for sending jabber messages
- xtalk.py Command-line utility for chatting with a single user
- bot.py Xmpppy bot framework, handles messages
- commandsbot.py Xmpppy bot framework, handles ad hoc commands
- logger.py Simple conference logger bot