Вывод дебага xmpppy:
DEBUG: flags defined: gen_auth,dispatcher
DEBUG: dispatcher start Plugging <xmpp.dispatcher.Dispatcher instance at 0x00DEFF30> into <xmpp.client.Client instance at 0x00DEFB98>
DEBUG: dispatcher info Registering namespace "unknown"
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher info Registering namespace "http://etherx.jabber.org/streams"
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher info Registering namespace "jabber:client"
DEBUG: dispatcher info Registering protocol "unknown" as <class 'xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher info Registering protocol "default" as <class 'xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher info Registering protocol "iq" as <class 'xmpp.protocol.Iq'>(jabber:client)
DEBUG: dispatcher info Registering protocol "presence" as <class 'xmpp.protocol.Presence'>(jabber:client)
DEBUG: dispatcher info Registering protocol "message" as <class 'xmpp.protocol.Message'>(jabber:client)
DEBUG: dispatcher info Registering handler <bound method Dispatcher.streamErrorHandler of <xmpp.dispatcher.Dispatcher instance at 0x00DEFF30>> for "error" type-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher warn Registering protocol "error" as <class 'xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
connected with tcp
DEBUG: dispatcher warn Unknown stanza: features
DEBUG: dispatcher ok Dispatching unknown stanza with type-> props->[u'http://jabber.org/features/iq-auth'] id->None
DEBUG: gen_auth start Plugging <xmpp.auth.NonSASL instance at 0x00DF5828> into <xmpp.client.Client instance at 0x00DEFB98>
DEBUG: gen_auth start Querying server about possible auth methods
DEBUG: dispatcher wait Waiting for ID:1 with timeout 25...
could not authenticate!
DEBUG: dispatcher ok Got jabber:client/iq stanza
DEBUG: dispatcher ok Dispatching iq stanza with type->error props->[u'jabber:iq:auth', u'jabber:client'] id->1
DEBUG: dispatcher ok Expected stanza arrived!
DEBUG: gen_auth error No result node arrived! Aborting...