I have been trying all day to get an xmpp message to hit my openfire server but I've had absolutely no luck. My use case is to allow my django application to send messages to our support chat room when certain site failures happen.
I have tried xmpppy, sleekxmpp and pyxmpp2. Anyone have any advice?
Requirements:
-connection to the server
-authentication
-logging into chat room
-posting a message
-disconnect
Any help or links would be much appreciated.
Thanks.