I\'m trying to send XHTML (a hyperlink) over Jabber (to Google Talk) using xmpppy, but can\'t find a good working example... I tried with this:
I can\'t figure out the problem and want some input as to whether my Python code is incorrect, or if this is an issue or design limitation of Python XMPP library. I\'m new to Python by the way.
I\'m trying to use xmpppy for sending jabber-messages from a django-website. This works entirely fine.
Where do I find the full JID value after connecting and authenticating against a Jabber server when using the xmpppy library?