Ticket #1953 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

contacts lost after merging in metacontacts

Reported by: vktgz Owned by: asterix, dkirov
Priority: high Milestone: 0.11
Component: roster Version: 0.10
Severity: critical Keywords:
Cc: OS:

Description

After merging several contacts in metacontacts and restarting gajim they are lost - Gajim can't add them to roster during startup, so I can't remove metacontacts relation. Contacts are visible in Psi, I tried to rename them, move to different groups and even delete and add again - nothing helps. here is error message that Gajim 0.10 gives me during startup:

Traceback (most recent call last):
  File "/usr/share/gajim/src/common/xmpp/idlequeue.py", line 133, in process_events
    obj.pollin()
  File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 143, in pollin
    self._do_receive() 
  File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 245, in _do_receive
    self.on_receive(received)
  File "/usr/share/gajim/src/common/xmpp/dispatcher_nb.py", line 347, in dispatch
    handler['func'](session,stanza)
  File "/usr/share/gajim/src/common/connection_handlers.py", line 1624, in _getRosterCB
    self.connection.getRoster(self._on_roster_set)
  File "/usr/share/gajim/src/common/xmpp/roster_nb.py", line 56, in getRoster
    on_ready(self)
  File "/usr/share/gajim/src/common/connection_handlers.py", line 1657, in _on_roster_set
    self.dispatch('ROSTER', roster)
  File "/usr/share/gajim/src/common/connection.py", line 98, in dispatch
    self.put_event((event, data))
  File "/usr/share/gajim/src/common/connection.py", line 94, in put_event
    gajim.handlers[ev[0]](self.name, ev[1])
  File "gajim.py", line 203, in handle_event_roster
    self.roster.add_account_contacts(account)
  File "/usr/share/gajim/src/roster_window.py", line 920, in add_account_contacts
    self.add_contact_to_roster(jid, account)
  File "/usr/share/gajim/src/roster_window.py", line 328, in add_contact_to_roster
    self.add_contact_to_roster(data['jid'], data['account'])
...
  File "/usr/share/gajim/src/roster_window.py", line 328, in add_contact_to_roster
    self.add_contact_to_roster(data['jid'], data['account'])
...
(this line appears over 1000 times)
...
  File "/usr/share/gajim/src/roster_window.py", line 328, in add_contact_to_roster
    self.add_contact_to_roster(data['jid'], data['account'])
  File "/usr/share/gajim/src/roster_window.py", line 323, in add_contact_to_roster
    self.draw_avatar(jid, account)
  File "/usr/share/gajim/src/roster_window.py", line 527, in draw_avatar
    pixbuf = gtkgui_helpers.get_avatar_pixbuf_from_cache(jid)
  File "/usr/share/gajim/src/gtkgui_helpers.py", line 483, in get_avatar_pixbuf_from_cache
    is_fake_jid)
  File "/usr/share/gajim/src/common/connection_handlers.py", line 827, in get_cached_vcard
    card = common.xmpp.Node(node = c)
  File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 64, in __init__
    node=NodeBuilder(node,self)
  File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 303, in __init__
    self._parser.Parse(data,1)
  File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 338, in starttag
    self._ptr.kids.append(Node(tag=tag,parent=self._ptr,attrs=attrs))
  File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 73, in __init__
    if parent: self.parent = parent
  File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 246, in __getattr__
    if attr=='T':
RuntimeError: maximum recursion depth exceeded in cmp

Gajim-2006-05-11 gives the same error but with different line numbers.

Attachments

roster_loop.patch (0.7 kB) - added by dkirov 3 years ago.

Change History

Changed 3 years ago by asterix

what server is it ?

could you try to set in ACE: accounts -> ACCT_NAME -> dont_ack_subscriptions to True

it's a known bug in jabberd2, but I'm not sure it's related with your problem. So tell me if that helps

Changed 3 years ago by vktgz

It didn't helped. I have 2 accounts, one on jabber.org and one on

chrome.pl. Lost contacts are from jabber.org, there were few contacts lost from chrome.pl account too, but I managed to bring them back by moving to another group in Psi. And this error shows also when I disconnect.

When somebody from lost account talk to me the message arrives with long delay (few minutes and more) and lost account shows, I can remove metacontact relation, but after restart contact is lost again.

Changed 3 years ago by dkirov

  • owner changed from asterix to asterix, dkirov
  • priority changed from normal to high
  • severity changed from normal to critical
  • milestone set to 0.11

Can you run gajim -v and send us the debug before recursion dead. If there

is private data, just replace it with jid1, name1...

Changed 3 years ago by vktgz

I did some more investigation. I removed config file, restarted gajim,

added one account, connected - everythings fine, no error, all contacts visible, no meta contacts. Removed config file again, added second account, connected - the same result, everything is fine. Trouble starts when I add two accounts. I disabled autoconnect during startup and connected manually. First account that connect (doesnt matter which one) connects fine, everything is ok. When trying to connect second account then this error appear, gajim tries to connect forever, most contacts shows but some are lost.

I thought that this was problem with jabber.org account becouse when autoconnect at startup is enabled chrome.pl always connect first and when merge accounts is enabled second account is displayed connected (not connecting).

This is output of gajim -v with autoconnect enabled, chrome.pl connected first:

 DEBUG:
 DEBUG: Debug created for /usr/share/gajim/src/common/xmpp/client_nb.py
 DEBUG:  flags defined: always,nodebuilder
 DEBUG: socket       start Plugging
 <common.xmpp.transports_nb.NonBlockingTcp instance at 0xb5abe72c> into
 <common.xmpp.client_nb.NonBlockingClient instance at 0xb5abe56c>
 DEBUG:
 DEBUG: Debug created for /usr/share/gajim/src/common/xmpp/client_nb.py
 DEBUG:  flags defined: always,nodebuilder
 DEBUG: socket       start Plugging
 <common.xmpp.transports_nb.NonBlockingTcp instance at 0xb5abed4c> into
 <common.xmpp.client_nb.NonBlockingClient instance at 0xb5abebac>
 DEBUG: nonblockingt start Plugging
 <common.xmpp.transports_nb.NonBlockingTLS instance at 0xb5abe7cc> into
 <common.xmpp.client_nb.NonBlockingClient instance at 0xb5abe56c>
 DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher
 instance at 0xb5abec6c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abe56c>
 DEBUG: dispatcher   info  Registering namespace "unknown"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering namespace
 "http://etherx.jabber.org/streams"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering namespace "jabber:client"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "iq" as
 common.xmpp.protocol.Iq(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "presence" as
 common.xmpp.protocol.Presence(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "message" as
 common.xmpp.protocol.Message(jabber:client)
 DEBUG: nonblockingt start Plugging
 <common.xmpp.transports_nb.NonBlockingTLS instance at 0xb587746c> into
 <common.xmpp.client_nb.NonBlockingClient instance at 0xb5abebac>
 DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher
 instance at 0xb587728c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abebac>
 DEBUG: dispatcher   info  Registering namespace "unknown"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering namespace
 "http://etherx.jabber.org/streams"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering namespace "jabber:client"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "iq" as
 common.xmpp.protocol.Iq(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "presence" as
 common.xmpp.protocol.Presence(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "message" as
 common.xmpp.protocol.Message(jabber:client)
 DEBUG: socket       sent  <?xml version='1.0'?>
   <stream:stream xmlns="jabber:client" to="jabber.org" version="1.0"
 xmlns:stream="http://etherx.jabber.org/streams" >
 DEBUG: socket       sent  <?xml version='1.0'?>
   <stream:stream xmlns="jabber:client" to="chrome.pl" version="1.0"
 xmlns:stream="http://etherx.jabber.org/streams" >
 DEBUG: socket       got   <?xml version='1.0'?>
   <stream:stream xmlns:stream='http://etherx.jabber.org/streams'
 xmlns='jabber:client' from='chrome.pl' version='1.0'
 id='oz3fj3s9dtcn9lkjd42pkbhaes4v5rztq28951ji'>
 DEBUG: socket       got   <stream:features
 xmlns:stream='http://etherx.jabber.org/streams'>
   <mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
   <mechanism>PLAIN</mechanism>
   <mechanism>DIGEST-MD5</mechanism>
   </mechanisms>
   </stream:features>
 DEBUG: dispatcher   warn  Unknown stanza: features
 DEBUG: dispatcher   ok    Dispatching unknown stanza with type->
 props->[u'urn:ietf:params:xml:ns:xmpp-sasl'] id->None
 15 maj 2006 08:33:29 Gajim: Połączony z serwerem chrome.pl: 5223 z ssl
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._messageCB of <common.connection.Connection instance at
 0xb5ab778c>> for "message" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._presenceCB of <common.connection.Connection instance at
 0xb5ab778c>> for "presence" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._vCardCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->vcard-temp(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._rosterSetCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->set ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._siSetCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->set
 ns->http://jabber.org/protocol/si(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._siErrorCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->error
 ns->http://jabber.org/protocol/si(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._siResultCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result
 ns->http://jabber.org/protocol/si(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._discoGetCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->get
 ns->http://jabber.org/protocol/disco(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._bytestreamSetCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->set
 ns->http://jabber.org/protocol/bytestreams(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._bytestreamResultCB of <common.connection.Connection instance
 at 0xb5ab778c>> for "iq" type->result
 ns->http://jabber.org/protocol/bytestreams(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._bytestreamErrorCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->error
 ns->http://jabber.org/protocol/bytestreams(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverItemsCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result
 ns->http://jabber.org/protocol/disco#items(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverItemsErrorCB of <common.connection.Connection instance
 at 0xb5ab778c>> for "iq" type->error
 ns->http://jabber.org/protocol/disco#items(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverInfoCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result
 ns->http://jabber.org/protocol/disco#info(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverInfoErrorCB of <common.connection.Connection instance
 at 0xb5ab778c>> for "iq" type->error
 ns->http://jabber.org/protocol/disco#info(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._VersionCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->get ns->jabber:iq:version(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._LastCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->get ns->jabber:iq:last(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._LastResultCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->jabber:iq:last(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._VersionResultCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->jabber:iq:version(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._MucOwnerCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result
 ns->http://jabber.org/protocol/muc#owner(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._MucAdminCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result
 ns->http://jabber.org/protocol/muc#admin(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._getRosterCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._PrivateCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->jabber:iq:private(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._PrivateErrorCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->error ns->jabber:iq:private(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._HttpAuthCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->get ns->http://jabber.org/protocol/http-
 auth(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._gMailNewMailCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->set ns->google:mail:notify(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._gMailQueryCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->google:mail:notify(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverInfoGetCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->get
 ns->http://jabber.org/protocol/disco#info(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._ErrorCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->error ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._IqCB of <common.connection.Connection instance at 0xb5ab778c>>
 for "iq" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._StanzaArrivedCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._ResultCB of <common.connection.Connection instance at
 0xb5ab778c>> for "iq" type->result ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._StanzaArrivedCB of <common.connection.Connection instance at
 0xb5ab778c>> for "presence" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._StanzaArrivedCB of <common.connection.Connection instance at
 0xb5ab778c>> for "message" type-> ns->(jabber:client)
 DEBUG: sasl         start Plugging <common.xmpp.auth_nb.SASL instance at
 0xb587750c> into <common.xmpp.client_nb.NonBlockingClient instance at
 0xb5abebac>
 DEBUG: dispatcher   info  Registering handler <bound method
 SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xb587750c>> for
 "challenge" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering namespace "urn:ietf:params:xml:ns
 :xmpp-sasl"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering protocol "challenge" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   info  Registering handler <bound method
 SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xb587750c>> for
 "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering protocol "failure" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   info  Registering handler <bound method
 SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xb587750c>> for
 "success" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering protocol "success" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: socket       sent  <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl"
 mechanism="DIGEST-MD5" />
 DEBUG: socket       got   <challenge xmlns='urn:ietf:params:xml:ns:xmpp-
 sasl'>bm9uY2U9IjlUczJLcC9iMG1Rd2RJcTg1WkQ5dXcrZXROcHdlZy9lS1FUdXQxaENQdzg9IixyZWFsbT0iY2hyb21lLnBsIixxb3A9ImF1dGgiLG1heGJ1Zj0xMDI0LGNoYXJzZXQ9dXRmLTgsYWxnb3JpdGhtPW1kNS1zZXNz</challenge>
 DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-sasl/challenge
 stanza
 DEBUG: dispatcher   ok    Dispatching challenge stanza with type->
 props->[] id->None
 DEBUG: sasl         ok    Got
 challenge:nonce="9Ts2Kp/b0mQwdIq85ZD9uw+etNpweg/eKQTut1hCPw8=",realm="chrome.pl",qop="auth",maxbuf=1024,charset=utf-8,algorithm
 =md5-sess
 DEBUG: socket       sent  <response xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl">Y2hhcnNldD11dGYtOCx1c2VybmFtZT0idmt0Z3oiLHJlYWxtPSJjaHJvbWUucGwiLG5vbmNlPSI5VHMyS3AvYjBtUXdkSXE4NVpEOXV3K2V0TnB3ZWcvZUtRVHV0MWhDUHc4PSIsbmM9MDAwMDAwMDEsY25vbmNlPSIyMGVjNDZhN2VmNzhiOTJkMzg4MGE2YTMxYjc3OGExNjI3ZmViNjZlZjU5NjkyMDJmIixkaWdlc3QtdXJpPSJ4bXBwL2Nocm9tZS5wbCIscmVzcG9uc2U9NjlmN2Y0MmMxMmE5YWEyZDE5NGVkM2YzZDllNDAxOTQscW9wPWF1dGg=</response>
 DEBUG: socket       got   <?xml version='1.0'?>
   <stream:stream xmlns='jabber:client'
 xmlns:stream='http://etherx.jabber.org/streams' id='3857843619'
 from='jabber.org' version='1.0' xml:lang='en'>
 DEBUG: socket       got   <stream:features>
   <mechanisms xmlns='urn:ietf:params:xml:ns:xmpp-sasl'>
   <mechanism>DIGEST-MD5</mechanism>
   <mechanism>PLAIN</mechanism>
   </mechanisms>
   <register xmlns='http://jabber.org/features/iq-register'/>
   </stream:features>
 DEBUG: dispatcher   warn  Unknown stanza: features
 DEBUG: dispatcher   ok    Dispatching unknown stanza with type->
 props->[u'urn:ietf:params:xml:ns:xmpp-sasl', u'http://jabber.org/features
 /iq-register'] id->None
 15 maj 2006 08:33:29 Gajim: Połączony z serwerem jabber.org: 5223 z ssl
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._messageCB of <common.connection.Connection instance at
 0xb5ab768c>> for "message" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._presenceCB of <common.connection.Connection instance at
 0xb5ab768c>> for "presence" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._vCardCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->vcard-temp(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._rosterSetCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->set ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._siSetCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->set
 ns->http://jabber.org/protocol/si(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._siErrorCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->error
 ns->http://jabber.org/protocol/si(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._siResultCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result
 ns->http://jabber.org/protocol/si(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._discoGetCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->get
 ns->http://jabber.org/protocol/disco(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._bytestreamSetCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->set
 ns->http://jabber.org/protocol/bytestreams(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._bytestreamResultCB of <common.connection.Connection instance
 at 0xb5ab768c>> for "iq" type->result
 ns->http://jabber.org/protocol/bytestreams(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._bytestreamErrorCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->error
 ns->http://jabber.org/protocol/bytestreams(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverItemsCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result
 ns->http://jabber.org/protocol/disco#items(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverItemsErrorCB of <common.connection.Connection instance
 at 0xb5ab768c>> for "iq" type->error
 ns->http://jabber.org/protocol/disco#items(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverInfoCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result
 ns->http://jabber.org/protocol/disco#info(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverInfoErrorCB of <common.connection.Connection instance
 at 0xb5ab768c>> for "iq" type->error
 ns->http://jabber.org/protocol/disco#info(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._VersionCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->get ns->jabber:iq:version(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._LastCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->get ns->jabber:iq:last(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._LastResultCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->jabber:iq:last(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._VersionResultCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->jabber:iq:version(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._MucOwnerCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result
 ns->http://jabber.org/protocol/muc#owner(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._MucAdminCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result
 ns->http://jabber.org/protocol/muc#admin(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._getRosterCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._PrivateCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->jabber:iq:private(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._PrivateErrorCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->error ns->jabber:iq:private(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._HttpAuthCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->get ns->http://jabber.org/protocol/http-
 auth(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._gMailNewMailCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->set ns->google:mail:notify(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._gMailQueryCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->google:mail:notify(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._DiscoverInfoGetCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->get
 ns->http://jabber.org/protocol/disco#info(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._ErrorCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->error ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._IqCB of <common.connection.Connection instance at 0xb5ab768c>>
 for "iq" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._StanzaArrivedCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._ResultCB of <common.connection.Connection instance at
 0xb5ab768c>> for "iq" type->result ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._StanzaArrivedCB of <common.connection.Connection instance at
 0xb5ab768c>> for "presence" type-> ns->(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 Connection._StanzaArrivedCB of <common.connection.Connection instance at
 0xb5ab768c>> for "message" type-> ns->(jabber:client)
 DEBUG: sasl         start Plugging <common.xmpp.auth_nb.SASL instance at
 0xb5ac05cc> into <common.xmpp.client_nb.NonBlockingClient instance at
 0xb5abe56c>
 DEBUG: dispatcher   info  Registering handler <bound method
 SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xb5ac05cc>> for
 "challenge" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering namespace "urn:ietf:params:xml:ns
 :xmpp-sasl"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering protocol "challenge" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   info  Registering handler <bound method
 SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xb5ac05cc>> for
 "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering protocol "failure" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   info  Registering handler <bound method
 SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xb5ac05cc>> for
 "success" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: dispatcher   warn  Registering protocol "success" as
 common.xmpp.protocol.Protocol(urn:ietf:params:xml:ns:xmpp-sasl)
 DEBUG: socket       got   <challenge xmlns='urn:ietf:params:xml:ns:xmpp-
 sasl'>cnNwYXV0aD02ZGZlOWRmYThjZGVmOGQwZTNkMmFjMGYxMzhjNGMzOA==</challenge>
 DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-sasl/challenge
 stanza
 DEBUG: dispatcher   ok    Dispatching challenge stanza with type->
 props->[] id->None
 DEBUG: sasl         ok    Got
 challenge:rspauth=6dfe9dfa8cdef8d0e3d2ac0f138c4c38
 DEBUG: socket       sent  <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl"
 mechanism="DIGEST-MD5" />
 DEBUG: socket       sent  <response xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl" />
 DEBUG: socket       got   <success xmlns='urn:ietf:params:xml:ns:xmpp-
 sasl'/>
 DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-sasl/success
 stanza
 DEBUG: dispatcher   ok    Dispatching success stanza with type-> props->[]
 id->None
 DEBUG: sasl         ok    Successfully authenticated with remote server.
 DEBUG: dispatcher   stop  Plugging <common.xmpp.dispatcher_nb.Dispatcher
 instance at 0xb587728c> out of <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abebac>.
 DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher
 instance at 0xb5ac0a2c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abebac>
 DEBUG: dispatcher   info  Registering namespace "unknown"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering namespace
 "http://etherx.jabber.org/streams"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering namespace "jabber:client"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "iq" as
 common.xmpp.protocol.Iq(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "presence" as
 common.xmpp.protocol.Presence(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "message" as
 common.xmpp.protocol.Message(jabber:client)
 DEBUG: bind         start Plugging <common.xmpp.auth_nb.NonBlockingBind
 instance at 0xb5ac3d0c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abebac>
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingBind.FeaturesHandler of <common.xmpp.auth_nb.NonBlockingBind
 instance at 0xb5ac3d0c>> for "features" type->
 ns->(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   warn  Registering protocol "features" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: bind         start Plugging <common.xmpp.auth_nb.NonBlockingBind
 instance at 0xb5ac094c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abebac>
 DEBUG: bind         error Plugging ignored: another instance already
 plugged.
 DEBUG: socket       sent  <?xml version='1.0'?>
   <stream:stream xmlns="jabber:client" to="chrome.pl" version="1.0"
 xmlns:stream="http://etherx.jabber.org/streams" >
 DEBUG: socket       got   <?xml version='1.0'?>
   <stream:stream xmlns:stream='http://etherx.jabber.org/streams'
 xmlns='jabber:client' from='chrome.pl' version='1.0'
 id='vv64hrouvqkf12pguubzlatcd2mj352z183i0rdv'>
 DEBUG: socket       got   <stream:features
 xmlns:stream='http://etherx.jabber.org/streams'>
   <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
   <session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
   </stream:features>
 DEBUG: dispatcher   ok    Got http://etherx.jabber.org/streams/features
 stanza
 DEBUG: dispatcher   ok    Dispatching features stanza with type->
 props->[u'urn:ietf:params:xml:ns:xmpp-bind', u'urn:ietf:params:xml:ns
 :xmpp-session'] id->None
 DEBUG: socket       sent  <iq type="set" id="1">
   <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
   <resource>Gajim</resource>
   </bind>
   </iq>
 DEBUG: socket       got   <iq xmlns='jabber:client' id='1' type='result'>
   <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
   <jid>vktgz@chrome.pl/Gajim</jid>
   </bind>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'urn:ietf:params:xml:ns:xmpp-bind'] id->1
 DEBUG: dispatcher   ok    Expected stanza arrived!
 DEBUG: bind         ok    Successfully bound vktgz@chrome.pl/Gajim.
 DEBUG: socket       sent  <iq type="set" id="2">
   <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />
   </iq>
 DEBUG: socket       got   <challenge xmlns='urn:ietf:params:xml:ns:xmpp-
 sasl'>bm9uY2U9IjY4NDg0NTA1NSIscW9wPSJhdXRoIixjaGFyc2V0PXV0Zi04LGFsZ29yaXRobT1tZDUtc2Vzcw==</challenge>
 DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-sasl/challenge
 stanza
 DEBUG: dispatcher   ok    Dispatching challenge stanza with type->
 props->[] id->None
 DEBUG: sasl         ok    Got
 challenge:nonce="684845055",qop="auth",charset=utf-8,algorithm=md5-sess
 DEBUG: socket       sent  <response xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl">Y2hhcnNldD11dGYtOCx1c2VybmFtZT0idmt0Z3oiLHJlYWxtPSJqYWJiZXIub3JnIixub25jZT0iNjg0ODQ1MDU1IixuYz0wMDAwMDAwMSxjbm9uY2U9ImZjYmMzYzNlMmI2MjhkYjhlOTM4M2U1MDBlZGEzYzgwYzk5OWVjYTcyNzI5MTUxNTkiLGRpZ2VzdC11cmk9InhtcHAvamFiYmVyLm9yZyIscmVzcG9uc2U9NDJkMWU0NTFiY2ZhNjFmMDEyZDY2ODAzZjM2OGY4MGEscW9wPWF1dGg=</response>
 DEBUG: socket       got   <iq xmlns='jabber:client' id='2' type='result'/>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[] id->2
 DEBUG: dispatcher   ok    Expected stanza arrived!
 DEBUG: bind         ok    Successfully opened session.
 DEBUG: bind         ok    Successfully opened session.
 DEBUG: socket       sent  <iq type="get" id="3">
   <query xmlns="jabber:iq:private">
   <storage xmlns="storage:metacontacts" />
   </query>
   </iq>
 DEBUG: socket       got   <iq xmlns='jabber:client' type='result' id='3'>
   <query xmlns='jabber:iq:private'>
   <storage xmlns='storage:metacontacts'>
   <meta jid='6743073@gg.chrome.pl' tag='6743073@gg.chrome.pl'/>
   <meta jid='2253484@gg.chrome.pl' tag='madey@chrome.pl'/>
   <meta jid='hari@chrome.pl' tag='hari@chrome.pl'/>
   <meta jid='3980379@gg.chrome.pl' tag='3980379@gg.chrome.pl'/>
   <meta jid='solotgz@gmail.com' tag='solotgz@gmail.com'/>
   <meta jid='colossustgz@jabber.wp.pl' tag='colossustgz@jabber.wp.pl'/>
   <meta jid='liquid@jabber.aster.pl' tag='liquid@chrome.pl'/>
   <meta jid='4125020@gg.chrome.pl' tag='4125020@gg.chrome.pl'/>
   <meta jid='9116975@gg.chrome.pl' tag='9116975@gg.chrome.pl'/>
   </storage>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'jabber:iq:private'] id->3
 15 maj 2006 08:33:29 Gajim: _ResultCB
 15 maj 2006 08:33:29 Gajim: PrivateCB
 DEBUG: roster       start Plugging
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb5ac38ac> into
 <common.xmpp.client_nb.NonBlockingClient instance at 0xb5abebac>
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingRoster.RosterIqHandler of
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb5ac38ac>> for "iq"
 type->result ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingRoster.RosterIqHandler of
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb5ac38ac>> for "iq"
 type->set ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingRoster.PresenceHandler of
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb5ac38ac>> for
 "presence" type-> ns->(jabber:client)
 DEBUG: roster       start Roster requested from server
 DEBUG: socket       sent  <iq type="get" id="4">
   <query xmlns="jabber:iq:roster" />
   </iq>
 DEBUG: socket       got   <challenge xmlns='urn:ietf:params:xml:ns:xmpp-
 sasl'>cnNwYXV0aD1hZjI5NGU0OGFjMjAxMzc4OWE1MWJlMzU1ZTA1NWJhNg==</challenge>
 DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-sasl/challenge
 stanza
 DEBUG: dispatcher   ok    Dispatching challenge stanza with type->
 props->[] id->None
 DEBUG: sasl         ok    Got
 challenge:rspauth=af294e48ac2013789a51be355e055ba6
 DEBUG: socket       sent  <response xmlns="urn:ietf:params:xml:ns:xmpp-
 sasl" />
 DEBUG: socket       got   <iq xmlns='jabber:client' id='4' type='result'>
   <query xmlns='jabber:iq:roster'>
   <item name='Liquid' subscription='both' jid='liquid@jabber.aster.pl'>
   <group>Ludki</group>
   </item>
   <item name='Madey' subscription='both' jid='madey@chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Marcin' subscription='both' jid='3798478@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Solo' subscription='both' jid='solotgz@gmail.com'>
   <group>Ludki</group>
   </item>
   <item name='Paweł' subscription='both' jid='3325542@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='infobot.pl' subscription='both' jid='3217426@gg.chrome.pl'>
   <group>Boty</group>
   </item>
   <item name='Colossus' subscription='both' jid='1384160@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Gumbas' subscription='both' jid='8380058@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Amber' subscription='both' jid='2344257@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Śledziu' subscription='both' jid='2811838@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Jarek' subscription='both' jid='2151816@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item subscription='both' jid='gg.chrome.pl/registered'/>
   <item name='Łukasz' subscription='both' jid='7636125@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Macias' subscription='both' jid='2767185@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Józek' subscription='both' jid='5302026@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Bork' subscription='both' jid='9074172@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Madey' subscription='both' jid='2253484@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Sajgi' subscription='both' jid='8309798@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='elmer' subscription='both' jid='elmer@jabber.autocom.pl'>
   <group>Boty</group>
   </item>
   <item name='Colossus' subscription='both'
 jid='colossustgz@jabber.wp.pl'>
   <group>Ludki</group>
   </item>
   <item name='Wiola' subscription='both' jid='641242@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Liquid' subscription='both' jid='132332@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Ola' subscription='both' jid='3193700@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='MeGiTe' subscription='both' jid='1558797@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Hari' subscription='both' jid='535331@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Dagona' subscription='both' jid='1712978@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Olek' subscription='both' jid='3666516@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Magda' subscription='both' jid='6879310@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Pudlik' subscription='both' jid='6743073@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Solo' subscription='both' jid='185959@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Mike' subscription='both' jid='1256636@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Liquid' subscription='both' jid='liquid@chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Bartek' subscription='both' jid='3980379@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Basia' subscription='both' jid='1898060@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Przemas' subscription='both' jid='3467778@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Tadzik' subscription='both' jid='5273819@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Oskar' subscription='both' jid='3823933@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Karol' subscription='both' jid='4125020@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Janek' subscription='both' jid='1071356@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Suchy' subscription='both' jid='1974003@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Hari' subscription='both' jid='hari@chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='vktgz' subscription='both' jid='vktgz@jabber.org'>
   <group>Boty</group>
   </item>
   <item name='Kess' subscription='both' jid='9116975@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   <item name='Solo' subscription='both' jid='solotgz@jabber.wp.pl'>
   <group>Ludki</group>
   </item>
   <item name='Hercules' subscription='both' jid='2644506@gg.chrome.pl'>
   <group>Ludki</group>
   </item>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'jabber:iq:roster'] id->4
 15 maj 2006 08:33:29 Gajim: _ResultCB
 DEBUG: roster       ok    Setting roster item liquid@jabber.aster.pl...
 DEBUG: roster       ok    Setting roster item madey@chrome.pl...
 DEBUG: roster       ok    Setting roster item 3798478@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item solotgz@gmail.com...
 DEBUG: roster       ok    Setting roster item 3325542@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 3217426@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1384160@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 8380058@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 2344257@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 2811838@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 2151816@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item gg.chrome.pl/registered...
 DEBUG: roster       ok    Setting roster item 7636125@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 2767185@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 5302026@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 9074172@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 2253484@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 8309798@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item elmer@jabber.autocom.pl...
 DEBUG: roster       ok    Setting roster item colossustgz@jabber.wp.pl...
 DEBUG: roster       ok    Setting roster item 641242@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 132332@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 3193700@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1558797@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 535331@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1712978@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 3666516@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 6879310@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 6743073@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 185959@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1256636@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item liquid@chrome.pl...
 DEBUG: roster       ok    Setting roster item 3980379@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1898060@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 3467778@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 5273819@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 3823933@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 4125020@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1071356@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item 1974003@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item hari@chrome.pl...
 DEBUG: roster       ok    Setting roster item vktgz@jabber.org...
 DEBUG: roster       ok    Setting roster item 9116975@gg.chrome.pl...
 DEBUG: roster       ok    Setting roster item solotgz@jabber.wp.pl...
 DEBUG: roster       ok    Setting roster item 2644506@gg.chrome.pl...
 DEBUG: socket       got   <success xmlns='urn:ietf:params:xml:ns:xmpp-
 sasl'/>
 DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-sasl/success
 stanza
 DEBUG: dispatcher   ok    Dispatching success stanza with type-> props->[]
 id->None
 DEBUG: sasl         ok    Successfully authenticated with remote server.
 DEBUG: dispatcher   stop  Plugging <common.xmpp.dispatcher_nb.Dispatcher
 instance at 0xb5abec6c> out of <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abe56c>.
 DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher
 instance at 0xb5a8276c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abe56c>
 DEBUG: dispatcher   info  Registering namespace "unknown"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(unknown)
 DEBUG: dispatcher   info  Registering namespace
 "http://etherx.jabber.org/streams"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   info  Registering namespace "jabber:client"
 DEBUG: dispatcher   info  Registering protocol "unknown" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "default" as
 common.xmpp.protocol.Protocol(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "iq" as
 common.xmpp.protocol.Iq(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "presence" as
 common.xmpp.protocol.Presence(jabber:client)
 DEBUG: dispatcher   info  Registering protocol "message" as
 common.xmpp.protocol.Message(jabber:client)
 DEBUG: bind         start Plugging <common.xmpp.auth_nb.NonBlockingBind
 instance at 0xb58b680c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abe56c>
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingBind.FeaturesHandler of <common.xmpp.auth_nb.NonBlockingBind
 instance at 0xb58b680c>> for "features" type->
 ns->(http://etherx.jabber.org/streams)
 DEBUG: dispatcher   warn  Registering protocol "features" as
 common.xmpp.protocol.Protocol(http://etherx.jabber.org/streams)
 DEBUG: bind         start Plugging <common.xmpp.auth_nb.NonBlockingBind
 instance at 0xb5ac3c8c> into <common.xmpp.client_nb.NonBlockingClient
 instance at 0xb5abe56c>
 DEBUG: bind         error Plugging ignored: another instance already
 plugged.
 DEBUG: socket       sent  <iq to="hari@chrome.pl" type="get" id="5">
   <vCard xmlns="vcard-temp" />
   </iq>
 DEBUG: socket       sent  <iq to="liquid@chrome.pl" type="get" id="6">
   <vCard xmlns="vcard-temp" />
   </iq>
 DEBUG: socket       sent  <?xml version='1.0'?>
   <stream:stream xmlns="jabber:client" to="jabber.org" version="1.0"
 xmlns:stream="http://etherx.jabber.org/streams" >
 DEBUG: socket       sent  <iq to="gg.chrome.pl/registered" type="get"
 id="7">
   <vCard xmlns="vcard-temp" />
   </iq>
 DEBUG: socket       sent  <iq to="madey@chrome.pl" type="get" id="8">
   <vCard xmlns="vcard-temp" />
   </iq>
 DEBUG: socket       sent  <presence id="9">
   <priority>5</priority>
   <x xmlns="vcard-temp:x:update" />
   <c xmlns="http://jabber.org/protocol/caps" node="http://gajim.org/caps"
 ext="ftrans" ver="0.10" />
   <status>Jestem dostępny</status>
   <x
 xmlns="jabber:x:signed">iD8DBQBEaCC4lIyeQCIo6O0RAq29AKCP8XV5LcBNT5T9dLgidEoMDvDIbQCdF/6M\n3LHZfB1qtNF5fTxLbVgJ8Jg=\n=Gp7l</x>
   </presence>
 DEBUG: socket       sent  <iq type="get" id="10">
   <vCard xmlns="vcard-temp" />
   </iq>
 DEBUG: socket       sent  <iq type="get" id="11">
   <query xmlns="jabber:iq:private">
   <storage xmlns="storage:bookmarks" />
   </query>
   </iq>
 DEBUG: socket       sent  <iq to="proxy.jabber.org" type="get" id="12">
   <query xmlns="http://jabber.org/protocol/bytestreams" />
   </iq>
 DEBUG: socket       sent  <iq to="proxy.netlab.cz" type="get" id="13">
   <query xmlns="http://jabber.org/protocol/bytestreams" />
   </iq>
 DEBUG: socket       sent  <iq to="transfer.jabber.freenet.de" type="get"
 id="14">
   <query xmlns="http://jabber.org/protocol/bytestreams" />
   </iq>
 DEBUG: socket       sent  <iq to="proxy.jabber.cd.chalmers.se" type="get"
 id="15">
   <query xmlns="http://jabber.org/protocol/bytestreams" />
   </iq>
 DEBUG: socket       sent  <iq to="chrome.pl" type="get" id="p16">
   <query xmlns="http://jabber.org/protocol/disco#items" />
   </iq>
 DEBUG: socket       got   <iq xmlns='jabber:client' from='hari@chrome.pl'
 id='5' type='error' to='vktgz@chrome.pl/Gajim'>
   <error type='cancel' code='404'>
   <item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
   </error>
   <vCard xmlns='vcard-temp'/>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'jabber:client', u'vcard-temp'] id->5
 DEBUG: socket       got   <iq xmlns='jabber:client'
 from='liquid@chrome.pl' id='6' type='error' to='vktgz@chrome.pl/Gajim'>
   <error type='cancel' code='404'>
   <item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
   </error>
   <vCard xmlns='vcard-temp'/>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'jabber:client', u'vcard-temp'] id->6
 DEBUG: socket       got   <iq xmlns='jabber:client' id='10' type='result'>
   <vCard xmlns='vcard-temp'>
   <FN>Igor</FN>
   <NICKNAME>vktgz</NICKNAME>
   <URL>www.vktgz.homelinux.net</URL>
   <BDAY>1981-00-00</BDAY>
   <ADR>
   <LOCALITY>Gentown</LOCALITY>
   <CTRY>Tuxland</CTRY>
   </ADR>
   <TZ/>
   <AGENT>
   <EXTVAL/>
   </AGENT>
   <NOTE>JEP-0054 vcard-temp</NOTE>
   <REV>2006-01-25 06:40:05.736158</REV>
   <SORT-STRING/>
   <KEY>
   <TYPE/>
   </KEY>
   <PHOTO>
   <TYPE>image/png</TYPE>
   <BINVAL> (... cut ...) </BINVAL>
   </PHOTO>
   <LOGO>
   <TYPE/>
   <BINVAL/>
   <EXTVAL/>
   </LOGO>
   <SOUND>
   <PHONETIC/>
   <BINVAL/>
   <EXTVAL/>
   </SOUND>
   </vCard>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'vcard-temp'] id->10
 15 maj 2006 08:33:30 Gajim: _ResultCB
 DEBUG: socket       got   <?xml version='1.0'?>
   <stream:stream xmlns='jabber:client'
 xmlns:stream='http://etherx.jabber.org/streams' id='2206419115'
 from='jabber.org' version='1.0' xml:lang='en'>
 DEBUG: socket       got   <iq xmlns='jabber:client' id='11' type='result'>
   <query xmlns='jabber:iq:private'>
   <storage xmlns='storage:bookmarks'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'jabber:iq:private'] id->11
 15 maj 2006 08:33:30 Gajim: _ResultCB
 15 maj 2006 08:33:30 Gajim: PrivateCB
 DEBUG: socket       got   <stream:features>
   <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'/>
   <session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
   </stream:features>
 DEBUG: dispatcher   ok    Got http://etherx.jabber.org/streams/features
 stanza
 DEBUG: dispatcher   ok    Dispatching features stanza with type->
 props->[u'urn:ietf:params:xml:ns:xmpp-bind', u'urn:ietf:params:xml:ns
 :xmpp-session'] id->None
 DEBUG: socket       got   <presence xmlns='jabber:client'
 from='solotgz@jabber.wp.pl' to='vktgz@chrome.pl/Gajim' type='unavailable'>
   <status>Logged out</status>
   <x xmlns='jabber:x:delay' stamp='20060510T00:16:05'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:30 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <iq xmlns='jabber:client'
 from='gg.chrome.pl/registered' to='vktgz@chrome.pl/Gajim' id='7'
 type='result'>
   <vCard>\n     <FN>Bramka do Gadu-Gadu</FN>\n     <DESC>To jest bramka
 pomiędzy Jabberem, a GaduGadu.</DESC>\n
 <URL>http://www.jabberstudio.org/projects/jabber-gg-
 transport/project/view.php</URL>\n </vCard>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'jabber:client'] id->7
 15 maj 2006 08:33:30 Gajim: _ResultCB
 DEBUG: socket       sent  <iq type="set" id="18">
   <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
   <resource>Gajim</resource>
   </bind>
   </iq>
 DEBUG: socket       got   <iq xmlns='jabber:client' from='madey@chrome.pl'
 id='8' type='error' to='vktgz@chrome.pl/Gajim'>
   <error type='cancel' code='404'>
   <item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
   </error>
   <vCard xmlns='vcard-temp'/>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'jabber:client', u'vcard-temp'] id->8
 DEBUG: socket       got   <presence xmlns='jabber:client' xml:lang='en'
 to='vktgz@chrome.pl/Gajim' from='elmer@jabber.autocom.pl/Elmer NxG'/>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with type->
 props->[] id->None
 15 maj 2006 08:33:30 Gajim: PresenceCB: None
 DEBUG: roster       ok    Setting roster item elmer@jabber.autocom.pl for
 resource Elmer NxG...
 DEBUG: socket       got   <presence xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' from='liquid@jabber.aster.pl/spik'>
   <vv>1</vv>
   <pp>1</pp>
   <x xmlns='jabber:x:delay' stamp='20060515T05:37:34'
 from='liquid@jabber.aster.pl/spik'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with type->
 props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:30 Gajim: PresenceCB: None
 DEBUG: roster       ok    Setting roster item liquid@jabber.aster.pl for
 resource spik...
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim' from='9116975@gg.chrome.pl'>
   <status>Marzenia są barwne jak motyle.. proszę obdaruj mnie nimi tak
 to kocham</status>
   <x xmlns='jabber:x:delay' stamp='20060515T08:32:44'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:30 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <iq xmlns='jabber:client' id='p16'
 from='chrome.pl' to='vktgz@chrome.pl/Gajim' type='result'>
   <query xmlns='http://jabber.org/protocol/disco#items'>
   <item name='Xiaoka IM server' jid='xiaoka.com'/>
   <item name='Polski Katalog Użytkownikow Jabbera'
 jid='ludzie.jabberpl.org'/>
   <item name='Bramka do Tlen' jid='tlen.chrome.pl'/>
   <item name='Bramka do Gadu-Gadu' jid='gg.chrome.pl'/>
   <item name='Agenty' jid='agenty.chrome.pl'/>
   <item name='Bramka do Windows/MSN Messenger' jid='msn.chrome.pl'/>
   <item name='Globalny Katalog Użytkownikow Jabbera'
 jid='users.jabber.org'/>
   <item name='Chrome XMPP server' jid='jabber.spinacz.pl'/>
   <item name='Czaty' jid='chat.chrome.pl'/>
   <item name='Czaty na Wirtualnej Polsce' jid='conference.jabber.wp.pl'/>
   <item name='Chrome XMPP server' jid='jabber.aportal.pl'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#items'] id->p16
 15 maj 2006 08:33:30 Gajim: _ResultCB
 15 maj 2006 08:33:30 Gajim: DiscoverItemsCB
 DEBUG: socket       got   <iq id='18' type='result'>
   <bind xmlns='urn:ietf:params:xml:ns:xmpp-bind'>
   <jid>vktgz@jabber.org/Gajim</jid>
   </bind>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'urn:ietf:params:xml:ns:xmpp-bind'] id->18
 DEBUG: dispatcher   ok    Expected stanza arrived!
 DEBUG: bind         ok    Successfully bound vktgz@jabber.org/Gajim.
 DEBUG: socket       got   <iq xmlns='jabber:client' type='result' id='13'
 to='vktgz@chrome.pl/Gajim' from='proxy.netlab.cz'>
   <query xmlns='http://jabber.org/protocol/bytestreams'>
   <streamhost port='7777' host='82.208.10.89' jid='proxy.netlab.cz'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/bytestreams'] id->13
 15 maj 2006 08:33:30 Gajim: _ResultCB
 15 maj 2006 08:33:30 Gajim: _bytestreamResultCB
 DEBUG: socket       sent  <iq type="set" id="30">
   <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />
   </iq>
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim' from='1256636@gg.chrome.pl'>
   <status>See you soon :&gt;</status>
   <x xmlns='jabber:x:delay' stamp='20060515T08:32:44'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:30 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <iq xmlns='jabber:client' type='result' id='15'
 to='vktgz@chrome.pl/Gajim' from='proxy.jabber.cd.chalmers.se'>
   <query xmlns='http://jabber.org/protocol/bytestreams'>
   <streamhost port='7777' host='jabber.cd.chalmers.se'
 jid='proxy.jabber.cd.chalmers.se'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/bytestreams'] id->15
 15 maj 2006 08:33:31 Gajim: _ResultCB
 15 maj 2006 08:33:31 Gajim: _bytestreamResultCB
 DEBUG: socket       got   <iq xmlns='jabber:client' type='result' id='12'
 to='vktgz@chrome.pl/Gajim' from='proxy.jabber.org'>
   <query xmlns='http://jabber.org/protocol/bytestreams'>
   <streamhost port='7777' host='208.245.212.98' jid='proxy.jabber.org'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/bytestreams'] id->12
 15 maj 2006 08:33:31 Gajim: _ResultCB
 15 maj 2006 08:33:31 Gajim: _bytestreamResultCB
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim' from='641242@gg.chrome.pl'>
   <status>to życzcie mi, żebym trafiła na kogoś z dłońmi Hannibala
 Lectera ;-)</status>
   <x xmlns='jabber:x:delay' stamp='20060515T08:32:44'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim'
 from='gg.chrome.pl/registered'>
   <status>Not logged in</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <iq type='result' id='30'>
   <session xmlns='urn:ietf:params:xml:ns:xmpp-session'/>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'urn:ietf:params:xml:ns:xmpp-session'] id->30
 DEBUG: dispatcher   ok    Expected stanza arrived!
 DEBUG: bind         ok    Successfully opened session.
 DEBUG: bind         ok    Successfully opened session.
 DEBUG: socket       sent  <iq type="get" id="31">
   <query xmlns="jabber:iq:private">
   <storage xmlns="storage:metacontacts" />
   </query>
   </iq>
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim' from='2811838@gg.chrome.pl'>
   <status>Hi-wa hikure-yo yo-wa yoake-yo-to naku kawazu</status>
   <x xmlns='jabber:x:delay' stamp='20060515T08:32:44'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <iq xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' id='14' from='transfer.jabber.freenet.de'
 type='result'>
   <query xmlns='http://jabber.org/protocol/bytestreams'>
   <streamhost port='7777' host='194.97.3.151'
 jid='proxy65.jabber.freenet.de'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/bytestreams'] id->14
 15 maj 2006 08:33:31 Gajim: _ResultCB
 15 maj 2006 08:33:31 Gajim: _bytestreamResultCB
 DEBUG: socket       got   <presence xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' from='3217426@gg.chrome.pl/GG'>
   <status>http://www.infobot.pl/</status>
   <x xmlns='jabber:x:delay' stamp='20060515T08:32:44'/>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with type->
 props->[u'jabber:client', u'jabber:x:delay'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: None
 DEBUG: roster       ok    Setting roster item 3217426@gg.chrome.pl for
 resource GG...
 DEBUG: socket       got   <presence xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' from='gg.chrome.pl/registered'>
   <status>Jestem dostępny</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with type->
 props->[u'jabber:client'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: None
 DEBUG: roster       ok    Setting roster item gg.chrome.pl for resource
 registered...
 DEBUG: socket       got   <iq from='vktgz@jabber.org'
 to='vktgz@jabber.org/Gajim' id='31' type='result'>
   <query xmlns='jabber:iq:private'>
   <storage xmlns='storage:metacontacts'>
   <meta jid='solotgz@gmail.com' tag='solotgz@gmail.com'/>
   </storage>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'jabber:iq:private'] id->31
 15 maj 2006 08:33:31 Gajim: _ResultCB
 15 maj 2006 08:33:31 Gajim: PrivateCB
 DEBUG: roster       start Plugging
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb58e0f8c> into
 <common.xmpp.client_nb.NonBlockingClient instance at 0xb5abe56c>
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingRoster.RosterIqHandler of
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb58e0f8c>> for "iq"
 type->result ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingRoster.RosterIqHandler of
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb58e0f8c>> for "iq"
 type->set ns->jabber:iq:roster(jabber:client)
 DEBUG: dispatcher   info  Registering handler <bound method
 NonBlockingRoster.PresenceHandler of
 <common.xmpp.roster_nb.NonBlockingRoster instance at 0xb58e0f8c>> for
 "presence" type-> ns->(jabber:client)
 DEBUG: roster       start Roster requested from server
 DEBUG: socket       sent  <iq type="get" id="33">
   <query xmlns="jabber:iq:roster" />
   </iq>
 DEBUG: socket       got   <presence xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' from='gg.chrome.pl/registered'>
   <status>Jestem dostępny</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with type->
 props->[u'jabber:client'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: None
 DEBUG: roster       ok    Setting roster item gg.chrome.pl for resource
 registered...
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim'
 from='9116975@gg.chrome.pl/GG'>
   <status>Marzenia są barwne jak motyle.. proszę obdaruj mnie nimi tak
 to kocham</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim'
 from='1256636@gg.chrome.pl/GG'>
   <status>See you soon :&gt;</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim'
 from='2811838@gg.chrome.pl/GG'>
   <status>Hi-wa hikure-yo yo-wa yoake-yo-to naku kawazu</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client'] id->None
 15 maj 2006 08:33:31 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <iq from='vktgz@jabber.org/Gajim'
 to='vktgz@jabber.org/Gajim' id='33' type='result'>
   <query xmlns='jabber:iq:roster'>
   <item subscription='both' name='Solo' jid='solotgz@jabber.wp.pl'>
   <group>Ludki</group>
   </item>
   <item subscription='to' name='Solo' jid='solotgz@gmail.com'>
   <group>Ludki</group>
   </item>
   <item subscription='both' name='vktgz' jid='vktgz@chrome.pl'>
   <group>Boty</group>
   </item>
   <item subscription='both' name='elmer' jid='elmer@jabber.autocom.pl'>
   <group>Boty</group>
   </item>
   <item subscription='both' name='Madey' jid='madey@chrome.pl'>
   <group>Ludki</group>
   </item>
   <item subscription='both' name='Jarodas' jid='jarodas@jabber.cz'>
   <group>Ludki</group>
   </item>
   <item subscription='both' name='Colossus'
 jid='colossustgz@jabber.wp.pl'>
   <group>Ludki</group>
   </item>
   <item subscription='both' name='MeGiTe' jid='megite82@gmail.com'>
   <group>Ludki</group>
   </item>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'jabber:iq:roster'] id->33
 15 maj 2006 08:33:31 Gajim: _ResultCB
 DEBUG: roster       ok    Setting roster item solotgz@jabber.wp.pl...
 DEBUG: roster       ok    Setting roster item solotgz@gmail.com...
 DEBUG: roster       ok    Setting roster item vktgz@chrome.pl...
 DEBUG: roster       ok    Setting roster item elmer@jabber.autocom.pl...
 DEBUG: roster       ok    Setting roster item madey@chrome.pl...
 DEBUG: roster       ok    Setting roster item jarodas@jabber.cz...
 DEBUG: roster       ok    Setting roster item colossustgz@jabber.wp.pl...
 DEBUG: roster       ok    Setting roster item megite82@gmail.com...
 Invalid debugflag given always
 Invalid debugflag given nodebuilder
 Invalid debugflag given always
 Invalid debugflag given nodebuilder
 Traceback (most recent call last):
   File "/usr/share/gajim/src/common/xmpp/idlequeue.py", line 133, in
 process_events
     obj.pollin()
   File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 143, in
 pollin
     self._do_receive()
   File "/usr/share/gajim/src/common/xmpp/transports_nb.py", line 245, in
 _do_receive
     self.on_receive(received)
   File "/usr/share/gajim/src/common/xmpp/dispatcher_nb.py", line 347, in
 dispatch
     handler['func'](session,stanza)
   File "/usr/share/gajim/src/common/connection_handlers.py", line 1624, in
 _getRosterCB
     self.connection.getRoster(self._on_roster_set)
   File "/usr/share/gajim/src/common/xmpp/roster_nb.py", line 56, in
 getRoster
     on_ready(self)
   File "/usr/share/gajim/src/common/connection_handlers.py", line 1657, in
 _on_roster_set
     self.dispatch('ROSTER', roster)
   File "/usr/share/gajim/src/common/connection.py", line 98, in dispatch
     self.put_event((event, data))
   File "/usr/share/gajim/src/common/connection.py", line 94, in put_event
     gajim.handlers[ev[0]](self.name, ev[1])
   File "gajim.py", line 203, in handle_event_roster
     self.roster.add_account_contacts(account)
   File "/usr/share/gajim/src/roster_window.py", line 920, in
 add_account_contacts
     self.add_contact_to_roster(jid, account)
   File "/usr/share/gajim/src/roster_window.py", line 328, in
 add_contact_to_roster
     self.add_contact_to_roster(data['jid'], data['account'])
   (... cut ...)
   File "/usr/share/gajim/src/roster_window.py", line 328, in
 add_contact_to_roster
     self.add_contact_to_roster(data['jid'], data['account'])
   File "/usr/share/gajim/src/roster_window.py", line 323, in
 add_contact_to_roster
     self.draw_avatar(jid, account)
   File "/usr/share/gajim/src/roster_window.py", line 527, in draw_avatar
     pixbuf = gtkgui_helpers.get_avatar_pixbuf_from_cache(jid)
   File "/usr/share/gajim/src/gtkgui_helpers.py", line 483, in
 get_avatar_pixbuf_from_cache
     is_fake_jid)
   File "/usr/share/gajim/src/common/connection_handlers.py", line 827, in
 get_cached_vcard
     card = common.xmpp.Node(node = c)
   File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 64, in
 __init__
     node=NodeBuilder(node,self)
   File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 303, in
 __init__
     self._parser.Parse(data,1)
   File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 338, in
 starttag
     self._ptr.kids.append(Node(tag=tag,parent=self._ptr,attrs=attrs))
   File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 73, in
 __init__
     if parent: self.parent = parent
   File "/usr/share/gajim/src/common/xmpp/simplexml.py", line 246, in
 __getattr__
     if attr=='T':
 RuntimeError: maximum recursion depth exceeded in cmp
 DEBUG: socket       got   <presence xmlns='jabber:client'
 type='unavailable' to='vktgz@chrome.pl/Gajim'
 from='641242@gg.chrome.pl/GG'>
   <status>to życzcie mi, żebym trafiła na kogoś z dłońmi Hannibala
 Lectera ;-)</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with
 type->unavailable props->[u'jabber:client'] id->None
 15 maj 2006 08:33:41 Gajim: PresenceCB: unavailable
 DEBUG: socket       got   <presence xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' from='3217426@gg.chrome.pl/GG'>
   <status>http://www.infobot.pl/</status>
   </presence>
 DEBUG: dispatcher   ok    Got jabber:client/presence stanza
 DEBUG: dispatcher   ok    Dispatching presence stanza with type->
 props->[u'jabber:client'] id->None
 15 maj 2006 08:33:41 Gajim: PresenceCB: None
 DEBUG: roster       ok    Setting roster item 3217426@gg.chrome.pl for
 resource GG...
 DEBUG: socket       sent  <iq to="madey@chrome.pl" type="get" id="37">
   <vCard xmlns="vcard-temp" />
   </iq>
 DEBUG: socket       sent  <presence id="17">
   <priority>5</priority>
   <status>Jestem dostępny</status>
   <x xmlns="vcard-temp:x:update">
   <photo>011a6e427e29822295bc1a9fb73ca3c935882577</photo>
   </x>
   <c xmlns="http://jabber.org/protocol/caps" node="http://gajim.org/caps"
 ext="ftrans" ver="0.10" />
   </presence>
 DEBUG: socket       sent  <iq to="xiaoka.com" type="get" id="p19">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="ludzie.jabberpl.org" type="get"
 id="p20">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="tlen.chrome.pl" type="get" id="p21">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="gg.chrome.pl" type="get" id="p22">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="agenty.chrome.pl" type="get" id="p23">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="msn.chrome.pl" type="get" id="p24">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="users.jabber.org" type="get" id="p25">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="jabber.spinacz.pl" type="get" id="p26">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="chat.chrome.pl" type="get" id="p27">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="conference.jabber.wp.pl" type="get"
 id="p28">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="jabber.aportal.pl" type="get" id="p29">
   <query xmlns="http://jabber.org/protocol/disco#info" />
   </iq>
 DEBUG: socket       sent  <iq to="proxy.netlab.cz" type="set" id="32">
   <query xmlns="http://jabber.org/protocol/bytestreams"
 sid="UPRHA8ECL4V71FJM">
   <activate />
   </query>
   </iq>
 DEBUG: socket       sent  <iq to="proxy.jabber.cd.chalmers.se" type="set"
 id="34">
   <query xmlns="http://jabber.org/protocol/bytestreams"
 sid="QGNEV806MK2WSXJI">
   <activate />
   </query>
   </iq>
 DEBUG: socket       sent  <iq to="proxy65.jabber.freenet.de" type="set"
 id="35">
   <query xmlns="http://jabber.org/protocol/bytestreams"
 sid="BK6JY8URNC10XSPV">
   <activate />
   </query>
   </iq>
 DEBUG: socket       sent  <iq to="proxy.jabber.org" type="set" id="36">
   <query xmlns="http://jabber.org/protocol/bytestreams"
 sid="0RK4HY1DSNT3XVQB">
   <activate />
   </query>
   </iq>
 DEBUG: socket       got   <iq xmlns='jabber:client' id='p19'
 from='xiaoka.com' to='vktgz@chrome.pl/Gajim' type='result'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='Xiaoka IM server' type='im' category='server'/>
   <feature var='jabber:iq:private'/>
   <feature var='presence'/>
   <feature var='jabber:iq:time'/>
   <feature var='jabber:iq:agents'/>
   <feature var='http://jabber.org/protocol/vacation'/>
   <feature var='vcard-temp'/>
   <feature var='jabber:iq:version'/>
   <feature var='message'/>
   <feature var='jabber:iq:privacy'/>
   <feature var='http://jabber.org/protocol/amp'/>
   <feature var='jabber:iq:roster'/>
   <feature var='iq'/>
   <feature var='jabber:iq:last'/>
   <feature var='http://jabber.org/protocol/disco'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p19
 15 maj 2006 08:33:41 Gajim: _ResultCB
 15 maj 2006 08:33:41 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' id='p26'
 from='jabber.spinacz.pl' to='vktgz@chrome.pl/Gajim' type='result'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='Chrome XMPP server' type='im' category='server'/>
   <feature var='jabber:iq:private'/>
   <feature var='presence'/>
   <feature var='jabber:iq:time'/>
   <feature var='jabber:iq:agents'/>
   <feature var='http://jabber.org/protocol/vacation'/>
   <feature var='vcard-temp'/>
   <feature var='jabber:iq:version'/>
   <feature var='message'/>
   <feature var='jabber:iq:privacy'/>
   <feature var='http://jabber.org/protocol/amp'/>
   <feature var='jabber:iq:roster'/>
   <feature var='iq'/>
   <feature var='jabber:iq:last'/>
   <feature var='http://jabber.org/protocol/disco'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p26
 15 maj 2006 08:33:41 Gajim: _ResultCB
 15 maj 2006 08:33:41 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' id='p29'
 from='jabber.aportal.pl' to='vktgz@chrome.pl/Gajim' type='result'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='Chrome XMPP server' type='im' category='server'/>
   <feature var='jabber:iq:private'/>
   <feature var='presence'/>
   <feature var='jabber:iq:time'/>
   <feature var='jabber:iq:agents'/>
   <feature var='http://jabber.org/protocol/vacation'/>
   <feature var='vcard-temp'/>
   <feature var='jabber:iq:version'/>
   <feature var='message'/>
   <feature var='jabber:iq:privacy'/>
   <feature var='http://jabber.org/protocol/amp'/>
   <feature var='jabber:iq:roster'/>
   <feature var='iq'/>
   <feature var='jabber:iq:last'/>
   <feature var='http://jabber.org/protocol/disco'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p29
 15 maj 2006 08:33:41 Gajim: _ResultCB
 15 maj 2006 08:33:41 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' type='result' id='p20'
 to='vktgz@chrome.pl/Gajim' from='ludzie.jabberpl.org'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity type='user' name='Polski katalog użytkowników Jabbera'
 category='directory'/>
   <feature var='jabber:iq:register'/>
   <feature var='jabber:iq:search'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p20
 15 maj 2006 08:33:41 Gajim: _ResultCB
 15 maj 2006 08:33:41 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' type='error' id='32'
 to='vktgz@chrome.pl/Gajim' from='proxy.netlab.cz'>
   <query xmlns='http://jabber.org/protocol/bytestreams'
 sid='UPRHA8ECL4V71FJM'/>
   <error type='cancel' code='404'>
   <condition xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>
   <item-not-found/>
   </condition>
   </error>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'http://jabber.org/protocol/bytestreams', u'jabber:client']
 id->32
 15 maj 2006 08:33:41 Gajim: _bytestreamErrorCB
 DEBUG: socket       got   <iq xmlns='jabber:client' id='34' type='error'
 to='vktgz@chrome.pl/Gajim' from='proxy.jabber.cd.chalmers.se'>
   <query xmlns='http://jabber.org/protocol/bytestreams'
 sid='QGNEV806MK2WSXJI'>
   <activate/>
   </query>
   <error type='modify' code='400'>
   <bad-request xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
   </error>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'http://jabber.org/protocol/bytestreams', u'jabber:client']
 id->34
 15 maj 2006 08:33:41 Gajim: _bytestreamErrorCB
 DEBUG: socket       got   <iq xmlns='jabber:client' type='result' id='p25'
 to='vktgz@chrome.pl/Gajim' from='users.jabber.org'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity type='user' category='directory'/>
   <feature var='jabber:iq:search'/>
   <feature var='jabber:iq:register'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p25
 15 maj 2006 08:33:41 Gajim: _ResultCB
 15 maj 2006 08:33:41 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' type='error' id='36'
 to='vktgz@chrome.pl/Gajim' from='proxy.jabber.org'>
   <query xmlns='http://jabber.org/protocol/bytestreams'
 sid='0RK4HY1DSNT3XVQB'/>
   <error type='cancel' code='404'>
   <condition xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'>
   <item-not-found/>
   </condition>
   </error>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'http://jabber.org/protocol/bytestreams', u'jabber:client']
 id->36
 15 maj 2006 08:33:41 Gajim: _bytestreamErrorCB
 DEBUG: socket       got   <iq xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' type='error' id='35'
 from='proxy65.jabber.freenet.de'>
   <query xmlns='http://jabber.org/protocol/bytestreams'
 sid='BK6JY8URNC10XSPV'>
   <activate/>
   </query>
   <error code='502'>Server Connect Failed</error>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'http://jabber.org/protocol/bytestreams', u'jabber:client']
 id->35
 15 maj 2006 08:33:41 Gajim: _bytestreamErrorCB
 DEBUG: socket       got   <iq xmlns='jabber:client' id='p21'
 to='vktgz@chrome.pl/Gajim' from='tlen.chrome.pl' type='result'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='Bramka do Tlen.pl' type='tlen' category='gateway'/>
   <feature var='jabber:iq:register'/>
   <feature var='jabber:iq:search'/>
   <feature var='jabber:iq:gateway'/>
   <feature var='jabber:iq:version'/>
   <feature var='vcard-temp'/>
   <feature var='http://jabber.org/protocol/disco#info'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p21
 15 maj 2006 08:33:42 Gajim: _ResultCB
 15 maj 2006 08:33:42 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' id='p24' type='result' from='msn.chrome.pl'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='MSN Transport' type='msn' category='gateway'/>
   <identity name='MSN Transport Chatrooms' type='text'
 category='conference'/>
   <feature var='http://jabber.org/protocol/disco'/>
   <feature var='jabber:x:conference'/>
   <feature var='jabber:iq:conference'/>
   <feature var='jabber:iq:register'/>
   <feature var='jabber:iq:gateway'/>
   <feature var='jabber:iq:version'/>
   <feature var='http://jabber.org/protocol/commands'/>
   <feature var='vcard-temp'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p24
 15 maj 2006 08:33:42 Gajim: _ResultCB
 15 maj 2006 08:33:42 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client'
 to='vktgz@chrome.pl/Gajim' type='result' id='p27' from='chat.chrome.pl'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='Publiczne Chatroomy' type='text' category='conference'/>
   <feature var='http://jabber.org/protocol/muc'/>
   <feature var='http://jabber.org/protocol/disco'/>
   <feature var='jabber:iq:browse'/>
   <feature var='jabber:iq:version'/>
   <feature var='jabber:iq:time'/>
   <feature var='jabber:iq:last'/>
   <feature var='vcard-temp'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p27
 15 maj 2006 08:33:42 Gajim: _ResultCB
 15 maj 2006 08:33:42 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' xml:lang='en'
 type='result' to='vktgz@chrome.pl/Gajim' id='p23' from='agenty.chrome.pl'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity type='dictionary' name='Agenty' category='dictionary'/>
   <feature var='jabber:iq:version'/>
   <feature var='http://jabber.org/protocol/disco#info'/>
   <feature var='http://jabber.org/protocol/disco#items'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p23
 15 maj 2006 08:33:42 Gajim: _ResultCB
 15 maj 2006 08:33:42 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client' from='gg.chrome.pl'
 to='vktgz@chrome.pl/Gajim' id='p22' type='result'>
   <query xmlns='http://jabber.org/protocol/disco#info'>
   <identity name='Bramka do Gadu-Gadu' type='gadu-gadu'
 category='gateway'/>
   <feature var='jabber:iq:register'/>
   <feature var='jabber:iq:search'/>
   <feature var='jabber:iq:agent'/>
   <feature var='jabber:iq:gateway'/>
   <feature var='jabber:iq:browse'/>
   <feature var='jabber:iq:version'/>
   <feature var='vcard-temp'/>
   <feature var='http://jabber.org/protocol/stats'/>
   <feature var='http://jabber.org/protocol/disco#items'/>
   <feature var='http://jabber.org/protocol/disco#info'/>
   </query>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->result
 props->[u'http://jabber.org/protocol/disco#info'] id->p22
 15 maj 2006 08:33:42 Gajim: _ResultCB
 15 maj 2006 08:33:42 Gajim: DiscoverInfoCB
 DEBUG: socket       got   <iq xmlns='jabber:client'
 from='conference.jabber.wp.pl' id='p29' type='error'
 to='vktgz@chrome.pl/Gajim'>
   <error type='cancel' code='404'>
   <remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
   </error>
   <query xmlns='http://jabber.org/protocol/disco#info'/>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'jabber:client', u'http://jabber.org/protocol/disco#info']
 id->p29
 15 maj 2006 08:34:01 Gajim: DiscoverInfoErrorCB
 DEBUG: socket       got   <iq xmlns='jabber:client'
 from='conference.jabber.wp.pl' id='p28' type='error'
 to='vktgz@chrome.pl/Gajim'>
   <error type='cancel' code='404'>
   <remote-server-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
   </error>
   <query xmlns='http://jabber.org/protocol/disco#info'/>
   </iq>
 DEBUG: dispatcher   ok    Got jabber:client/iq stanza
 DEBUG: dispatcher   ok    Dispatching iq stanza with type->error
 props->[u'jabber:client', u'http://jabber.org/protocol/disco#info']
 id->p28
 15 maj 2006 08:34:01 Gajim: DiscoverInfoErrorCB

Changed 3 years ago by dkirov

Changed 3 years ago by vktgz

  • status changed from new to closed
  • resolution set to fixed

OK patch solved it. Now everything works fine. Thanks :)

Add/Change #1953 (contacts lost after merging in metacontacts)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.