Programmatically create room

Hello,

I’d like to be able to create a chat room in an Openfire server using a python client application. I have already looked at the Smack API (and some code) but I could not figure out if and if so how this could be done in a python based application. I planned on using SleekXMPP (https://github.com/fritzy/SleekXMPP) but I am not categorical about that. I’d prefer to be able to do it in python but if that won’t work I could also write a standard alone application and use that application from within my python code. But that leaves me with the first question of how to create a room using XMPP/API calls. Please enlighten me.

Regards

See

http://xmpp.org/extensions/xep-0045.html#createroom

Thanks a lot CSH, this looks like it might be what I was looking for.