I could see people wanting to use this to add simple chat rooms to existing products. I would probably think about going through the XEP-0045 standard to verify that you are satisfying all the requirements for XMPP Chatrooms (if you aren't, you're probably pretty close), and adding that to the documentation. If someone at an actual company were to try to use this, it would be helpful if they could say that hermes supports the proper XMPP standard.
4 comments
[ 3.1 ms ] story [ 25.2 ms ] threadHermes is my first real foray into the XMPP/Jabber protocols and is definitely still a work in progress; probably especially on the compliance front!
[1] http://xmpp.org/extensions/xep-0045.html
EDIT: install_requires=['xmpppy>=0.5.0rc1']