Try removing this test if you want to chat with the jabber user:
if (xmpp.getPresence(jid).isAvailable())
getPresence () only works for the Gtalk user (I'm sure for the python API and not for JAVA).
In any case, insert your snippet if you can.
source
share