Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Try using the slixmpp python lib. You can get their Multi User Chatroom code from here: Mulit-User Chat (MUC) Bot — slixmppIn my case, I had to change this one line near the bottom: xmpp.connect()To: xmpp.connect(address=('<your IMP server>',...