Comments:"XmppFlask — XmppFlask 0.1 documentation"
URL:http://xmppflask.org/index.html
XmppFlask is easy to use XMPP framework that is inspired (heavily) byFlask. It is intended to be as easy to use as Flask itself is.
XmppFlask is easy to start with
The main idea is to make you happy with writing small jabber bots. Like this:
fromxmppflaskimportXmppFlaskapp=XmppFlask(__name__)@app.route(u'ping')defping():returnu'pong'
Status
It’s in status of ideal suitability for “use and help polishing it”, since some obvious improvements could be done.