ubuntuusers.de

gajim.log

Autor:
Chrissss
Datum:
2. Dezember 2008 20:23
Code:
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
02 Dez 2008 19:33:48 Gajim: Publishing service toff@stein of type _presence._tcp
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 0xa27f80c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
02 Dez 2008 19:33:48 Gajim: Service successfully added
02 Dez 2008 19:33:48 Gajim: Service successfully committed
DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher instance at 0xa27f1ec> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: dispatcher   info  Registering namespace "unknown"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher   info  Registering namespace "http://etherx.jabber.org/streams"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering namespace "jabber:client"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "iq" as <class 'common.xmpp.protocol.Iq'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "presence" as <class 'common.xmpp.protocol.Presence'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "message" as <class 'common.xmpp.protocol.Message'>(jabber:client)
DEBUG: socket       sent  <?xml version='1.0'?>
  <stream:stream xmlns="jabber:client" to="gmail.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
DEBUG: socket       got   <?xml version="1.0" encoding="UTF-8"?>
  <stream:stream from="gmail.com" id="2562D82357265BAD" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
  <stream:features>
  <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls">
  <required/>
  </starttls>
  <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  <mechanism>X-GOOGLE-TOKEN</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-tls', u'urn:ietf:params:xml:ns:xmpp-sasl'] id->None
DEBUG: nonblockingt start Plugging <common.xmpp.transports_nb.NonBlockingTLS instance at 0xa28932c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: nonblockingt ok    TLS supported by remote server. Requesting TLS start.
DEBUG: dispatcher   info  Registering handler <bound method NonBlockingTLS.StartTLSHandler of <common.xmpp.transports_nb.NonBlockingTLS instance at 0xa28932c>> for "proceed" type-> ns->(urn:ietf:params:xml:ns:xmpp-tls)
DEBUG: dispatcher   warn  Registering namespace "urn:ietf:params:xml:ns:xmpp-tls"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls)
DEBUG: dispatcher   warn  Registering protocol "proceed" as <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls)
DEBUG: dispatcher   info  Registering handler <bound method NonBlockingTLS.StartTLSHandler of <common.xmpp.transports_nb.NonBlockingTLS instance at 0xa28932c>> for "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-tls)
DEBUG: dispatcher   warn  Registering protocol "failure" as <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-tls)
DEBUG: socket       sent  <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
DEBUG: socket       got   <proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls"/>
DEBUG: dispatcher   ok    Got urn:ietf:params:xml:ns:xmpp-tls/proceed stanza
DEBUG: dispatcher   ok    Dispatching proceed stanza with type-> props->[] id->None
DEBUG: nonblockingt ok    Got starttls proceed response. Switching to TLS/SSL...
DEBUG: dispatcher   stop  Plugging <common.xmpp.dispatcher_nb.Dispatcher instance at 0xa27f1ec> out of <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>.
DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher instance at 0xa28942c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: dispatcher   info  Registering namespace "unknown"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher   info  Registering namespace "http://etherx.jabber.org/streams"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering namespace "jabber:client"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "iq" as <class 'common.xmpp.protocol.Iq'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "presence" as <class 'common.xmpp.protocol.Presence'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "message" as <class 'common.xmpp.protocol.Message'>(jabber:client)
02 Dez 2008 19:33:49 Gajim: Verbunden mit Server talk.google.com:5222 mit tls
DEBUG: dispatcher   info  Registering handler <bound method Connection._messageCB of <common.connection.Connection instance at 0xa2e18cc>> for "message" type-> ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._presenceCB of <common.connection.Connection instance at 0xa2e18cc>> for "presence" type-> ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._vCardCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->result ns->vcard-temp(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._rosterSetCB of <common.connection.Connection instance at 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> for "iq" type->get ns->jabber:iq:version(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._TimeCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->get ns->jabber:iq:time(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._TimeRevisedCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->get ns->urn:xmpp:time(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._LastCB of <common.connection.Connection instance at 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> for "iq" type->result ns->jabber:iq:private(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._HttpAuthCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->get ns->http://jabber.org/protocol/http-auth(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._CommandExecuteCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->set ns->http://jabber.org/protocol/commands(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._gMailNewMailCB of <common.connection.Connection instance at 0xa2e18cc>> 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 0xa2e18cc>> 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 0xa2e18cc>> for "iq" type->get ns->http://jabber.org/protocol/disco#info(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._DiscoverItemsGetCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->get ns->http://jabber.org/protocol/disco#items(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._IqPingCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->get ns->urn:xmpp:ping(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._PubSubCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->result ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._ErrorCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->error ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._IqCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type-> ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._StanzaArrivedCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type-> ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._ResultCB of <common.connection.Connection instance at 0xa2e18cc>> for "iq" type->result ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._StanzaArrivedCB of <common.connection.Connection instance at 0xa2e18cc>> for "presence" type-> ns->(jabber:client)
DEBUG: dispatcher   info  Registering handler <bound method Connection._StanzaArrivedCB of <common.connection.Connection instance at 0xa2e18cc>> for "message" type-> ns->(jabber:client)
DEBUG: socket       sent  <?xml version='1.0'?>
  <stream:stream xmlns="jabber:client" to="gmail.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
DEBUG: socket       got   <?xml version="1.0" encoding="UTF-8"?>
  <stream:stream from="gmail.com" id="A741CDE2C0959BBF" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
DEBUG: socket       got   <stream:features>
  <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  <mechanism>PLAIN</mechanism>
  <mechanism>X-GOOGLE-TOKEN</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
DEBUG: sasl         start Plugging <common.xmpp.auth_nb.SASL instance at 0xa27fb2c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: dispatcher   info  Registering handler <bound method SASL.SASLHandler of <common.xmpp.auth_nb.SASL instance at 0xa27fb2c>> 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 <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl)
DEBUG: dispatcher   warn  Registering protocol "challenge" as <class '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 0xa27fb2c>> for "failure" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
DEBUG: dispatcher   warn  Registering protocol "failure" as <class '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 0xa27fb2c>> for "success" type-> ns->(urn:ietf:params:xml:ns:xmpp-sasl)
DEBUG: dispatcher   warn  Registering protocol "success" as <class 'common.xmpp.protocol.Protocol'>(urn:ietf:params:xml:ns:xmpp-sasl)
DEBUG: socket       sent  <auth xmlns="urn:ietf:params:xml:ns:xmpp-sasl" mechanism="PLAIN">Y2hyaXN0b3BoLmxhbmduZXJAZ21haWwuY29tAGNocmlzdG9waC5sYW5nbmVyAGRvdmVyMjM=</auth>
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 0xa28942c> out of <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>.
DEBUG: dispatcher   start Plugging <common.xmpp.dispatcher_nb.Dispatcher instance at 0xa28918c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: dispatcher   info  Registering namespace "unknown"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(unknown)
DEBUG: dispatcher   info  Registering namespace "http://etherx.jabber.org/streams"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: dispatcher   info  Registering namespace "jabber:client"
DEBUG: dispatcher   info  Registering protocol "unknown" as <class 'common.xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "default" as <class 'common.xmpp.protocol.Protocol'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "iq" as <class 'common.xmpp.protocol.Iq'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "presence" as <class 'common.xmpp.protocol.Presence'>(jabber:client)
DEBUG: dispatcher   info  Registering protocol "message" as <class 'common.xmpp.protocol.Message'>(jabber:client)
DEBUG: bind         start Plugging <common.xmpp.auth_nb.NonBlockingBind instance at 0xa289a4c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: dispatcher   info  Registering handler <bound method NonBlockingBind.FeaturesHandler of <common.xmpp.auth_nb.NonBlockingBind instance at 0xa289a4c>> for "features" type-> ns->(http://etherx.jabber.org/streams)
DEBUG: dispatcher   warn  Registering protocol "features" as <class 'common.xmpp.protocol.Protocol'>(http://etherx.jabber.org/streams)
DEBUG: bind         start Plugging <common.xmpp.auth_nb.NonBlockingBind instance at 0xa28952c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: bind         error Plugging ignored: another instance already plugged.
DEBUG: socket       sent  <?xml version='1.0'?>
  <stream:stream xmlns="jabber:client" to="gmail.com" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" >
DEBUG: socket       got   <?xml version="1.0" encoding="UTF-8"?>
  <stream:stream from="gmail.com" id="D2462806B07EDB65" version="1.0" xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client">
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       sent  <iq type="set" id="1">
  <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
  <resource>Gajim</resource>
  </bind>
  </iq>
DEBUG: socket       got   <iq id="1" type="result">
  <bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
  <jid>me.example@gmail.com/Gajim57B48C17</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 me.example@gmail.com/Gajim57B48C17.
DEBUG: socket       sent  <iq type="set" id="2">
  <session xmlns="urn:ietf:params:xml:ns:xmpp-session" />
  </iq>
DEBUG: socket       got   <iq type="result" id="2"/>
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:privacy" />
  </iq>
DEBUG: socket       got   <iq type="error" id="3" to="me.example@gmail.com/Gajim57B48C17">
  <query xmlns="jabber:iq:privacy"/>
  <error code="501" type="cancel">
  <feature-not-implemented 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'jabber:iq:privacy', u'jabber:client'] id->3
02 Dez 2008 19:33:49 Gajim: ErrorCB
DEBUG: socket       sent  <iq type="get" id="4">
  <query xmlns="jabber:iq:private">
  <storage xmlns="storage:metacontacts" />
  </query>
  </iq>
DEBUG: socket       got   <iq type="error" id="4" to="me.example@gmail.com/Gajim57B48C17">
  <query xmlns="jabber:iq:private">
  <storage xmlns="storage:metacontacts"/>
  </query>
  <error code="501" type="cancel">
  <feature-not-implemented 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'jabber:iq:private', u'jabber:client'] id->4
DEBUG: roster       start Plugging <common.xmpp.roster_nb.NonBlockingRoster instance at 0xa28f68c> into <common.xmpp.client_nb.NonBlockingClient instance at 0xa27f94c>
DEBUG: dispatcher   info  Registering handler <bound method NonBlockingRoster.RosterIqHandler of <common.xmpp.roster_nb.NonBlockingRoster instance at 0xa28f68c>> 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 0xa28f68c>> 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 0xa28f68c>> for "presence" type-> ns->(jabber:client)
DEBUG: roster       start Roster requested from server
02 Dez 2008 19:33:49 Gajim: ErrorCB
DEBUG: socket       sent  <iq type="get" id="5">
  <query xmlns="jabber:iq:roster" />
  </iq>
02 Dez 2008 19:33:49 Gajim: Found service toff@stein in domain local on 2.0.
02 Dez 2008 19:33:49 Gajim: Service data for service toff@stein in domain local on 2.0:
02 Dez 2008 19:33:49 Gajim: Host stein.local (129.13.227.242), port 5298, TXT data: {'status': u'avail', 'txtvers': u'1', 'version': u'1', 'port.p2pj': u'5298'}
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" id="5" type="result">
  <query xmlns="jabber:iq:roster">
  <item jid="contact1@example.com" subscription="both" name="Erika Moya-Lopez">
  <group>Buddies</group>
  </item>
  <item jid="contact2@example.com" subscription="none" ask="subscribe"/>
  <item jid="contact3@example.com" subscription="both">
  <group>Buddies</group>
  </item>
  <item jid="contact4@example.com" subscription="both" name="contact4">
  <group>ubuntuusers.de</group>
  </item>
  <item jid="contact5@example.com" subscription="both">
  <group>ubuntuusers.de</group>
  </item>
  <item jid="contact6@example.com" subscription="both" name="Dee">
  <group>ubuntuusers.de</group>
  </item>
  <item jid="contact7@example.com" subscription="both" name="Eva">
  <group>ubuntuusers.de</group>
  </item>
  <item jid="contact8@example.com" subscription="both" name="Maix">
  <group>ubuntuusers.de</group>
  </item>
  <item jid="contact9@example.com" subscription="both">
  <group>ubuntuusers.de</group>
  </item>
  <item jid="
DEBUG: socket       got   ontact10@example.com" subscription="both" name="Maix">
  <group>ubuntuusers.de</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->5
02 Dez 2008 19:33:49 Gajim: _ResultCB
DEBUG: roster       ok    Setting roster item contact1@example.com...
DEBUG: roster       ok    Setting roster item contact2@example.com...
DEBUG: roster       ok    Setting roster item contact3@example.com...
DEBUG: roster       ok    Setting roster item contact4@example.com...
DEBUG: roster       ok    Setting roster item contact5@example.com...
DEBUG: roster       ok    Setting roster item contact6@example.com...
DEBUG: roster       ok    Setting roster item contact7@example.com...
DEBUG: roster       ok    Setting roster item contact8@example.com...
DEBUG: roster       ok    Setting roster item contact9@example.com...
DEBUG: roster       ok    Setting roster item contact10@example.com...
02 Dez 2008 19:33:50 Gajim: me.example@gmail.com is a gmail account. Setting option to get e-mail notifications on the server.
DEBUG: socket       sent  <presence id="6">
  <priority>50</priority>
  <x xmlns="vcard-temp:x:update" />
  <c xmlns="http://jabber.org/protocol/caps" node="http://gajim.org/caps" ext="xhtml cstates" ver="0.11.4" />
  </presence>
DEBUG: socket       sent  <iq type="get" id="7">
  <vCard xmlns="vcard-temp" />
  </iq>
DEBUG: socket       sent  <iq type="get" id="8">
  <query xmlns="jabber:iq:private">
  <storage xmlns="storage:bookmarks" />
  </query>
  </iq>
DEBUG: socket       sent  <iq type="get" id="9">
  <query xmlns="jabber:iq:private">
  <storage xmlns="storage:rosternotes" />
  </query>
  </iq>
DEBUG: socket       sent  <iq to="me.example@gmail.com" type="set" id="MailNotify">
  <usersetting xmlns="google:setting">
  <mailnotifications value="true" />
  </usersetting>
  </iq>
DEBUG: socket       sent  <iq type="get" id="13">
  <query xmlns="google:mail:notify" />
  </iq>
DEBUG: socket       sent  <iq to="gmail.com" type="get" id="p10">
  <query xmlns="http://jabber.org/protocol/disco#items" />
  </iq>
DEBUG: socket       sent  <iq to="proxy.jabber.org" type="get" id="11">
  <query xmlns="http://jabber.org/protocol/bytestreams" />
  </iq>
DEBUG: socket       sent  <iq to="proxy.netlab.cz" type="get" id="12">
  <query xmlns="http://jabber.org/protocol/bytestreams" />
  </iq>
DEBUG: socket       sent  <iq to="transfer.jabber.freenet.de" type="get" id="13">
  <query xmlns="http://jabber.org/protocol/bytestreams" />
  </iq>
DEBUG: socket       sent  <iq to="proxy.jabber.cd.chalmers.se" type="get" id="14">
  <query xmlns="http://jabber.org/protocol/bytestreams" />
  </iq>
DEBUG: socket       got   <presence from="me.example@gmail.com/gmail.DA57106A" to="me.example@gmail.com/Gajim57B48C17">
  <priority>24</priority>
  <caps:c node="http://mail.google.com/xmpp/client/caps" ver="1.1" ext="pmuc-v1 sms-v1" xmlns:caps="http://jabber.org/protocol/caps"/>
  <status/>
  <x xmlns="vcard-temp:x:update">
  <photo>05f2452f2bf0c2ed6adbb5d0c48c51272361dd9e</photo>
  </x>
  </presence>
DEBUG: dispatcher   ok    Got jabber:client/presence stanza
DEBUG: dispatcher   ok    Dispatching presence stanza with type-> props->[u'jabber:client', u'http://jabber.org/protocol/caps', u'vcard-temp:x:update'] id->None
02 Dez 2008 19:33:50 Gajim: PresenceCB: None
DEBUG: roster       ok    Setting roster item me.example@gmail.com for resource gmail.DA57106A...
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" id="7" type="result">
  <vCard xmlns="vcard-temp">
  <FN>Christoph Langner</FN>
  <PHOTO>
  <TYPE>image/png</TYPE>
  <BINVAL>iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAC4jAAAuIwF4pT92AAAAB3RJTUUH1wQOFQMzWKAEigAAHd1JREFUeNrNm2uopll2139r7/1c3tu5VXVV11RP9/RcM2Ymk0kyESWMEp0YjfhBEpAQkw9+kGCCoCAIgSAKighClEDAfAgqQi6QhMRgRmMSM23m2t0zfe+q6rqeU3Xu7/15nr33Wn543k6mx+nL9PRoHngp6oXznLP/e13+67/WEr7Fz+ntp51BODmdlkl9PajLYQhhpBZ3tVvXqW3EfN2ZaUrtquuSHT/17Esnv/5bn17/xm/9jgL2rfz75Fvx0pNbT/pmvXx38P4TWfUTvqjfhxQXxfldERmY5YGk1YC4Cqgagz0zcdlyTN1qdud8pZ++s3/0e/sPjl780pNPH//8L/xiC+ifaQCOb31JBOrYrD+Ksx93qn9TNF0VX3qpJiLOG+LAFEsrLK4hRQg1UlQQhmamSlw5XJFn6/zK6dnsiels9vsvXrv+v//zf/nV25954o+7
DEBUG: socket       got   dxoI/44c/tpnyhS777Nu/c+dxZ/xpp/UdrmNmqcYioggIKpZLK2hXYh2K5GiFjSKc07EV+K8dyJehOyrerg3GU8+XNX1d2yNx4++57FHc0r59KVr1+M7CcI3BcDRC38g/+Qf/NjV3LX/1KH/UnL8hMV2kNczQwonPogrSiy1/Q/kzrRrBHGIOLRdQjHu3VwEJCDOg3jQLL4ownAw3A1F+dhgUH9gNB6m6zduHpycnL7qEvb/DYCDL/6a67rVJ7WZ/4LzxQ9ruxjlZm55PXeoOXFepBiCRtAEphAXIngQwTSiizMExdUTxHLvkNIDICKIGYiTuq6HdVU9VNf1o5PxuH352o392XzevBMgfMMA3Pv8b8g//LEfmMSU/76sT37OTL7N0tqlxQlpOXWWFUEhVDjv0LwBIK4w1R4IIC9OMVV0PcdXNRQDxDIi0oOAAIpgmEJRFMVwMLiws7316OXLl9O9/YO7xyen628WhG8IgLuf/5WwPr3/ccP/K1uf/1Q8P9nBOeL8jG52Jt1ygVgitw1htAskLEUsNZATZgY597e/mkNsAI9h+HIILoBGRBwgPRh/YhmOMvgwqOutS5ceet/j73msOjw6vnVv/2AF5LcLwlsG4N6XfrNcHd/7fnL+92Lp+xf3rhc5g8aGZnrCejolNw25bXDVmFBXmGa0WyEK1i3RZgm5Qxdn5OUMXc0xS1jXIkWJeA8GZgqasVctwRLiAoJRFD6UZTm+eOHi+x++fKm8eev2
DEBUG: socket       got   zcPDoxWQ3g4IbwmAu0//93J1dvB93ezsXwv2seXhLZkfHVMMx7TTY2ZHJ6Q2obklJmGwdwkRw2LsPxrJqyW6XmFmdMcHpLMTrGvozk5RM3Q9J0z2EAHrVn2OfjUmmIFp/39ESi++qqrR9tbWYynr+smnvnyni/FtWYJ/88N/2q1O7328m97/F7lZfW9czeT0zi1pO6Mohen9fdpVRIDFyYzJw1cIdQE5kbo1AqTlFGuWaFY0NrRHR1gGE4e2kfb0EDNFiPjRLmKGxjXEprcKQCwBDkOxnCR48WVVD7a2xu+6efvu3Ruv3DoE1t9oinxDAO4+/zmJ07uPtqdH/6ydnv5gbNZ+9mCfk/1jqSYj1qfHLM8WOIHF8TmD7R0GuxNEldw1OBcgd6TVgtwmRIx4eoyZw9cDnAiqYDHRnBxjlim2tnFlDRrR1GHNORJqUAWNGNJ7RU54H9zOzvbucDDc+uznv/TScrk6A74h1viGAPz0j//Q7urw7j9qZ0c/0cxnYXV+aoe39wEnIcDs+BTtMt1yBVKwdWkP5z25a7CYKEpPN5uizQrMsK4jrztcPUQwBEGcQ1wf9FYP7uMDlLuXej4QO3S1wNIaqUZYt8TMEAHnPJZaihDcQxf3Lg2HQ/f0V5671jTNFIhv1RVeF4DbX/6DcH7ti38jt6ufbaZn43Y+tQe3bzM7mTHZ25b16RnNoiV4pVlEti7vEcoC04SmSDEYo+t5f/sxIwh52SCh7FOhbZi4JkQE
DEBUG: socket       got   zUqOrbXnJ+JoKfaugBm6nKLrGSIZ8wO0nYF4TA01ldytLJRVuHL5oaur9fr8medeuq2qy7caD14XgJ/4a9/5+PLglX+DuA90q7kd3rzFg/sziqqUyhnz6YKyLFmezNl6aBcXPCKKxQ5VwRPpFgtyF3EuoG2E/GrKFgTBTLEUwQRD8S6IOEd7ekwohWL3MmJGXpyj7Rp1jrZp0Gbexw88ov1lDwZ1ParrvaeeeeH68cnZySYe5LcFwCtf+J29k+f++GdSs/5bLogc3bghB/vHMput5dLFbeJyhfOlrc7mjPd2xXuht9iEKVTDkrhckZo+fWmb0aZDUEwNS6mP7KpYVjQnMAEy4gRNiXh6RDmqCOMLaLMiTY8JRaAc78DiHNefzXwI4nIjal5GgzBZrdbxy89fuxFjnG7igX1DANx94fPu7KUv/uWzmy//bBgMB4sH++zf2pfDkwWj0YhRJZg6ctdKORhKNazwVYGliPhAPRyg7Ypu3eFCjTUNed3inMPMMDVSVrCMYGhKaJcwTT04qliGuFyizYJia4wb7dIdHmDtHFeVaM7oagYkaZNp4XCmkRBCKIMbf+mZl24enZzdBxZvZgXha7+Ii5PByfWnvqtrWwnrcw5v3ZPpfE2XlMlWCQpF6WkWmXo74L3Hi5JdST2s0a4lthlf1TRn5ziFEAIYOOfwoQBnoIHcxT7vawZx+OD7gGhGMsfZnQOTopCtD3yE8srjLF78IlJU+N3LNIf7+J0WRpHk
DEBUG: socket       got   ds1p50IY8PiV7Svf8eH3fs9zL15/HjgBujeygtdYwJ3nvyDH1598/PCFL/9kNRy+//zBoT85nsn5ojWc58LeWAaDmuX5kmo4QJyjGnksG+Wwxgl0qb/F1dE5uVMEx6YW3vAZA7ENuTHUjKyQk6LZIMc+5ZmhMcv6+BgfoNi5AOaIp/fxdU07ndItpvjgCIUXVUViI8E7P12s+exTL15ru/jgzazgNRagOZeLg9sf79bx/aFswvH9Y1k3yRZttkEdcM5Lt1oTUyYUSr1Tg4gVwwpNUZp1sna5Zn0yl7qsqaqSnHtTxwc8RiBhro/i2cQQExDMMt4FzAlOFLOMeE+7Vk5eeBkpAvXFR+nOjmlOH9Bls8XBgeyEUnwocNXYLK7ED8b+Q4/sXX33uy598NmXXnkWONrQZH1TAExzsZrOPurqwWRxem4xwTol5uvOJpOB805YLta44AlVQGNEKFh3S9plssX5XFKTGJQFGGRVzAzNSlkJmpSsYqJK8F4cPTYmgmBkWgrvMXF90SSCC4H1dMXsxk1cKGE4ZHF4TymHsjibmh8c47xJvfewtOuV1rlzV/cm2x/94GMfevalVy4Dt4DlW7KA89OTsl3M31tU5XB62EAIdj5vLCalKgLduiUlYzgOeKcgBbFpZbVoWJ6vSK0yKD2hJ+1YUrITnHN0bUcIBQQvHiNbwoBs9LxABNTMgorfpEoQVBNZlen+fdygoL54BTJiXSPrZWvt/oGWtfehqslNK13n
DEBUG: socket       got   GE12q+/58Lvf/+ufLq82bbcNnL2eG7wGgKZZDRHeHdu29EUty7MlbVIzM3ECzbohlIGqDJgq68WC9bJjebYEHINBiXcl9irFtYyI79mbExQDzeAMUSEpFg3zmsU5J8E5sahk35fBIpBSJpnSrDrCvfuI8+QuimLElKQ5PGP3wrZV21sQTbrFgsoHeXir2huPBlebttsDDl4vGL4GAIltndpmx3tPssxq1ZoTccGDJiOZUtZGt1yQorJadDTrDu8L6qrAie/J3Sa4OSd4A+39HcQwc6iZgZr3XrypEyc4cahaT5FzHyBlUwYpjmxiq1krcnhMUZWSuo4Uo3VN5+cnpzp+aE9EMV3ORQSu7uxsXb209+7j0+keUG+C4RsDsJqfORPnFZXFvAFx4r1IkT2qyaKZreZZtFVS7qO39wVF0ScTM+3ZmTjcpmjJajgBnJklw/mMFxHvvXhxvf9brwkKiolgOW8A7JMFIuZckGa9Rk5UqsmQLqqtuqTrrpP1bOHa+YLgPdZ0RBZy6V17ow8+duVdT7/wygVgsMl4+oYAzE5OUuza5KQnq74IYIYXQaOKeqFtM2IONcEHjxfD6Lm8mqNAISsqPQA4MeeDFJrFfK/suM3t2qYI6lOQ9pKZ3/wcDsPMRKyqgkhVyWphzM5WDLNZdmKx6aRddTSrxtJ6JRZK0nKNaabuWi7tjPacyEU1G28AiG8cBGfTpVebOzF84ckx9UD4/oCuqrCoiBmuvxjYZDIREOdQ
DEBUG: socket       got   lc13ivQESMwgieERUHAi5KyI9BciznDOIX6jCvu+TCgKL1UZnHMe1dz//mJhy+mMogrSdVliVosp060afKmkpsM50GYhe+Ny7L3f0ZRGGwDka93gNQCMhkNJwU0sJedCIGZFxPobV0V08wrXm3wQ8CIbUgNe3EbUNBCPIgi9G7waBC0bzgtEI+f4J1RMNFMOKkrncYWXOpQSvMMXJU4EE/A5mWmvKzbNWroumYqzmERizJZEUZwUWcldx1bl6xD8KKY0eL265zUAOFScc1t9maFoVgnekXIG8yi2ESpBHIYhakrMiiYz7aKAw3nBud49nDiCE8w7AkVv3SokBCP2NVFWnBir5YoQAr4o8MFTlqUNBjXjnQlVPUQBlb6KVMPEzdAcUVO6LhK8s6yGiBcz4fJ2NSiDH6z7IBje1AIWRwepMhPEkboImnEIqga9R/YAOAFDclaiRmI0a7tEp2YZofImwXsKFyi8UASPd24jgYA6tzlIRrMSUyZ1CcNIMfXp0zkbliVb45q99Vr2rl6ywfYFqxBy14iqUoVAk5KYGqltyc6ZU5MYk2m75n0PX5l86LHLFz/37CsjoHjTWuBjV7dkb1j9qEMvzc6mslg24sSIXWJcBgahNCeCExEx0Jz72t45wkbZkT6eSUq5P+Cfmov1niKiZmSMGBNtk1gs1iyaliYmYkokE5DNgxNU0bbFeYevA94VAjCbzmiajiIIRVlkCUIQcaPhgGJQ22AykGWk/aOvvPIM
DEBUG: socket       got   sP/16oLXALBcrPVjV3c+FZx8aH4+Z7VuQE26LrFVl1RFEO+dON8f1HuHqKFq0qYsqybKtOnkdLVm0XVEc9jG5oIXKUIQJ5DFyKpkYNm0zFYdi65j2jScNYlFF4lJcZuugfSWJ1XwVFtb4p0HJyxnc5kvFuKco6gLq6tK6uCkqAqtJhPq3YdcYdl/+slXXmy6eGfDCNPrusDnbx7Zjzfxs6WTH8SsKp1jHbNhQvBBvHcE2fivCDkpqy6yf77k5dMVt2drVhHabNQOHt5e89hkwNXtMYUTqrJPqeI9XhxoJpkwbTpun8+4v07MW0gYJcKl2vFtezWP722BwXBYy6hLJoOKwo9sNB4RQsDMKMVc6UzIxny2yn4yplYJD1/a2/rO9z38wf/51I0vALc3SpH9adx77WPzdftE17RLZ0jpBTHFOxHnPMF5JJS9TJUzq7Zj/3TKs0dnnKaM1AW+ErwHvCe5kgeLhq5LpAy66YHWhWcyqBgWBcEHOoHzLCTnkAIMIYkxFccL846XzxYcz1asm2ht05qAEYKFQa2+KMwM8+JcVRRSBEdR10ZRWVbTIgT3sfdeftyJXAYmX3vpXyuI2MHh+Uvj3cGxI18IQl/rB0coggUnovR5P8dMzmaj4ZAPl0PJCOtsLFPCTAhmVKJsFWO2q5JCBJeNCmFUFAzHNTlXmArBC7uTMYu2odtkm1CUbIeKUSVURWCrLjECpL68Fuco6krUoCgLvJeeQwkMx3XY3t2R4fZE
DEBUG: socket       got   tCV/5AOPXRH57EXMtoEHm7rg6ytC3bpr1+hxqN2HclRxWc270oIP4L2ZGl6QMgRQqJxnlz7vZwPVTEx9LdCrQEIAKmcMPQyLwNZoyGAywXIGg8J5RkVL6gY4jBAcVVEyKEsGw5LR1oTJ7hbjhy/jgxPVaCkZ3vu+qEqJ1GXzdUXhA4OtHVfuXIR6bPv3bq//4+9+4XZWHQLDN7MAwoWHV9306HMi+S+smtarGiWG814Up86rSHZWiPSszVSyGTkrnZk5oPCur2fECIAXY1SW1FVNVVaUZUlRlnjncC5Q+iV1UbBaNn0rzRSfMk46ZK24KlDYiEKjlMMdcgqS5vOsOZulKF3T0KxE4mptk/c8SvXQZbt976D57c/8t/u/+kcv3Ll7srgDzIN3MWXVNwTgSEUv+vKPC21/Mkbq4LyNB6U4JyrOme+5qwTvrRIRzX05n7yjMJNsas4MlU1zT5UqOOqqpCw89aCmrEqG40nPMyzjtWZQFXRbFSn28pgDyqKgqkqGe1sMdneMUKJJESeCmnRNY7HtxLqO1dRxdvcUU2dPPPHC4S89cf3m7ZPFA+tL4WvAMynr/nsefSTevH339QH45f/x2fyPP/Xnv1jNjm6Wlf9AAD+uC3Fi6rwgWfCFJzjEZROvoU91rujlbM2iOZOzgnO4UOIKT8CoqoJ6UDHc2qKcjPp5IUsgjiJlBrlGNYMKPgSKwlNv7yLbuxR1RcytZSdYSoglUpsYVjWrNomoEFfK/3pm
DEBUG: socket       got   //zfPXn35VkT7wIvA88D14G7wNnN23e7N7QAwJ5dxvufrMo/HGceXa+aQddEKUbmQlGYcyakTjyu929RXN/GJQehSo6UHUl7ADS4jSDSK8ihKCm2dvDlACzjygJSQgg4UUofegCKkmIyptrZxY8nGApWSoorVZypIT4m99DuWA6XK7a2J5iI/eHLh4cCZyI8Z8bnNiCcAF+3e+y+Hj2cnZ+0cwm/6YI/GQ/qhHNZcsb1cyt4ceaDpyyE4B3BQRn8n/q37ymw0qvEXcykrkNT6lvclsGBeI/4QIqJ2ckRy/NT2vkCjS2WOgwz1Qy5w1eVFKMRSbxtWmkSnMnAOR59/FF29rZtGlO6cb4+m7fxthnPAi9s1KDF680PfN0K6c7RlCs79fyC2fdPRuER7z25S+IGpYkrDTO8CU6TyKbSk14KIqdMzIkmRlaxp8rFhh+Xwfe/MCWcGOI3mo8vmJ/PODs6Ja4bctP23aPYCZawHPtA4xDvDA9ueX4mzXTOZHeX4WhAN2/s2vmi+4O7Zy832Z4HntqY/Ru2zF+3N5jV0ocvTC5NiuKTTnPQnDEXpBzUFGZibSOas4hZ394ySKo0bctitWLedCRVhoVjVBd9LyT19Xp7PqWbzcmrOa4IlKMRbdtwcHDIYr4ktx256/p/mzXaNljqcJogdWjOMt0/MFuuZLi3Z2E4pklJv3jrYP75B/OX1HgeeG5j+ukb6gy9+nzPJ747ndy99l/fPSx+2nn/0LpLtlgs
DEBUG: socket       got   qbe2cDk7b4hmJW1GWoRMTIll2zFbN0QcoXC0XaQQ6NqOpI6Sniku1i3u6Izt41MGO9ucTpes2sxysaYtI13MdDExipHYtcSmIS6XlFsTST7Y6nRqRVmolIXoaDuHrvW35800qs2B86/yed4WAD/wqb8s/+HnXnzlAxfkS7FrP3VztjI/qN1W0+pIszdTE1VUTTRnkhptzMybliZDVZUEJ6zayGy+YLFsKeuK7UGNj5kmKdPZgvFhxdV3RcrtMZPRkKZNnDUr1HpxNcdMGyNdk6iajqpdw3DMwdGp1l0nrulkfKUL3fxcb0ybI2C2AaB5K4MSrwvARz/y7fbDP/LXR/ef/NzpwdHapuuYd0TMQ7CsxJj6CJojKRldMpaxo1WlritC4fEidBipLakqwAemXUItY0A52WawNSFsbVFUFaMJtFFZYCy7Fo9gJmSUFDPrmCxk1VoCS3A3zpbNWZPCw/NV+fuHs4Pr5+sHG7M/2QBgbxsACxU7k5E7LosrJs47R5OyBSyVWO47PgYZLKYk65RoM/iyQLzDHJgPePEUI4flAt3EC+8DQRzjwYCtyZiyqqHweK2ohwNi12FqLJJitEQVypgpMHPe5Wpn7I+W7fLnn3vw5Unp4198vLv4uy8fvpKNg00n6OjNmqJvCoA4l5vVwjTnPXHgoAjBSTYx6zs3ki3TpUxjSvIFRRAk+F40cYKYiXfWy+YbMUo30mSBUYnDI+QY+36gZrwXpChwOaIKTe9miDNz
DEBUG: socket       got   5mxSFwFVjlfNOhnn9xbdtV/+yr37G38/2RCfNw1+bwrAd/2lH7J/+1M/Es1kLs5nEKlKr+Zdjsk5XBYnIpYFvBM1o8kZaRNVCHjvpRDDtO/zSUqIZsKmW0yMdG0LmvFt6AUSzbSmLJpIzkrp+3rDizNXFLjC40Bmi1V+7nj5YBnz4SbaP7MJeuvN7S/f6qBUeMNZ+snFVE8ezPzx+dycC/NO23mWeoxUqialiC9CEOeDpbaTVZdstc6cz06kUeXi7jYPDWqsi5R5My2SO3KKIJ4YW+LZlA4hBsfh6ZxxXbE1qdkbj6jqApexUhy+DHiHLLucnr53cvbk/fm9zWFvAjc2wS9vbj7zFp83BIDhVrN96UoYHhzWXczuoIkPlneOm49duXC5iutKna8GwZeFCYMChpVQl1jhgh0cn7vjozOWW0OrRkN5z5VLDEZDRDOL0ylbDz3E9PScs9NT7tw7Zq+q2CrHXNzboqw9deXN+WCF92YayWbWZuHZe6env/3y/ZuLLt3f+Pv+5vDrd3xS9Mojj/DI1asXl8f3v0tz3BkNSn+7ddfuncxe2S6kLrwriyAhOOdN6IUM52Q8KLkwGskgqsmyQeeNnJwcM1+uODs9ZTlb4bsV3fGUSfK8d2ePR7a3edfD20y2BwSHFUI/V26KmloCPetS+/mDs6On7s9ezMZzzsnTZrwCzN/uDsEbAvDUl5+1Lz7/8vNlOTjcKv331pIvXNku95YxnVw/nD57sS4mtTAW
DEBUG: socket       got   ocianfYdEatEpCxFRoOBjZ1zu65gRwoGEbaSsIunWilb4tguS0aDgsHekGK7xgUspUTOGZISs1pnpvPO4svny/Mn7py9PGvzi4PCPxOzPvv1At5/+nt/Jfydv/rd/MoTz9k3BQDAcrnSl/YPD6Mr7o/q4hHtukmlae/Borl+uGyvXx6VDwdhIk689S1F82ISghPxToqqsiJ4CRiVCMH1Aon3IHWwencsYXeEHxeGM2JSSzkhZhJVbd6lbn8VF7935/TmZ+6cvXDWpOull5dU7ZmqCPsp62tM/xf/9vf6tF64v/uLv5e/+RjQPwk4evrm/u+8/KC+7TR/xEx3m6Sn48LN3j2pLn7bxfFujd9yQtHvx/RdXryYCpgvTWsvomKo9jN1TpEi0JXBigABs4wjeMewKGlobd7lNE+kO4tu9tzx4lqb7QbwYlJ7Xo27W2XRrLv0mlseTEb2o7/0ufhV+1D2TVnA5gUZWMeUzrusJzHbiRknSW2/9ux7xyCIe6j0NvD9ehCKqKmS1IioJS/mSi9WeKGA7FzfCfaOIjiK0PcbHE5STpyvUjxpUneemb14Mr99f9E9D3wZeNr6yD9dd+n/KnF/7emb9lULYd+8C3wNCA0wBQ6B+0E4fmgYZgeL9vrZOraF9w8HLwPvELdpjdpm2UHEE4pSiiJIKAuKsiQEL6X3UpSFOOlniVYp6umqTSfr2J108fylk8WtB4vmzqLLr+b7VzZ/w9vaD/hmV2Z0QzFXwHLL
DEBUG: socket       got   S/PencplY3V33jw4XacT52S79DKuXAiF9xKCl6IoZVCWPoRA1R+aIgTK4PDeYSKaU7ZZ26UH01V3vO7a/UVzfO10dXvZ5f3zdXy+6QPerU13p+MdWqh8u0tTBthFj14aixYhEDPNMubjVZePgGEV/HYVfOmcOI+IB8mqKjnjLIs3xcys06xNjHq2bOLhoon3V+3qxvn63q3z1e11l++ct/G5WZO+or3ZH7/VGeD/J2tzM4Ubs5zbbNE7icPCrZcxH5+s4u0m5lgVsls5NyBnj2Yxw1lKEqPSpKzrdp3nTUzniyYeLtruxtni5Nrp+tbhvLk97/KN8yZ+ZdamZ7Nx86sobuQdXKcN78A7dH8RO4j58jA0tXfLVvNsEfPJrEv7H9gbf+pCHd5TiU6cSMCQqFhSUbVs82TxrEur+8vu+GjVHayTHszbeGMd9XqndmvTyZlu3O4d3xyVd/hdAvhhcGUd3HYV5MoohG8fl/7ju5X/c+PCX3EwaLNqUlF1ptNOZ7M2na1jPlmnvL/o8o0u203rKe7JRtBs3mja88/a8vSrQASgHgZ30Tt5BHjUC1cMdmK2cjNtk52Q1FhE1eOsHG0aGccbVWf9Vbf+Ldki/5Zsj3/Vu91mMmMIbG8+WwL15jR58+k2N/3qZ7n5LvMt2hp/9fk/+l7J7JNhZ2QAAAAASUVORK5CYII=</BINVAL>
  </PHOTO>
  </vCard>
  </iq>
DEBUG: dispatcher   ok    Got jabber:client/iq stanza
DEBUG: dispatcher   ok    Dispatching iq stanza with type->result props->[u'vcard-temp'] id->7
02 Dez 2008 19:33:50 Gajim: _ResultCB
DEBUG: socket       sent  <presence id="15">
  <priority>50</priority>
  <x xmlns="vcard-temp:x:update">
  <photo>05f2452f2bf0c2ed6adbb5d0c48c51272361dd9e</photo>
  </x>
  <c xmlns="http://jabber.org/protocol/caps" node="http://gajim.org/caps" ext="xhtml cstates" ver="0.11.4" />
  </presence>
DEBUG: socket       got   <iq type="error" id="8" to="me.example@gmail.com/Gajim57B48C17">
  <query xmlns="jabber:iq:private">
  <storage xmlns="storage:bookmarks"/>
  </query>
  <error code="501" type="cancel">
  <feature-not-implemented 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'jabber:iq:private', u'jabber:client'] id->8
02 Dez 2008 19:33:50 Gajim: ErrorCB
DEBUG: socket       got   <iq type="error" id="9" to="me.example@gmail.com/Gajim57B48C17">
  <query xmlns="jabber:iq:private">
  <storage xmlns="storage:rosternotes"/>
  </query>
  <error code="501" type="cancel">
  <feature-not-implemented 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'jabber:iq:private', u'jabber:client'] id->9
02 Dez 2008 19:33:50 Gajim: ErrorCB
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" from="me.example@gmail.com" id="MailNotify" type="result"/>
DEBUG: dispatcher   ok    Got jabber:client/iq stanza
DEBUG: dispatcher   ok    Dispatching iq stanza with type->result props->[] id->MailNotify
02 Dez 2008 19:33:50 Gajim: _ResultCB
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" id="13" type="result">
  <mailbox url="http://mail.google.com/mail" total-matched="6" result-time="1228242823491" xmlns="google:mail:notify">
  <mail-thread-info tid="1287905197470763448" url="http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287905197470763448&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228242108510">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test6</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904793721566310" url="
DEBUG: socket       got   http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904793721566310&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241723671">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test5</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904781388641912" url="http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904781388641912&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241711637">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test4</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904767211090100" url="
DEBUG: socket       got   http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904767211090100&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241698490">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test3</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904755715964005" url="http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904755715964005&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241687328">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test2</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904739965821944" url="
DEBUG: socket       got   http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904739965821944&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241672608">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test1</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  </mailbox>
  </iq>
DEBUG: dispatcher   ok    Got jabber:client/iq stanza
DEBUG: dispatcher   ok    Dispatching iq stanza with type->result props->[u'google:mail:notify'] id->13
02 Dez 2008 19:33:50 Gajim: _ResultCB
02 Dez 2008 19:33:50 Gajim: You have 6 new gmail e-mails on me.example@gmail.com.
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" type="error" id="p10" from="gmail.com">
  <query xmlns="http://jabber.org/protocol/disco#items"/>
  <error code="501" type="cancel">
  <feature-not-implemented 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/disco#items', u'jabber:client'] id->p10
02 Dez 2008 19:33:50 Gajim: ErrorCB
02 Dez 2008 19:33:50 Gajim: DiscoverItemsErrorCB
DEBUG: socket       got   <presence from="carina.textor@gmail.com/gmail.D10EC9C2" to="me.example@gmail.com/Gajim57B48C17">
  <show>away</show>
  <priority>0</priority>
  <caps:c node="http://mail.google.com/xmpp/client/caps" ver="1.1" ext="pmuc-v1 sms-v1 vavinvite-v1" xmlns:caps="http://jabber.org/protocol/caps"/>
  <x xmlns="vcard-temp:x:update">
  <photo>7d407ad8cfbe7a985c1411e84933ad78d45fdc33</photo>
  </x>
  </presence>
DEBUG: dispatcher   ok    Got jabber:client/presence stanza
DEBUG: dispatcher   ok    Dispatching presence stanza with type-> props->[u'jabber:client', u'http://jabber.org/protocol/caps', u'vcard-temp:x:update'] id->None
02 Dez 2008 19:33:50 Gajim: PresenceCB: None
DEBUG: roster       ok    Setting roster item carina.textor@gmail.com for resource gmail.D10EC9C2...
DEBUG: socket       got   <presence from="carina.textor@gmail.com/Talk.v10438B1BBD8" to="me.example@gmail.com/Gajim57B48C17">
  <status/>
  <priority>24</priority>
  <c node="http://www.google.com/xmpp/client/caps" ver="1.0.0.104" ext="voice-v1" xmlns="http://jabber.org/protocol/caps"/>
  <x stamp="20081202T18:26:58" xmlns="jabber:x:delay"/>
  <x xmlns="vcard-temp:x:update">
  <photo>7d407ad8cfbe7a985c1411e84933ad78d45fdc33</photo>
  </x>
  </presence>
DEBUG: dispatcher   ok    Got jabber:client/presence stanza
DEBUG: dispatcher   ok    Dispatching presence stanza with type-> props->[u'jabber:client', u'http://jabber.org/protocol/caps', u'jabber:x:delay', u'vcard-temp:x:update'] id->None
02 Dez 2008 19:33:50 Gajim: PresenceCB: None
DEBUG: roster       ok    Setting roster item carina.textor@gmail.com for resource Talk.v10438B1BBD8...
DEBUG: socket       got   <presence from="dee@xmppnet.de/Home" to="me.example@gmail.com/Gajim57B48C17" id="51">
  <priority>50</priority>
  <x xmlns="vcard-temp:x:update">
  <photo/>
  </x>
  <c node="http://gajim.org/caps" ext="xhtml cstates" ver="0.11.4" xmlns="http://jabber.org/protocol/caps"/>
  </presence>
DEBUG: dispatcher   ok    Got jabber:client/presence stanza
DEBUG: dispatcher   ok    Dispatching presence stanza with type-> props->[u'jabber:client', u'vcard-temp:x:update', u'http://jabber.org/protocol/caps'] id->51
02 Dez 2008 19:33:50 Gajim: PresenceCB: None
DEBUG: roster       ok    Setting roster item dee@xmppnet.de for resource Home...
DEBUG: socket       got   <presence from="stefan@jabber.stefan-betz.net/Home" to="me.example@gmail.com/Gajim57B48C17" id="31">
  <priority>10</priority>
  <x xmlns="vcard-temp:x:update">
  <photo>d0c9a758c1892af96f28f3ed86b189ad3b34339c</photo>
  </x>
  <c node="http://gajim.org/caps" ext="xhtml cstates" ver="0.11.4" xmlns="http://jabber.org/protocol/caps"/>
  </presence>
DEBUG: dispatcher   ok    Got jabber:client/presence stanza
DEBUG: dispatcher   ok    Dispatching presence stanza with type-> props->[u'jabber:client', u'vcard-temp:x:update', u'http://jabber.org/protocol/caps'] id->31
02 Dez 2008 19:33:50 Gajim: PresenceCB: None
DEBUG: roster       ok    Setting roster item stefan@jabber.stefan-betz.net for resource Home...
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" type="error" id="11" from="proxy.jabber.org">
  <query xmlns="http://jabber.org/protocol/bytestreams"/>
  <error code="404" type="cancel">
  <remote-server-not-found 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->11
02 Dez 2008 19:33:50 Gajim: ErrorCB
02 Dez 2008 19:33:50 Gajim: _bytestreamErrorCB
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" type="error" id="14" from="proxy.jabber.cd.chalmers.se">
  <query xmlns="http://jabber.org/protocol/bytestreams"/>
  <error code="404" type="cancel">
  <remote-server-not-found 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->14
02 Dez 2008 19:33:50 Gajim: ErrorCB
02 Dez 2008 19:33:50 Gajim: _bytestreamErrorCB
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" type="error" id="13" from="transfer.jabber.freenet.de">
  <query xmlns="http://jabber.org/protocol/bytestreams"/>
  <error code="404" type="cancel">
  <remote-server-not-found 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->13
02 Dez 2008 19:33:50 Gajim: ErrorCB
02 Dez 2008 19:33:50 Gajim: _bytestreamErrorCB
DEBUG: socket       got   <iq from="proxy.netlab.cz" to="me.example@gmail.com/Gajim57B48C17" id="12" type="result">
  <query xmlns="http://jabber.org/protocol/bytestreams">
  <streamhost jid="proxy.netlab.cz" host="77.48.19.1" port="7777"/>
  </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
02 Dez 2008 19:33:50 Gajim: _ResultCB
02 Dez 2008 19:33:50 Gajim: _bytestreamResultCB
DEBUG: socket       sent  <iq to="proxy.netlab.cz" type="set" id="16">
  <query xmlns="http://jabber.org/protocol/bytestreams" sid="47CE51G23RYPQNTJ">
  <activate>proxy.netlab.cz/47CE51G23RYPQNTJ</activate>
  </query>
  </iq>
DEBUG: socket       got   <iq from="proxy.netlab.cz" to="me.example@gmail.com/Gajim57B48C17" id="16" type="error">
  <query sid="47CE51G23RYPQNTJ" xmlns="http://jabber.org/protocol/bytestreams"/>
  <error code="404" type="cancel">
  <item-not-found 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->16
02 Dez 2008 19:33:51 Gajim: ErrorCB
02 Dez 2008 19:33:51 Gajim: _bytestreamErrorCB
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" id="DA96A594" type="set">
  <new-mail xmlns="google:mail:notify"/>
  </iq>
DEBUG: dispatcher   ok    Got jabber:client/iq stanza
DEBUG: dispatcher   ok    Dispatching iq stanza with type->set props->[u'google:mail:notify'] id->DA96A594
02 Dez 2008 19:34:09 Gajim: Got notification of new gmail e-mail on me.example@gmail.com. Asking the server for more info.
DEBUG: socket       sent  <iq type="get" id="13">
  <query xmlns="google:mail:notify" />
  </iq>
DEBUG: socket       got   <iq to="me.example@gmail.com/Gajim57B48C17" id="13" type="result">
  <mailbox url="http://mail.google.com/mail" total-matched="5" result-time="1228242842856" xmlns="google:mail:notify">
  <mail-thread-info tid="1287904793721566310" url="http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904793721566310&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241723671">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test5</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904781388641912" url="
DEBUG: socket       got   http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904781388641912&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241711637">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test4</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904767211090100" url="http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904767211090100&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241698490">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test3</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904755715964005" url="
DEBUG: socket       got   http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904755715964005&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241687328">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test2</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  <mail-thread-info tid="1287904739965821944" url="http://mail.google.com/mail?view=cv&amp;search=inbox&amp;th=1287904739965821944&amp;lvp=-1&amp;cvp=9&amp;qt=&amp;fs=1&amp;tf=1" participation="2" messages="1" date="1228241672608">
  <senders>
  <sender address="Echo@tu-berlin.de" name="TU Berlin Echo" originator="1" unread="1"/>
  </senders>
  <labels>^all|^i|^u</labels>
  <subject>Re: test1</subject>
  <snippet>You have successfully reached …</snippet>
  </mail-thread-info>
  </mailbox>
  </iq>
DEBUG: dispatcher   ok    Got jabber:client/iq stanza
DEBUG: dispatcher   ok    Dispatching iq stanza with type->result props->[u'google:mail:notify'] id->13
02 Dez 2008 19:34:09 Gajim: _ResultCB
02 Dez 2008 19:34:09 Gajim: You have 5 new gmail e-mails on me.example@gmail.com.
Requires docutils 0.4 for set_classes to be available
Invalid debugflag given always
Invalid debugflag given nodebuilder