Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/jehiah/xmpp_ioloop
- Owner: jehiah
- Created: 2013-02-01T03:54:13.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T03:55:44.000Z (almost 12 years ago)
- Last Synced: 2024-04-17T15:23:23.603Z (7 months ago)
- Language: Python
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 serversFor more details see `example.py`