From: <xmp...@er...> - 2013-09-11 21:10:21
|
Erin Matthew Corson writes: - Hey Guys, - - I am trying to use the jabberbot code but am confused by a couple things. - - My situation is that the username I use for the jabber server is - an email address and the domain at the end is not the same as the - domain used for the jabber server. If your XMPP server has proper SRV records mapping example.com to place.example.com, the jabberbot/xmpp library will do the right thing, - For instance - - username: ex...@ex... - server: place.example.com - - Would I enter ex...@ex...@place.example.com as my username - or is there a way to explicitly set the server domain? If your XMPP server doesn't have SRV records, jabberbot.py doesn't include anything to help, you'll have to reimplment/override the __init__ function to add support for that. -- Eric Schnoebelen er...@ci... http://www.cirr.com "As far as I know, there will be no more unplanned surprises this week." |