Skip to content
CyrilPeponnet edited this page Sep 26, 2014 · 4 revisions

About

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.

Documentation

Examples provided in example folder

  • 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
Clone this wiki locally