ubuntuusers.de

🚧 Am Sonntag, 5. Mai, werden ab 16 Uhr die Server aktualisiert und eine neue Inyoka-Version veröffentlicht. Das Portal wird mehrmals nicht verfügbar sein.

gajim

Datum:
3. September 2010 17:54
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
17:52:54 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:52:54 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:52:54 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<iq from='echo@test.collabora.co.uk/echo' to='ibinsfei@jabber.ccc.de/Gajim' type='result' id='69'/>
_____________

17:52:54 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<iq from='echo@test.collabora.co.uk/echo' to='ibinsfei@jabber.ccc.de/Gajim' type='result' id='69'/>")
17:52:54 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> iq, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'from': u'echo@test.collabora.co.uk/echo', u'id': u'69', u'type': u'result'}
17:52:54 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> iq
17:52:54 (D) gajim.c.x.dispatcher_nb Got jabber:client/iq stanza
17:52:54 (D) gajim.c.pubsub _PubsubCB
17:52:57 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:52:57 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:52:57 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:52:57 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:52:57 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<iq from='echo@test.collabora.co.uk/echo' to='ibinsfei@jabber.ccc.de/Gajim' type='set' id='66095745953'><jingle initiator='ibinsfei@jabber.ccc.de/Gajim' sid='66' action='session-accept' xmlns='urn:xmpp:jingle:1'><content name='video' senders='both' creator='initiator'><description media='video' xmlns='urn:xmpp:jingle:apps:rtp:1'><payload-type id='96' name='THEORA' clockrate='90000'/><payload-type id='26' name='JPEG' clockrate='90000'/></description><transport xmlns='urn:xmpp:jingle:transports:ice-udp:1'/></content></jingle></iq>
_____________

17:52:57 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<iq from='echo@test.collabora.co.uk/echo' to='ibinsfei@jabber.ccc.de/Gajim' type='set' id='66095745953'><jingle initiator='ibinsfei@jabber.ccc.de/Gajim' sid='66' action='session-accept' xmlns='urn:xmpp:jingle:1'><content name='video' senders='both' creator='initiator'><description media='video' xmlns='urn:xmpp:jingle:apps:rtp:1'><payload-type id='96' name='THEORA' clockrate='90000'/><payload-type id='26' name='JPEG' clockrate='90000'/></description><transport xmlns='urn:xmpp:jingle:transports:ice-udp:1'/></content></jingle></iq>")
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> iq, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'from': u'echo@test.collabora.co.uk/echo', u'id': u'66095745953', u'type': u'set'}
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> jingle, attrs -> {u'action': u'session-accept', u'initiator': u'ibinsfei@jabber.ccc.de/Gajim', u'xmlns': u'urn:xmpp:jingle:1', u'sid': u'66'}
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> content, attrs -> {u'creator': u'initiator', u'name': u'video', u'senders': u'both'}
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 5 , tag -> description, attrs -> {u'media': u'video', u'xmlns': u'urn:xmpp:jingle:apps:rtp:1'}
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 6 , tag -> payload-type, attrs -> {u'id': u'96', u'clockrate': u'90000', u'name': u'THEORA'}
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 6 , tag -> payload-type
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 6 , tag -> payload-type, attrs -> {u'id': u'26', u'clockrate': u'90000', u'name': u'JPEG'}
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 6 , tag -> payload-type
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 5 , tag -> description
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 5 , tag -> transport, attrs -> {u'xmlns': u'urn:xmpp:jingle:transports:ice-udp:1'}
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 5 , tag -> transport
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> content
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> jingle
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> iq
17:52:57 (D) gajim.c.x.dispatcher_nb Got jabber:client/iq stanza
17:52:57 (D) gajim.common.ged JINGLE_CONNECTED
Args: (u'jabber.ccc.de', (u'echo@test.collabora.co.uk/echo', '66', 'video'))
17:52:57 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:52:57 (D) gajim.c.jingle_rtp gst element message: farsight-codecs-changed: <gst.Message farsight-codecs-changed, session=(FsSession)NULL; from fsrtpconference0 at 0x3addf30>
17:52:57 (D) gajim.c.jingle_rtp gst element message: farsight-component-state-changed: <gst.Message farsight-component-state-changed, stream=(FsStream)NULL, component=(uint)1, state=(FsStreamState)FS_STREAM_STATE_CONNECTED; from fsrtpconference0 at 0x3ae39c0>
17:52:57 (D) gajim.c.jingle_rtp gst element message: farsight-component-state-changed: <gst.Message farsight-component-state-changed, stream=(FsStream)NULL, component=(uint)2, state=(FsStreamState)FS_STREAM_STATE_CONNECTED; from fsrtpconference0 at 0x3ae3b10>
17:52:57 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:52:57 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:52:57 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<iq xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" from="ibinsfei@jabber.ccc.de/Gajim" id="66095745953" type="result" />
_____________

17:52:57 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<iq xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" from="ibinsfei@jabber.ccc.de/Gajim" id="66095745953" type="result" />')
17:52:57 (D) gajim.c.jingle_rtp gst element message: farsight-component-state-changed: <gst.Message farsight-component-state-changed, stream=(FsStream)NULL, component=(uint)1, state=(FsStreamState)FS_STREAM_STATE_READY; from fsrtpconference0 at 0x3ae3aa0>
17:52:57 (D) gajim.c.jingle_rtp gst element message: farsight-component-state-changed: <gst.Message farsight-component-state-changed, stream=(FsStream)NULL, component=(uint)2, state=(FsStreamState)FS_STREAM_STATE_READY; from fsrtpconference0 at 0x7f93780325f0>
17:52:57 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:52:57 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:52:57 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:52:57 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:52:57 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<iq from='echo@test.collabora.co.uk/echo' to='ibinsfei@jabber.ccc.de/Gajim' type='set' id='72183892814'><jingle initiator='ibinsfei@jabber.ccc.de/Gajim' sid='66' action='session-info' xmlns='urn:xmpp:jingle:1'><active xmlns='urn:xmpp:jingle:apps:rtp:info:1'/></jingle></iq>
_____________

17:52:57 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<iq from='echo@test.collabora.co.uk/echo' to='ibinsfei@jabber.ccc.de/Gajim' type='set' id='72183892814'><jingle initiator='ibinsfei@jabber.ccc.de/Gajim' sid='66' action='session-info' xmlns='urn:xmpp:jingle:1'><active xmlns='urn:xmpp:jingle:apps:rtp:info:1'/></jingle></iq>")
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> iq, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'from': u'echo@test.collabora.co.uk/echo', u'id': u'72183892814', u'type': u'set'}
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> jingle, attrs -> {u'action': u'session-info', u'initiator': u'ibinsfei@jabber.ccc.de/Gajim', u'xmlns': u'urn:xmpp:jingle:1', u'sid': u'66'}
17:52:57 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> active, attrs -> {u'xmlns': u'urn:xmpp:jingle:apps:rtp:info:1'}
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> active
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> jingle
17:52:57 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> iq
17:52:57 (D) gajim.c.x.dispatcher_nb Got jabber:client/iq stanza
17:52:57 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:52:57 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:52:57 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:52:57 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<iq xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" from="ibinsfei@jabber.ccc.de/Gajim" id="72183892814" type="error"><jingle action="session-info" initiator="ibinsfei@jabber.ccc.de/Gajim" xmlns="urn:xmpp:jingle:1" sid="66"><active xmlns="urn:xmpp:jingle:apps:rtp:info:1" /></jingle><error code="501" type="modify"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The feature requested is not implemented by the recipient or server and therefore cannot be processed.</text><unsupported-info xmlns="urn:xmpp:jingle:errors:1" /></error></iq>
_____________

17:52:57 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<iq xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" from="ibinsfei@jabber.ccc.de/Gajim" id="72183892814" type="error"><jingle action="session-info" initiator="ibinsfei@jabber.ccc.de/Gajim" xmlns="urn:xmpp:jingle:1" sid="66"><active xmlns="urn:xmpp:jingle:apps:rtp:info:1" /></jingle><error code="501" type="modify"><feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas" /><text xmlns="urn:ietf:params:xml:ns:xmpp-stanzas">The feature requested is not implemented by the recipient or server and therefore cannot be processed.</text><unsupported-info xmlns="urn:xmpp:jingle:errors:1" /></error></iq>')
17:52:58 (D) gajim.c.jingle_rtp gst element message: farsight-send-codec-changed: <gst.Message farsight-send-codec-changed, session=(FsSession)NULL, codec=(FsCodec)NULL; from fsrtpconference0 at 0x7f93780278a0>
17:52:58 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:52:58 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:52:58 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:52:58 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:52:58 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<iq from='gajim@conference.gajim.org/Florob' to='ibinsfei@jabber.ccc.de/Gajim' id='516' type='get'><query xmlns='jabber:iq:version'/></iq>
_____________

17:52:58 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<iq from='gajim@conference.gajim.org/Florob' to='ibinsfei@jabber.ccc.de/Gajim' id='516' type='get'><query xmlns='jabber:iq:version'/></iq>")
17:52:58 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> iq, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'from': u'gajim@conference.gajim.org/Florob', u'id': u'516', u'type': u'get'}
17:52:58 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> query, attrs -> {u'xmlns': u'jabber:iq:version'}
17:52:58 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> query
17:52:58 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> iq
17:52:58 (D) gajim.c.x.dispatcher_nb Got jabber:client/iq stanza
17:52:58 (D) gajim.c.connection_handlers VersionCB
17:52:58 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:52:58 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:52:58 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:52:58 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:52:58 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:52:58 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<iq from='gajim@conference.gajim.org/Florob' to='ibinsfei@jabber.ccc.de/Gajim' id='517' type='get'><time xmlns='urn:xmpp:time'/></iq>
_____________

17:52:58 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<iq from='gajim@conference.gajim.org/Florob' to='ibinsfei@jabber.ccc.de/Gajim' id='517' type='get'><time xmlns='urn:xmpp:time'/></iq>")
17:52:58 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> iq, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'from': u'gajim@conference.gajim.org/Florob', u'id': u'517', u'type': u'get'}
17:52:58 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> time, attrs -> {u'xmlns': u'urn:xmpp:time'}
17:52:58 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> time
17:52:58 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> iq
17:52:58 (D) gajim.c.x.dispatcher_nb Got jabber:client/iq stanza
17:52:58 (D) gajim.c.connection_handlers TimeRevisedCB
17:52:58 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:52:58 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:52:58 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:52:58 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<iq xmlns="jabber:client" to="gajim@conference.gajim.org/Florob" from="ibinsfei@jabber.ccc.de/Gajim" id="516" type="result"><query xmlns="jabber:iq:version"><name>Gajim</name><version>0.14</version><os>Ubuntu 10.04.1 LTS</os></query></iq>
_____________

17:52:58 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<iq xmlns="jabber:client" to="gajim@conference.gajim.org/Florob" from="ibinsfei@jabber.ccc.de/Gajim" id="516" type="result"><query xmlns="jabber:iq:version"><name>Gajim</name><version>0.14</version><os>Ubuntu 10.04.1 LTS</os></query></iq>')
17:52:58 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:52:58 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:52:58 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<iq xmlns="jabber:client" to="gajim@conference.gajim.org/Florob" from="ibinsfei@jabber.ccc.de/Gajim" id="517" type="result"><time xmlns="urn:xmpp:time"><utc>2010-09-03T15:52:58Z</utc><tzo>+02:00</tzo></time></iq>
_____________

17:52:58 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<iq xmlns="jabber:client" to="gajim@conference.gajim.org/Florob" from="ibinsfei@jabber.ccc.de/Gajim" id="517" type="result"><time xmlns="urn:xmpp:time"><utc>2010-09-03T15:52:58Z</utc><tzo>+02:00</tzo></time></iq>')
17:53:04 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:53:04 (D) gajim.common.ged MSGSENT
Args: (u'jabber.ccc.de', (u'echo@test.collabora.co.uk', None, ''))
17:53:04 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:53:04 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:53:04 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="70"><inactive xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>
_____________

17:53:04 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="70"><inactive xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>')
17:53:08 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:53:08 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:53:08 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:53:08 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:53:08 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<presence from='gajim@conference.gajim.org/Nick' to='ibinsfei@jabber.ccc.de/Gajim' id='28313' xml:lang='en'><show>xa</show><status> (Not available as a result of being idle more than 15 min)</status><x xmlns='vcard-temp:x:update'><photo>b803f79d96d515dcf0f5e58fcaf0c094fbdc0b52</photo></x><c ver='C6A4YRYlP9NHA/blmntoW26Qm/g=' hash='sha-1' node='http://gajim.org' xmlns='http://jabber.org/protocol/caps'/><x xmlns='http://jabber.org/protocol/muc#user'><item affiliation='none' role='participant'/></x></presence>
_____________

17:53:08 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<presence from='gajim@conference.gajim.org/Nick' to='ibinsfei@jabber.ccc.de/Gajim' id='28313' xml:lang='en'><show>xa</show><status> (Not available as a result of being idle more than 15 min)</status><x xmlns='vcard-temp:x:update'><photo>b803f79d96d515dcf0f5e58fcaf0c094fbdc0b52</photo></x><c ver='C6A4YRYlP9NHA/blmntoW26Qm/g=' hash='sha-1' node='http://gajim.org' xmlns='http://jabber.org/protocol/caps'/><x xmlns='http://jabber.org/protocol/muc#user'><item affiliation='none' role='participant'/></x></presence>")
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> presence, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'xml:lang': u'en', u'from': u'gajim@conference.gajim.org/Nick', u'id': u'28313'}
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> show, attrs -> {}
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> show
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> status, attrs -> {}
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> status
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> x, attrs -> {u'xmlns': u'vcard-temp:x:update'}
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> photo, attrs -> {}
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> photo
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> x
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> c, attrs -> {u'node': u'http://gajim.org', u'hash': u'sha-1', u'xmlns': u'http://jabber.org/protocol/caps', u'ver': u'C6A4YRYlP9NHA/blmntoW26Qm/g='}
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> c
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> x, attrs -> {u'xmlns': u'http://jabber.org/protocol/muc#user'}
17:53:08 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> item, attrs -> {u'affiliation': u'none', u'role': u'participant'}
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> item
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> x
17:53:08 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> presence
17:53:08 (D) gajim.c.x.dispatcher_nb Got jabber:client/presence stanza
17:53:08 (D) gajim.c.connection_handlers PresenceCB: None
17:53:08 (D) gajim.common.ged GC_NOTIFY
Args: (u'jabber.ccc.de', (u'gajim@conference.gajim.org', u'xa', u' (Not available as a result of being idle more than 15 min)', u'Nick', u'participant', u'none', None, None, None, [], None, u'b803f79d96d515dcf0f5e58fcaf0c094fbdc0b52'))
17:53:08 (D) gajim.common.ged CAPS_RECEIVED
Args: (u'jabber.ccc.de', (u'gajim@conference.gajim.org/Nick',))
17:53:12 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:53:12 (D) gajim.common.ged MSGSENT
Args: (u'jabber.ccc.de', (u'echo@test.collabora.co.uk', None, ''))
17:53:12 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:53:12 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:53:12 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="71"><active xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>
_____________

17:53:12 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="71"><active xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>')
17:53:22 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:53:22 (D) gajim.common.ged MSGSENT
Args: (u'jabber.ccc.de', (u'echo@test.collabora.co.uk', None, ''))
17:53:22 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:53:22 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:53:22 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="72"><inactive xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>
_____________

17:53:22 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="72"><inactive xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>')
17:53:23 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:53:23 (D) gajim.common.ged MSGSENT
Args: (u'jabber.ccc.de', (u'echo@test.collabora.co.uk', None, ''))
17:53:23 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:53:23 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:53:23 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="73"><active xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>
_____________

17:53:23 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="73"><active xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>')
17:53:25 (I) gajim.c.x.transports_nb Plugging fd 25, W:True, R:True
17:53:25 (D) gajim.common.ged MSGSENT
Args: (u'jabber.ccc.de', (u'echo@test.collabora.co.uk', None, ''))
17:53:25 (I) gajim.c.x.transports_nb pollout called, state == CONNECTED
17:53:25 (I) gajim.c.x.transports_nb Plugging fd 25, W:False, R:True
17:53:25 (I) gajim.c.x.client_nb raising event from transport: :::::DATA SENT::::
_____________
<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="74"><inactive xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>
_____________

17:53:25 (D) gajim.common.ged STANZA_SENT
Args: (u'jabber.ccc.de', u'<message xmlns="jabber:client" to="echo@test.collabora.co.uk/echo" type="chat" id="74"><inactive xmlns="http://jabber.org/protocol/chatstates" /><thread>lbDSYSuqymkvEMAipIJgIfVtgnizUDTW</thread></message>')
17:53:45 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:53:45 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:53:45 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:53:45 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:53:45 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<presence from='gajim@conference.gajim.org/ts33kr' to='ibinsfei@jabber.ccc.de/Gajim' xml:lang='ru' id='gajim_muc_8558_cf8218'><c node='http://gajim.org' ver='sy1Ck58NwWuiNRHc4UHWT6wHjxg=' hash='sha-1' xmlns='http://jabber.org/protocol/caps'/><x xmlns='vcard-temp:x:update'><photo/></x><x xmlns='http://jabber.org/protocol/muc#user'><item affiliation='owner' role='moderator'/></x></presence>
_____________

17:53:45 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<presence from='gajim@conference.gajim.org/ts33kr' to='ibinsfei@jabber.ccc.de/Gajim' xml:lang='ru' id='gajim_muc_8558_cf8218'><c node='http://gajim.org' ver='sy1Ck58NwWuiNRHc4UHWT6wHjxg=' hash='sha-1' xmlns='http://jabber.org/protocol/caps'/><x xmlns='vcard-temp:x:update'><photo/></x><x xmlns='http://jabber.org/protocol/muc#user'><item affiliation='owner' role='moderator'/></x></presence>")
17:53:45 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> presence, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'xml:lang': u'ru', u'from': u'gajim@conference.gajim.org/ts33kr', u'id': u'gajim_muc_8558_cf8218'}
17:53:45 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> c, attrs -> {u'node': u'http://gajim.org', u'hash': u'sha-1', u'xmlns': u'http://jabber.org/protocol/caps', u'ver': u'sy1Ck58NwWuiNRHc4UHWT6wHjxg='}
17:53:45 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> c
17:53:45 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> x, attrs -> {u'xmlns': u'vcard-temp:x:update'}
17:53:45 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> photo, attrs -> {}
17:53:45 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> photo
17:53:45 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> x
17:53:45 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> x, attrs -> {u'xmlns': u'http://jabber.org/protocol/muc#user'}
17:53:45 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> item, attrs -> {u'affiliation': u'owner', u'role': u'moderator'}
17:53:45 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> item
17:53:45 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> x
17:53:45 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> presence
17:53:45 (D) gajim.c.x.dispatcher_nb Got jabber:client/presence stanza
17:53:45 (D) gajim.c.connection_handlers PresenceCB: None
17:53:45 (D) gajim.common.ged GC_NOTIFY
Args: (u'jabber.ccc.de', (u'gajim@conference.gajim.org', 'online', '', u'ts33kr', u'moderator', u'owner', None, None, None, [], None, ''))
17:53:45 (D) gajim.common.ged CAPS_RECEIVED
Args: (u'jabber.ccc.de', (u'gajim@conference.gajim.org/ts33kr',))
17:53:48 (I) gajim.c.x.transports_nb pollin called, state == CONNECTED
17:53:48 (I) gajim.c.x.idlequeue read timeout removed for fd 25
17:53:48 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 55 seconds
17:53:48 (I) gajim.c.x.idlequeue read timeout set for fd 25 on 120 seconds with function <bound method NonBlockingTCP.read_timeout2 of <common.xmpp.transports_nb.NonBlockingTCP instance at 0x359e9e0>>
17:53:48 (I) gajim.c.x.client_nb raising event from transport: :::::DATA RECEIVED::::
_____________
<presence from='gajim@conference.gajim.org/Zash' to='ibinsfei@jabber.ccc.de/Gajim' id='gajim_muc_2648_977409' xml:lang='en'><status>Kaffe!</status><x xmlns='vcard-temp:x:update'><photo>5e12c5183f2f7119ba41deb5940cd5da05875244</photo></x><c ver='WFh5W20fgf3V7Pc8feB7p3YkruI=' hash='sha-1' node='http://gajim.org' xmlns='http://jabber.org/protocol/caps'/><x xmlns='http://jabber.org/protocol/muc#user'><item affiliation='member' role='participant'/></x></presence>
_____________

17:53:48 (D) gajim.common.ged STANZA_ARRIVED
Args: (u'jabber.ccc.de', u"<presence from='gajim@conference.gajim.org/Zash' to='ibinsfei@jabber.ccc.de/Gajim' id='gajim_muc_2648_977409' xml:lang='en'><status>Kaffe!</status><x xmlns='vcard-temp:x:update'><photo>5e12c5183f2f7119ba41deb5940cd5da05875244</photo></x><c ver='WFh5W20fgf3V7Pc8feB7p3YkruI=' hash='sha-1' node='http://gajim.org' xmlns='http://jabber.org/protocol/caps'/><x xmlns='http://jabber.org/protocol/muc#user'><item affiliation='member' role='participant'/></x></presence>")
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 2 , tag -> presence, attrs -> {u'to': u'ibinsfei@jabber.ccc.de/Gajim', u'xml:lang': u'en', u'from': u'gajim@conference.gajim.org/Zash', u'id': u'gajim_muc_2648_977409'}
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> status, attrs -> {}
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> status
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> x, attrs -> {u'xmlns': u'vcard-temp:x:update'}
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> photo, attrs -> {}
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> photo
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> x
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> c, attrs -> {u'node': u'http://gajim.org', u'hash': u'sha-1', u'xmlns': u'http://jabber.org/protocol/caps', u'ver': u'WFh5W20fgf3V7Pc8feB7p3YkruI='}
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> c
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 3 , tag -> x, attrs -> {u'xmlns': u'http://jabber.org/protocol/muc#user'}
17:53:48 (I) gajim.c.x.simplexml STARTTAG.. DEPTH -> 4 , tag -> item, attrs -> {u'affiliation': u'member', u'role': u'participant'}
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 4 , tag -> item
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 3 , tag -> x
17:53:48 (I) gajim.c.x.simplexml DEPTH -> 2 , tag -> presence
17:53:48 (D) gajim.c.x.dispatcher_nb Got jabber:client/presence stanza
17:53:48 (D) gajim.c.connection_handlers PresenceCB: None
17:53:48 (D) gajim.common.ged GC_NOTIFY
Args: (u'jabber.ccc.de', (u'gajim@conference.gajim.org', 'online', u'Kaffe!', u'Zash', u'participant', u'member', None, None, None, [], None, u'5e12c5183f2f7119ba41deb5940cd5da05875244'))
17:53:48 (D) gajim.common.ged CAPS_RECEIVED
Args: (u'jabber.ccc.de', (u'gajim@conference.gajim.org/Zash',))