Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jehiah/xmpp_ioloop

a XMPP client build on Tornado's IOLoop (works with talk.google.com)
https://github.com/jehiah/xmpp_ioloop

Last synced: 24 days ago
JSON representation

a XMPP client build on Tornado's IOLoop (works with talk.google.com)

Awesome Lists containing this project

README

        

This is a XMPP client built on [tornado's ioloop](http://www.tornadoweb.org/documentation/ioloop.html) to make it easy to integrate
xmpp handling into other async applications.

It has been tested against talk.google.com for google apps domains. YMMV for connecting
to other XMPP servers

For more details see `example.py`