_images/xmppflask.png

XmppFlask is easy to use XMPP framework that is inspired (heavily) by Flask. It is intended to be as easy to use as Flask itself is.

XmppFlask

XmppFlask is easy to start with

The main idea is to make you happy with writing small jabber bots. Like this:

from xmppflask import XmppFlask
app = XmppFlask(__name__)

@app.route(u'ping')
def ping():
    return u'pong'

Source Code

Source code is available via bitbucket https://bitbucket.org/k_bx/xmppflask.

Status

It’s in status of ideal suitability for “use and help polishing it”, since some obvious improvements could be done.

Authors

Original author is Konstantine Rybnikov. Current main developer is Alexander Shorin

Great thanks to contributors:

Feel free to be the next one.

Community

Join us at jabber conference xmppflask@conference.jabber.org for discussions. Homepage is located at http://xmppflask.org.