Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

||Investigate XMPP protocol support #44

Open
glaslos opened this issue Jan 30, 2013 · 4 comments
Open

||Investigate XMPP protocol support #44

glaslos opened this issue Jan 30, 2013 · 4 comments
Labels

Comments

@glaslos
Copy link
Member

glaslos commented Jan 30, 2013

Provide XMPP as communication transport layer

@ihpd
Copy link
Contributor

ihpd commented Jan 30, 2013

SleekXMPP or Twisted/Wokkel , what would be your preference for XMPP library ?

@pjlantz
Copy link
Contributor

pjlantz commented Jan 30, 2013

SleekXMPP is a good library with good documentation which I used in Hale. (https://github.com/pjlantz/Hale/blob/master/src/xmpp/producerBot.py)

Wokkel I dont know, but its built on top of Twisted which we do not like :)

@pjlantz
Copy link
Contributor

pjlantz commented Jan 30, 2013

It's cleaner if we do not mix the event loops.
Here is a Gevent fork of SleekXMPP
https://github.com/lawnsea/SleekXMPP-gevent

@glaslos
Copy link
Member Author

glaslos commented Jan 30, 2013

That looks like a good choice

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants