conversejs / converse.js

Web-based XMPP/Jabber chat client written in JavaScript
http://conversejs.org
Mozilla Public License 2.0
3.06k stars 762 forks source link

Can't send OMEMO encrypted message: `TypeError: invalid arguments` #1208

Closed luweitest closed 2 years ago

luweitest commented 5 years ago

Firefox 52, In https://cdn.conversejs.org/fullscreen_debug.html or normal page like inverse.chat, enabling OMEMO encryption, can receive encrypted message (from the second message, the first one is lost), but cannot send. The first sent one is lost without hint, and the second sent one will trigger an error: "Sorry, could not send the message due to an error. invalid arguments".

Browser console have this error:

ERROR: ["./src/utils/core.js"]/</u.arrayBufferToBase64@https://cdn.conversejs.org/dist/converse.js:81682:17
saveIdentity@https://cdn.conversejs.org/dist/converse.js:72492:29
SessionCipher.prototype.encrypt/</</</</<@https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js:1:883516
tryCatch@https://cdn.conversejs.org/dist/converse.js:6732:12
invokeCallback@https://cdn.conversejs.org/dist/converse.js:6747:13
publish@https://cdn.conversejs.org/dist/converse.js:6721:7
flush@https://cdn.conversejs.org/dist/converse.js:6451:5
  converse.js:63065:7
TypeError: invalid arguments

another log:

 ERROR: ["./src/utils/core.js"]/</u.arrayBufferToBase64@https://cdn.conversejs.org/dist/converse.js:81895:17
saveIdentity@https://cdn.conversejs.org/dist/converse.js:72672:29
SessionCipher.prototype.encrypt/</</</</<@https://cdn.conversejs.org/3rdparty/libsignal-protocol.min.js:1:883516
tryCatch@https://cdn.conversejs.org/dist/converse.js:6732:12
invokeCallback@https://cdn.conversejs.org/dist/converse.js:6747:13
publish@https://cdn.conversejs.org/dist/converse.js:6721:7
flush@https://cdn.conversejs.org/dist/converse.js:6451:5
  converse.js:63101:7
TypeError: invalid arguments
jcbrand commented 5 years ago

The error happens in libsignal, but with the minified file it's difficult to see what's going on.

I've replaced it with an unminified version at https://cdn.conversejs.org/fullscreen_debug.html

Can you please update Firefox to the latest version and then try again to see if you get the same error?

If you do, then the stacktrace will again be useful.

jcbrand commented 5 years ago

Also, first clear the local and session storage in your browser. Thanks.

luweitest commented 5 years ago

Windows7, Firefox 63 with a fresh profile. Logged in, click a contact, but the lock icon did not appear, and the name card icon one the top-right is not clickable. Send two messages from Conversations, not received and displays error; reply with an unencrypted message, recieved by Conversations; then exit.

-----------------Firefox browser console log start----------

pre-main prep time: 2 ms libsignal-protocol.js:136:7
Successfully compiled asm.js code (total compilation time 158ms; stored in cache) libsignal-protocol.js
 2018-10-24T12:10:26+08:00 INFO: restoreBOSHSession: tried to restore a "keepalive" session but we don't have the JID for the user! converse.js:63362:9
 2018-10-24T12:10:26+08:00 WARNING: Could not restore session for jid: undefined Error message: _restore: no restoreable session. converse.js:63354:9
 2018-10-24T12:10:49+08:00 INFO: Status changed to: CONNECTING converse.js:63362:9
 2018-10-24T12:10:49+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:49+08:00 DEBUG: request id 1.0 posting converse.js:63360:9
 2018-10-24T12:10:49+08:00 DEBUG: request id 1.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:49+08:00 DEBUG: <body rid="1594129792" to="conversations.im" xml:lang="en" wait="60" hold="1" content="text/xml; charset=utf-8" ver="1.6" xmpp:version="1.0" xmlns:xmpp="urn:xmpp:xbosh"/> converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 1.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 1.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 1.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 1 should now be removed converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 1.1 got 200 converse.js:63360:9
 2018-10-24T12:10:53+08:00 INFO: _connect_cb was called converse.js:63362:9
 2018-10-24T12:10:53+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind" xmlns:xmpp="urn:xmpp:xbosh" xmlns:stream="http://etherx.jabber.org/streams" inactivity="60" xmpp:version="1.0" secure="true" authid="16054446377528779611" content="text/xml; charset=utf-8" window="3" polling="15" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157" requests="2" wait="60"><stream:features xmlns="jabber:client"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>SCRAM-SHA-1</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/></stream:features></body> converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2.0 posting converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: <body rid="1594129793" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><auth mechanism="SCRAM-SHA-1">biwsbj1sdXdlaXRlc3Qscj1kNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZQ==</auth></body> converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2 should now be removed converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 2.1 got 200 converse.js:63360:9
 2018-10-24T12:10:53+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:53+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1kNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZUxjSmxrRzdMcnlVQmZKN01qUzdqeVE9PSxzPS9mRlNRS0UrZGNoSzljNnlOSndnY1E9PSxpPTQwOTY=</challenge></body> converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 3.0 posting converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: request id 3.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:53+08:00 DEBUG: <body rid="1594129794" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><response>Yz1iaXdzLHI9ZDQxZDhjZDk4ZjAwYjIwNGU5ODAwOTk4ZWNmODQyN2VMY0psa0c3THJ5VUJmSjdNalM3anlRPT0scD1TMWY3Y1BpZkRVWWh4dDJWOFJHUlBMTjBKams9</response></body> converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 3.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 3.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 3.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 3 should now be removed converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 3.1 got 200 converse.js:63360:9
 2018-10-24T12:10:55+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:55+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0yTUJpVzBsM0dEbFVsVFMrYWhzVENMZmlheVU9</success></body> converse.js:63360:9
 2018-10-24T12:10:55+08:00 INFO: SASL authentication succeeded. converse.js:63362:9
 2018-10-24T12:10:55+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4.0 posting converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: <body rid="1594129795" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157" to="conversations.im" xml:lang="en" xmpp:restart="true" xmlns:xmpp="urn:xmpp:xbosh"/> converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4 should now be removed converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 4.1 got 200 converse.js:63360:9
 2018-10-24T12:10:55+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:55+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><stream:features xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="http://www.process-one.net/en/ejabberd/" hash="sha-1" ver="Mu0NVBwGlzsp3p2tNF9yIrENyME="/><sm xmlns="urn:xmpp:sm:2"/><sm xmlns="urn:xmpp:sm:3"/><ver xmlns="urn:xmpp:features:rosterver"/><csi xmlns="urn:xmpp:csi:0"/></stream:features></body> converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 5.0 posting converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: request id 5.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:55+08:00 DEBUG: <body rid="1594129796" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><iq type="set" id="_bind_auth_2"><bind><resource>converse.js-75516152</resource></bind></iq></body> converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 5.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 5.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 5.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 5 should now be removed converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 5.1 got 200 converse.js:63360:9
 2018-10-24T12:10:56+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:56+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" type="result" id="_bind_auth_2"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>luweitest@conversations.im/converse.js-75516152</jid></bind></iq></body> converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6.0 posting converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: <body rid="1594129797" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><iq type="set" id="_session_auth_2"><session/></iq></body> converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6 should now be removed converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 6.1 got 200 converse.js:63360:9
 2018-10-24T12:10:56+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:56+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="_session_auth_2"/></body> converse.js:63360:9
 2018-10-24T12:10:56+08:00 INFO: Status changed to: CONNECTED converse.js:63362:9
 2018-10-24T12:10:56+08:00 INFO: Connected converse.js:63362:9
 2018-10-24T12:10:56+08:00 INFO: no requests during idle cycle, sending blank request converse.js:63362:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 7.0 posting converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 7.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: <body rid="1594129798" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"/> converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _throttledRequestHandler called with 2 requests converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 8.0 posting converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: request id 8.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:56+08:00 DEBUG: <body rid="1594129799" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><iq from="luweitest@conversations.im/converse.js-75516152" id="enablecarbons" type="set"><enable/></iq><iq type="get" id="8d8c719a-2919-4362-85f3-4ab581e786ba:sendIQ"><vCard/></iq><iq type="get" id="9dbca621-567f-44d4-b79d-5dca940dc2f3:roster"><query/></iq><iq from="luweitest@conversations.im/converse.js-75516152" to="conversations.im" type="get" id="c2f522d4-d19a-42a9-a870-e9ce25f067d9:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-75516152" to="luweitest@conversations.im" type="get" id="38a0580a-4637-4008-bbc5-9a680f231299:sendIQ"><query/></iq></body> converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 7.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 7.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 7.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 7 should now be removed converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 7.1 got 200 converse.js:63360:9
 2018-10-24T12:10:57+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:57+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/> converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 8.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 8.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 8.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 8 should now be removed converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 8.1 got 200 converse.js:63360:9
 2018-10-24T12:10:57+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:10:57+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="enablecarbons"/></body> converse.js:63360:9
 2018-10-24T12:10:57+08:00 INFO: Message carbons have been enabled. converse.js:63362:9
 2018-10-24T12:10:57+08:00 INFO: no requests during idle cycle, sending blank request converse.js:63362:9
 2018-10-24T12:10:57+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 9.0 posting converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: request id 9.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:10:57+08:00 DEBUG: <body rid="1594129800" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"/> converse.js:63360:9
 2018-10-24T12:11:01+08:00 DEBUG: request id 9.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:01+08:00 DEBUG: request id 9.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 9.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 9 should now be removed converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 9.1 got 200 converse.js:63360:9
 2018-10-24T12:11:02+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:02+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="8d8c719a-2919-4362-85f3-4ab581e786ba:sendIQ"><vCard xmlns="vcard-temp"><PHOTO><BINVAL>iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAIAAABt+uBvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4nOS8Sa8lWXIm9pnZOe53eHPMkZGZVVkjWWRzEIcmoW6g2YAgSFpoo40ErfTbWguht9pJEIEWpFY3W2IXi6wqVuUYERnx4s3vDj4cG7Q4fl9EFjML4KoX5QFEvLjv3uvu5nbM7Pvss0Pujt+kYyTabnWzGcxss7m5uLg4P79+9eX59dXtdttt1t3pq/Nu2xFRztJ32/Sf+oL/ExzubmZd1xFx0zRmVkoxs4gYR3X3CDBTuJvFb5yBzN3dI8LMhmEbEYvFQkTMTFWHYQh3d09JVM3MfuMMFFEtcGejgYjm8xkRj6OWUiLg7gC5x2+KgSICADN7RDWQmdXg6xGqaubuXkpR1VKKiBCAgBt+IwxUj6jWiWqlyVLh4e6qWpeYWZg5EbuHuUf8ZsQgIrr72W1yH5t+sLrQVE2L11BNBHM3NXf/jTDQ3fEV36l/RZhZ0TKORVVNra7Hu1CVKOjrv+sbzmFcADDqp4gCoACAkH/ctZJi9yUOAFxf5294P8U31Wtff96gwO7WqL4AUHhYPYO6jxHuTqZuqmQONbhRIMwAuBdiS8Hl60/wDZfD0y0wJsvQ7q3f9IlvOt4677tGoW/8mm8yn…
converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests 
converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10.0 posting converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: <body rid="1594129801" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><iq type="get" to="dedekin@conversations.im" id="b8d0e286-41c3-458a-8a26-d56396db13f7:sendIQ"><vCard/></iq><iq type="get" to="luweitest@fysh.in" id="6efc4a14-827e-41f7-a2c6-d870100a3fde:sendIQ"><vCard/></iq><iq type="get" to="luweitest@riotcat.org" id="c8064ab0-ac03-4e46-b4db-7ea6b898c851:sendIQ"><vCard/></iq><iq type="get" to="zztest@conversations.im" id="ef3a134e-c5b8-4014-844e-81978f8a531d:sendIQ"><vCard/></iq><iq from="luweitest@conversations.im/converse.js-75516152" to="conversations.im" type="get" id="2688ad60-d68c-4762-b33a-b3a53773cd1e:sendIQ"><query/></iq><iq type="get" id="490bb6fc-50c7-456f-94cf-a7e9582946af:sendIQ"><prefs/></iq><iq type="get" id="21782fc6-d315-45cc-a621-5bd452e751fb:sendIQ"><prefs/></iq><presence><priority>0</priority><c hash="sha-1" node="https://conversejs.org" ver="K7kn/M6VtmdMyo61pgn/jkZlax8="/></presence><iq from="luweitest@conversations.im/converse.js-75516152" type="get" id="8ea43738-a554-4eb5-b3b8-0748bcf031d3:sendIQ"><pubsub><items node="storage:bookmarks"/></pubsub></iq></body> converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10 should now be removed converse.js:63360:9
 2018-10-24T12:11:02+08:00 DEBUG: request id 10.1 got 200 converse.js:63360:9
 2018-10-24T12:11:02+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:02+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="dedekin@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="b8d0e286-41c3-458a-8a26-d56396db13f7:sendIQ"><vCard xmlns="vcard-temp"/></iq></body> converse.js:63360:9
 2018-10-24T12:11:03+08:00 INFO: no requests during idle cycle, sending blank request converse.js:63362:9
 2018-10-24T12:11:03+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:03+08:00 DEBUG: request id 11.0 posting converse.js:63360:9
 2018-10-24T12:11:03+08:00 DEBUG: request id 11.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:03+08:00 DEBUG: <body rid="1594129802" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"/> converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 11.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 11.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 11.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 11 should now be removed converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 11.1 got 200 converse.js:63360:9
 2018-10-24T12:11:04+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:04+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="zztest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="ef3a134e-c5b8-4014-844e-81978f8a531d:sendIQ"><vCard xmlns="vcard-temp"/></iq><iq xmlns="jabber:client" to="luweitest@conversations.im/converse.js-75516152" from="luweitest@riotcat.org" id="c8064ab0-ac03-4e46-b4db-7ea6b898c851:sendIQ" type="result"><vCard xmlns="vcard-temp"/></iq><iq xmlns="jabber:client" from="conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="2688ad60-d68c-4762-b33a-b3a53773cd1e:sendIQ"><query xmlns="http://jabber.org/protocol/disco#items"><item jid="conference.conversations.im"/><item jid="proxy.conversations.im"/><item jid="pubsub.conversations.im"/><item jid="share.conversations.im"/></query></iq><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversat…
converse.js:63360:9
 ERROR: _converse.devicelists is undefined
converse.js:63351:7
 2018-10-24T12:11:04+08:00 DEBUG: _throttledRequestHandler called with 0 requests 
converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 12.0 posting converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: request id 12.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:04+08:00 DEBUG: <body rid="1594129803" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><iq from="luweitest@conversations.im/converse.js-75516152" to="conference.conversations.im" type="get" id="63bf8e36-eef7-42cf-9a4e-a179058ac8e2:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-75516152" to="proxy.conversations.im" type="get" id="89a4a132-7687-4a38-83e7-d07c537a3cea:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-75516152" to="pubsub.conversations.im" type="get" id="346d4c53-7cef-4598-8805-40e3e8a2d0b9:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-75516152" to="share.conversations.im" type="get" id="bacb3336-7f93-40ae-ae3a-0bf34d8a7f6e:sendIQ"><query/></iq><iq type="set" id="f917a4f7-2029-4a91-a2de-5d33420a3a61:sendIQ"><query queryid="ae9f7102-2bc6-4b08-bd4e-461beb2d79d7"><x type="submit"><field var="FORM_TYPE" type="hidden"><value>urn:xmpp:mam:2</value></field><field var="with"><value>luweitest@riotcat.org</value></field></x><set><max>50</max><before></before></set></query></iq></body> converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 12.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 12.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 12.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 12 should now be removed converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 12.1 got 200 converse.js:63360:9
 2018-10-24T12:11:05+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:05+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="conference.conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="63bf8e36-eef7-42cf-9a4e-a179058ac8e2:sendIQ"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="conference" type="text" name="Chatrooms"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="http://jabber.org/protocol/muc"/><feature var="vcard-temp"/><feature var="urn:xmpp:mucsub:0"/><feature var="http://jabber.org/protocol/muc#unique"/><feature var="jabber:iq:register"/><feature var="http://jabber.org/protocol/rsm"/><feature var="urn:xmpp:mam:tmp"/><feature var="urn:xmpp:mam:0"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><value>mailto:abuse@conversations.im</value></field><field var="admin-addresses" type="list-multi"><value>mailto:admin@conversations.im</value></field><field var="support-addresses" type="list-multi"><value>mailto:support@conversations.im</value></field></x></query></iq></body> converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 13.0 posting converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: request id 13.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:05+08:00 DEBUG: <body rid="1594129804" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><iq type="get" id="7bae860c-0f89-4117-b2d7-8e87c9767018:sendIQ"><prefs/></iq></body> converse.js:63360:9
 2018-10-24T12:11:07+08:00 DEBUG: request id 13.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:07+08:00 DEBUG: request id 13.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:11+08:00 DEBUG: request id 13.1 state changed to 3 converse.js:63360:9
 ERROR: Error or timeout while trying to fetch archived messages converse.js:63351:7
 2018-10-24T12:11:13+08:00 DEBUG: request id 13.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:17+08:00 DEBUG: request id 13.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: request id 13.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: request id 13.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: request id 13 should now be removed converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: request id 13.1 got 200 converse.js:63360:9
 2018-10-24T12:11:18+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:18+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="proxy.conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="89a4a132-7687-4a38-83e7-d07c537a3cea:sendIQ"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="proxy" type="bytestreams" name="File Transfer Proxy"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="vcard-temp"/><feature var="http://jabber.org/protocol/bytestreams"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></field><field var="abuse-addresses" type="list-multi"><value>mailto:abuse@conversations.im</value></field><field var="admin-addresses" type="list-multi"><value>mailto:admin@conversations.im</value></field><field var="support-addresses" type="list-multi"><value>mailto:support@conversa…
converse.js:63360:9
 2018-10-24T12:11:18+08:00 INFO: no requests during idle cycle, sending blank request converse.js:63362:9
 2018-10-24T12:11:18+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: request id 14.0 posting converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: request id 14.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:18+08:00 DEBUG: <body rid="1594129805" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"/> converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: _throttledRequestHandler called with 2 requests converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 15.0 posting converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 15.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: <body rid="1594129806" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><message to="luweitest@riotcat.org" type="chat"><active/><no-store/><no-permanent-store/></message></body> converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 14.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 14.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 14.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 14 should now be removed converse.js:63360:9
 2018-10-24T12:11:19+08:00 DEBUG: request id 14.1 got 200 converse.js:63360:9
 2018-10-24T12:11:19+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:19+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-75516152" type="result" id="7bae860c-0f89-4117-b2d7-8e87c9767018:sendIQ"><prefs xmlns="urn:xmpp:mam:2" default="always"><always/><never/></prefs></iq></body> converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 15.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 15.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 15.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: _throttledRequestHandler called with 0 requests converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 15 should now be removed converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 15.1 got 200 converse.js:63360:9
 2018-10-24T12:11:28+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:28+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-75516152" from="luweitest@riotcat.org/Conversations.9ON7" id="70098968-be4b-464b-aa62-bff1f94af4e4" type="chat"><archived xmlns="urn:xmpp:mam:tmp" by="luweitest@conversations.im" id="1540354390643275"/><stanza-id xmlns="urn:xmpp:sid:0" by="luweitest@conversations.im" id="1540354390643275"/><encrypted xmlns="eu.siacs.conversations.axolotl"><header sid="1653313615"><key rid="2029" prekey="true">MwhUEiEFdPm3pMYsldPslW1TXiM70lgDdnaN9O+db0TL/IgjOhIaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBc54xhy3bwikZPF8rN69JvZM065zuHRXCCsupQ+MoCQ4EAcYACIwVJ8sVtcF0ipNLiN0mLxkgI6nShPgOEq5u3HFdj6F2BM65pXHGk9OfXVWM99DSTiKXrI0yFtFFpAoz6CulAYwAA==</key><key rid="361195754">MwohBc8VcgkGqKyD1dbG5b/GaQlnu1khsDH7Lj9nJHEgXbMWEAUYASIwl51+KQBaU71qRRGYsig0i0lE5/EhBMMXP4BAC3Pus/fvA8brasiKDt/QsE2Z2smTF9F/buzUEDU=</key><key rid="770829406">MwohBW2z75bWeynHH71ianVNBGtMTqtySIbL8Ibkz71u/ZM1EAUYASIwzjezP2u+Hp22QIYvzUqnzwWydVvVkL6kMq3VmTCAzZGePVC60XE8J6AaECX/Du7pIUgk6MeUWts=</key><key rid="1218222966" prekey="true">MwiqstQEEiEF2XC4pKcGs8fJPtgv367RdxmgdfrIERW/8yLqAVbPxlsaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBQCfgpVzt3S6Xoq62SdENzhGEYIZVuojeucDcLnqqWdeEAYYACIwZTaSMbXnbQyzT9j9Iy7XXkNA6T8mNXYknbhX5cXD6ERN0YaZr43KAgwqZytYByLupZ0G/Mhm5Z4oz6CulAYw40U=</key><iv>xSW3Rmdn4LfNMXTJHVW2kw==</iv></header><payload>vA==</payload></encrypted><request xmlns="urn:xmpp:receipts"/><markable xmlns="urn:xmpp:chat-markers:0"/><origin-id xmlns="urn:xmpp:sid:0" id="70098968-be4b-464b-aa62-bff1f94af4e4"/><store xmlns="urn:xmpp:hints"/><encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl" name="OMEMO"/><body>I sent you an OMEMO encrypted message but your client doesn’t seem to support that. Find more information on https://conversations.im/omemo</body></message></body> converse.js:63360:9
 2018-10-24T12:11:28+08:00 INFO: no requests during idle cycle, sending blank request converse.js:63362:9
 2018-10-24T12:11:28+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 16.0 posting converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: request id 16.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:28+08:00 DEBUG: <body rid="1594129807" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"/> converse.js:63360:9
TypeError: _converse.devicelists is undefined converse.js:72585:11
 2018-10-24T12:11:54+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:54+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:54+08:00 DEBUG: _throttledRequestHandler called with 2 requests converse.js:63360:9
 2018-10-24T12:11:54+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:54+08:00 DEBUG: request id 17.0 posting converse.js:63360:9
 2018-10-24T12:11:54+08:00 DEBUG: request id 17.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:54+08:00 DEBUG: <body rid="1594129808" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><message to="luweitest@riotcat.org" type="chat"><composing/><no-store/><no-permanent-store/></message></body> converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 16.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 16.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 16.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 16 should now be removed converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 16.1 got 200 converse.js:63360:9
 2018-10-24T12:11:55+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:55+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/> converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: _throttledRequestHandler called with 2 requests converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 18.0 posting converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: request id 18.0 state changed to 1 converse.js:63360:9
 2018-10-24T12:11:55+08:00 DEBUG: <body rid="1594129809" sid="16fa59ace0b2d2b8111d45e6bf7186dda7c71157"><message from="luweitest@conversations.im/converse.js-75516152" to="luweitest@riotcat.org" type="chat" id="6b935d31-0051-434b-a22f-10d6da478434"><body>re</body><active/></message></body> converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: request id 17.1 state changed to 2 converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: request id 17.1 state changed to 3 converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: request id 17.1 state changed to 4 converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: removing request converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: _throttledRequestHandler called with 1 requests converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: _processRequest: first request has readyState of 1 converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: request id 17 should now be removed converse.js:63360:9
 2018-10-24T12:11:56+08:00 DEBUG: request id 17.1 got 200 converse.js:63360:9
 2018-10-24T12:11:56+08:00 INFO: _dataRecv called converse.js:63362:9
 2018-10-24T12:11:56+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/> converse.js:63360:9
luweitest commented 5 years ago

WindowsXP SP3, Firefox 52.9 with a fresh profile Log in as previous, click a contact, the lock icon did appear, and the name card icon one the top-right is clickable; Send messages from Conversations, a "..blind trust..." hint flashes away and the message is received. But reply is not successful, i.e. only one-way communication.

-----------------Firefox browser console log start----------

GET 
https://cdn.conversejs.org/fullscreen_debug.html [HTTP/1.1 200 OK 969ms]
POST 
http://ocsp.int-x3.letsencrypt.org/ [HTTP/1.1 200 OK 297ms]
GET 
https://cdn.conversejs.org/inverse-analytics.js [HTTP/2.0 200 OK 203ms]
GET 
https://cdn.conversejs.org/css/converse.css [HTTP/2.0 200 OK 516ms]
GET 
https://cdn.conversejs.org/css/fullpage.css [HTTP/2.0 200 OK 1078ms]
GET 
https://cdn.conversejs.org/3rdparty/libsignal-protocol.js [HTTP/2.0 200 OK 1266ms]
GET 
https://cdn.conversejs.org/dist/converse.js [HTTP/2.0 200 OK 1469ms]
GET 
https://cdn.conversejs.org/css/images/favicon.ico [HTTP/2.0 200 OK 10375ms]
GET 
https://stats.opkode.com/piwik.js [HTTP/1.1 200 OK 4203ms]
POST 
http://ocsp.comodoca.com/ [HTTP/1.1 200 OK 281ms]
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped.  converse.css:45:25
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped.  converse.css:52:25
Error in parsing value for ‘-webkit-text-size-adjust’.  Declaration dropped.  converse.css:3843:28
Expected color but found ‘auto’.  Expected color but found ‘-webkit-focus-ring-color’.  Expected end of value but found ‘-webkit-focus-ring-color’.  Error in parsing value for ‘outline’.  Declaration dropped.  converse.css:3967:15
Unknown pseudo-class or pseudo-element ‘-webkit-inner-spin-button’.  Ruleset ignored due to bad selector.  converse.css:4023:29
Unknown pseudo-class or pseudo-element ‘-webkit-search-cancel-button’.  Ruleset ignored due to bad selector.  converse.css:4029:29
Unknown pseudo-class or pseudo-element ‘-webkit-file-upload-button’.  Ruleset ignored due to bad selector.  converse.css:4032:14
Unknown pseudo-class or pseudo-element ‘-ms-expand’.  Ruleset ignored due to bad selector.  converse.css:4686:29
Unknown pseudo-class or pseudo-element ‘-ms-value’.  Ruleset ignored due to bad selector.  converse.css:4703:39
Unknown property ‘user-select’.  Declaration dropped.  converse.css:4989:13
Unknown property ‘user-select’.  Declaration dropped.  converse.css:5727:15
Unknown property ‘appearance’.  Declaration dropped.  converse.css:5774:12
Unknown pseudo-class or pseudo-element ‘-ms-value’.  Ruleset ignored due to bad selector.  converse.css:5779:38
Unknown pseudo-class or pseudo-element ‘-ms-expand’.  Ruleset ignored due to bad selector.  converse.css:5789:30
Unknown property ‘line-break’.  Declaration dropped.  converse.css:6758:12
Unknown property ‘line-break’.  Declaration dropped.  converse.css:6837:12
Expected ‘none’ or URL but found ‘inset(’.  Error in parsing value for ‘clip-path’.  Declaration dropped.  converse.css:7570:13
Unknown property ‘speak’.  Declaration dropped.  converse.css:8630:7
Unknown property ‘-moz-osx-font-smoothing’.  Declaration dropped.  converse.css:8638:25
Error in parsing value for ‘padding-left’.  Declaration dropped.  converse.css:8725:16
Error in parsing value for ‘padding-right’.  Declaration dropped.  converse.css:8726:17
Unknown pseudo-class or pseudo-element ‘-webkit-input-placeholder’.  Ruleset ignored due to bad selector.  converse.css:8752:16
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector.  converse.css:8758:15
Unknown pseudo-class or pseudo-element ‘selection’.  Ruleset ignored due to bad selector.  converse.css:8766:16
Unknown property ‘user-select’.  Declaration dropped.  converse.css:8872:15
Unknown pseudo-class or pseudo-element ‘-webkit-input-placeholder’.  Ruleset ignored due to bad selector.  converse.css:9097:32
Unknown pseudo-class or pseudo-element ‘-ms-input-placeholder’.  Ruleset ignored due to bad selector.  converse.css:9103:31
Unknown property ‘-moz-background-clip’.  Declaration dropped.  converse.css:9352:24
Error in parsing value for ‘width’.  Declaration dropped.  converse.css:9390:13
Error in parsing value for ‘padding-left’.  Declaration dropped.  converse.css:10116:18
Error in parsing value for ‘padding-right’.  Declaration dropped.  converse.css:10117:19
Unknown property ‘whitespace’.  Declaration dropped.  converse.css:10812:16
Cannot play media. No decoders for requested formats: audio/mp4, video/mp4  browser.xul
GET 
https://stats.opkode.com/piwik.php [HTTP/1.1 200 OK 313ms]
pre-main prep time: 10 ms  libsignal-protocol.js:136:7
Successfully compiled asm.js code (total compilation time 257ms; caching disabled in Firefox ESR52)  libsignal-protocol.js
 2018-10-24T12:33:45+08:00 INFO: restoreBOSHSession: tried to restore a "keepalive" session but we don't have the JID for the user!   converse.js:63362:9
 2018-10-24T12:33:45+08:00 WARNING: Could not restore session for jid: undefined Error message: _restore: no restoreable session.   converse.js:63354:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
GET 
https://cdn.conversejs.org/fonticons/fonts/icomoon.ttf [HTTP/2.0 200 OK 203ms]
GET 
https://cdn.conversejs.org/css/webfonts/fa-solid-900.woff2 [HTTP/2.0 200 OK 984ms]
GET 
https://cdn.conversejs.org/css/images/favicon.ico [HTTP/2.0 200 OK 0ms]
 2018-10-24T12:34:58+08:00 INFO: Status changed to: CONNECTING   converse.js:63362:9
 2018-10-24T12:34:58+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:34:58+08:00 DEBUG: request id 1.0 posting   converse.js:63360:9
 2018-10-24T12:34:58+08:00 DEBUG: request id 1.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:34:58+08:00 DEBUG: <body rid="1816244336" to="conversations.im" xml:lang="en" wait="60" hold="1" content="text/xml; charset=utf-8" ver="1.6" xmpp:version="1.0" xmlns:xmpp="urn:xmpp:xbosh"/>  converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
OPTIONS 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 2548ms]
POST 
http://ocsp.int-x3.letsencrypt.org/ [HTTP/1.1 200 OK 219ms]
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 594ms]
 2018-10-24T12:35:00+08:00 DEBUG: request id 1.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: request id 1.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: request id 1.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: request id 1 should now be removed   converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: request id 1.1 got 200   converse.js:63360:9
 2018-10-24T12:35:00+08:00 INFO: _connect_cb was called   converse.js:63362:9
 2018-10-24T12:35:00+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind" xmlns:xmpp="urn:xmpp:xbosh" xmlns:stream="http://etherx.jabber.org/streams" inactivity="60" xmpp:version="1.0" secure="true" authid="4690281578397193714" content="text/xml; charset=utf-8" window="3" polling="15" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588" requests="2" wait="60"><stream:features xmlns="jabber:client"><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>PLAIN</mechanism><mechanism>SCRAM-SHA-1</mechanism></mechanisms><register xmlns="http://jabber.org/features/iq-register"/></stream:features></body>  converse.js:63360:9
 2018-10-24T12:35:00+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: request id 2.0 posting   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: request id 2.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: <body rid="1816244337" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><auth mechanism="SCRAM-SHA-1">biwsbj1sdXdlaXRlc3Qscj1kNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZQ==</auth></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 266ms]
 2018-10-24T12:35:01+08:00 DEBUG: request id 2.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: request id 2.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: request id 2.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: request id 2 should now be removed   converse.js:63360:9
 2018-10-24T12:35:01+08:00 DEBUG: request id 2.1 got 200   converse.js:63360:9
 2018-10-24T12:35:01+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:01+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cj1kNDFkOGNkOThmMDBiMjA0ZTk4MDA5OThlY2Y4NDI3ZUpRRFVEeW9UMHJ0QTdHMlYrbVp0WWc9PSxzPS9mRlNRS0UrZGNoSzljNnlOSndnY1E9PSxpPTQwOTY=</challenge></body>  converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 3.0 posting   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 3.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: <body rid="1816244338" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><response>Yz1iaXdzLHI9ZDQxZDhjZDk4ZjAwYjIwNGU5ODAwOTk4ZWNmODQyN2VKUURVRHlvVDBydEE3RzJWK21adFlnPT0scD11NDI3OGQ4VSt3YW9uUlNSNmM0Qkw4Q3h3Szg9</response></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 313ms]
 2018-10-24T12:35:02+08:00 DEBUG: request id 3.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 3.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 3.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 3 should now be removed   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 3.1 got 200   converse.js:63360:9
 2018-10-24T12:35:02+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:02+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">dj0zZDJsYm5FK0d0cDE1ZTEzVkcvdmZOazNPNzg9</success></body>  converse.js:63360:9
 2018-10-24T12:35:02+08:00 INFO: SASL authentication succeeded.   converse.js:63362:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 4.0 posting   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 4.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: <body rid="1816244339" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588" to="conversations.im" xml:lang="en" xmpp:restart="true" xmlns:xmpp="urn:xmpp:xbosh"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 281ms]
 2018-10-24T12:35:02+08:00 DEBUG: request id 4.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 4.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 4.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 4 should now be removed   converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: request id 4.1 got 200   converse.js:63360:9
 2018-10-24T12:35:02+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:02+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><stream:features xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client"><compression xmlns="http://jabber.org/features/compress"><method>zlib</method></compression><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"/><session xmlns="urn:ietf:params:xml:ns:xmpp-session"><optional/></session><c xmlns="http://jabber.org/protocol/caps" node="http://www.process-one.net/en/ejabberd/" hash="sha-1" ver="Mu0NVBwGlzsp3p2tNF9yIrENyME="/><sm xmlns="urn:xmpp:sm:2"/><sm xmlns="urn:xmpp:sm:3"/><ver xmlns="urn:xmpp:features:rosterver"/><csi xmlns="urn:xmpp:csi:0"/></stream:features></body>  converse.js:63360:9
 2018-10-24T12:35:02+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 5.0 posting   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 5.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: <body rid="1816244340" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="set" id="_bind_auth_2"><bind><resource>converse.js-40748302</resource></bind></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 328ms]
 2018-10-24T12:35:03+08:00 DEBUG: request id 5.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 5.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 5.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 5 should now be removed   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 5.1 got 200   converse.js:63360:9
 2018-10-24T12:35:03+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:03+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" type="result" id="_bind_auth_2"><bind xmlns="urn:ietf:params:xml:ns:xmpp-bind"><jid>luweitest@conversations.im/converse.js-40748302</jid></bind></iq></body>  converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 6.0 posting   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 6.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: <body rid="1816244341" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="set" id="_session_auth_2"><session/></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 282ms]
 2018-10-24T12:35:03+08:00 DEBUG: request id 6.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 6.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 6.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 6 should now be removed   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 6.1 got 200   converse.js:63360:9
 2018-10-24T12:35:03+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:03+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="_session_auth_2"/></body>  converse.js:63360:9
 2018-10-24T12:35:03+08:00 INFO: Status changed to: CONNECTED   converse.js:63362:9
 2018-10-24T12:35:03+08:00 INFO: Connected   converse.js:63362:9
 2018-10-24T12:35:03+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 7.0 posting   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: request id 7.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: <body rid="1816244342" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:03+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 2407ms]
 2018-10-24T12:35:04+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: request id 8.0 posting   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: request id 8.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:04+08:00 DEBUG: <body rid="1816244343" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq from="luweitest@conversations.im/converse.js-40748302" id="enablecarbons" type="set"><enable/></iq><iq type="get" id="259e8d1b-1eee-4fcd-a59b-e3b9524d048f:sendIQ"><vCard/></iq><iq type="get" id="dee64880-dd6a-4735-b7ad-661a088a9d87:roster"><query/></iq><iq type="get" from="luweitest@conversations.im" to="luweitest@conversations.im" id="b30e6b29-4e8e-4ba7-8284-1f0662fbf5ca:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.devicelist"/></pubsub></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="conversations.im" type="get" id="8753b885-2945-4ce3-887d-08e8458d8f53:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="luweitest@conversations.im" type="get" id="80f9e72c-a31b-4c9f-a90e-b7d7068460a0:sendIQ"><query/></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 2750ms]
 2018-10-24T12:35:06+08:00 DEBUG: request id 7.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 7.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 7.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 7 should now be removed   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 7.1 got 200   converse.js:63360:9
 2018-10-24T12:35:06+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:06+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 8.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 8.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 8.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 8 should now be removed   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 8.1 got 200   converse.js:63360:9
 2018-10-24T12:35:06+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:06+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="enablecarbons"/></body>  converse.js:63360:9
 2018-10-24T12:35:06+08:00 INFO: Message carbons have been enabled.   converse.js:63362:9
 2018-10-24T12:35:06+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:06+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 9.0 posting   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: request id 9.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:06+08:00 DEBUG: <body rid="1816244344" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 1344ms]
 2018-10-24T12:35:07+08:00 DEBUG: request id 9.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:07+08:00 DEBUG: request id 9.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:08+08:00 DEBUG: request id 9.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:08+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:08+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:08+08:00 DEBUG: request id 9 should now be removed   converse.js:63360:9
 2018-10-24T12:35:08+08:00 DEBUG: request id 9.1 got 200   converse.js:63360:9
 2018-10-24T12:35:08+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:08+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="259e8d1b-1eee-4fcd-a59b-e3b9524d048f:sendIQ"><vCard xmlns="vcard-temp"><PHOTO><BINVAL>iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAIAAABt+uBvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAgAElEQVR4nOS8Sa8lWXIm9pnZOe53eHPMkZGZVVkjWWRzEIcmoW6g2YAgSFpoo40ErfTbWguht9pJEIEWpFY3W2IXi6wqVuUYERnx4s3vDj4cG7Q4fl9EFjML4KoX5QFEvLjv3uvu5nbM7Pvss0Pujt+kYyTabnWzGcxss7m5uLg4P79+9eX59dXtdttt1t3pq/Nu2xFRztJ32/Sf+oL/ExzubmZd1xFx0zRmVkoxs4gYR3X3CDBTuJvFb5yBzN3dI8LMhmEbEYvFQkTMTFWHYQh3d09JVM3MfuMMFFEtcGejgYjm8xkRj6OWUiLg7gC5x2+KgSICADN7RDWQmdXg6xGqaubuXkpR1VKKiBCAgBt+IwxUj6jWiWqlyVLh4e6qWpeYWZg5EbuHuUf8ZsQgIrr72W1yH5t+sLrQVE2L11BNBHM3NXf/jTDQ3fEV36l/RZhZ0TKORVVNra7Hu1CVKOjrv+sbzmFcADDqp4gCoACAkH/ctZJi9yUOAFxf5294P8U31Wtff96gwO7WqL4AUHhYPYO6jxHuTqZuqmQONbhRIMwAuBdiS8Hl60/wDZfD0y0wJsvQ7q3f9IlvOt4677tGoW/8mm8yn[…]  converse.js:63360:9
 2018-10-24T12:35:08+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:11+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
GET 
https://cdn.conversejs.org/css/webfonts/fa-regular-400.woff2 [HTTP/1.1 200 OK 1250ms]
 2018-10-24T12:35:11+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:11+08:00 DEBUG: request id 10.0 posting   converse.js:63360:9
 2018-10-24T12:35:11+08:00 DEBUG: request id 10.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:11+08:00 DEBUG: <body rid="1816244345" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="get" to="dedekin@conversations.im" id="b518f159-8318-45cf-a29e-2aae212be047:sendIQ"><vCard/></iq><iq type="get" to="luweitest@fysh.in" id="a3976a4b-c47d-4769-99b2-4649019f0004:sendIQ"><vCard/></iq><iq type="get" to="luweitest@riotcat.org" id="7e50cbba-cfac-4a4a-8ea5-fb7d619915d4:sendIQ"><vCard/></iq><iq type="get" to="zztest@conversations.im" id="72613107-08ea-4711-995e-87df109b0a48:sendIQ"><vCard/></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="conversations.im" type="get" id="dd7f071f-fd1c-4ddd-b9b3-56313b366fa7:sendIQ"><query/></iq><iq type="get" id="5f14c773-e347-4527-8711-d433d4daa8f8:sendIQ"><prefs/></iq><iq type="get" id="6537a00d-0706-40ae-81ba-7baf29077dfd:sendIQ"><prefs/></iq><presence><priority>0</priority><c hash="sha-1" node="https://conversejs.org" ver="K7kn/M6VtmdMyo61pgn/jkZlax8="/></presence><iq from="luweitest@conversations.im/converse.js-40748302" type="get" id="676ad11e-0132-48df-9c1f-ba5a0c9dd435:sendIQ"><pubsub><items node="storage:bookmarks"/></pubsub></iq><iq from="luweitest@conversations.im" type="set" id="8361fd3d-8f18-4831-9092-4b3230563d70:sendIQ"><pubsub><publish node="eu.siacs.conversations.axolotl.devicelist"><item><list><device id="770829406"/><device id="2029"/><device id="1218222966"/><device id="5085"/></list></item></publish></pubsub></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 547ms]
 2018-10-24T12:35:12+08:00 DEBUG: request id 10.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 10.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 10.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 10 should now be removed   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 10.1 got 200   converse.js:63360:9
 2018-10-24T12:35:12+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:12+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="dedekin@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="b518f159-8318-45cf-a29e-2aae212be047:sendIQ"><vCard xmlns="vcard-temp"/></iq></body>  converse.js:63360:9
 2018-10-24T12:35:12+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:12+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 11.0 posting   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 11.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: <body rid="1816244346" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 532ms]
 2018-10-24T12:35:12+08:00 DEBUG: request id 11.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 11.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 11.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 11 should now be removed   converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: request id 11.1 got 200   converse.js:63360:9
 2018-10-24T12:35:12+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:12+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="zztest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="72613107-08ea-4711-995e-87df109b0a48:sendIQ"><vCard xmlns="vcard-temp"/></iq><iq xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org" id="7e50cbba-cfac-4a4a-8ea5-fb7d619915d4:sendIQ" type="result"><vCard xmlns="vcard-temp"/></iq><iq xmlns="jabber:client" from="conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="dd7f071f-fd1c-4ddd-b9b3-56313b366fa7:sendIQ"><query xmlns="http://jabber.org/protocol/disco#items"><item jid="conference.conversations.im"/><item jid="proxy.conversations.im"/><item jid="pubsub.conversations.im"/><item jid="share.conversations.im"/></query></iq><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="5f14c773-e347-4527-8711-d433d4daa8f8:sendIQ"><prefs xmlns="urn:xmpp:mam:2" default="always"><always/><never/></prefs></iq><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="6537a00d-0706-40ae-81ba-7baf29077dfd:sendIQ"><prefs xmlns="urn:xmpp:mam:2" default="always"><always/><never/></prefs></iq><presence xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im/converse.js-40748302" xml:lang="en"><c xmlns="http://jabber.org/protocol/caps" node="https://conversejs.org" hash="sha-1" ver="K7kn/M6VtmdMyo61pgn/jkZlax8="/><x xmlns="vcard-temp:x:update"><photo>ebcfc12ae61d7b41fcf371b9198814a87de528fa</photo></x><priority>0</priority></presence><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="676ad11e-0132-48df-9c1f-ba5a0c9dd435:sendIQ"><pubsub xmlns="http://jabber.org/protocol/pubsub"><items node="storage:bookmarks"><item id="current"><storage xmlns="storage:bookmarks"><conference jid="conversations@conference.siacs.eu" autojoin="0" name="Conversations"><minimize xmlns="xmpp:gajim.org/bookmarks">0</minimize><nick>luweitest</nick></conference></storage></item></items></pubsub></iq><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im" type="headline"><event xmlns="http://jabber.org/protocol/pubsub#event"><items node="eu.siacs.conversations.axolotl.devicelist"><item id="60456D589557C"><list xmlns="eu.siacs.conversations.axolotl"><device id="770829406"/><device id="2029"/><device id="1218222966"/><device id="5085"/></list></item></items></event><addresses xmlns="http://jabber.org/protocol/address"><address jid="luweitest@conversations.im/converse.js-40748302" type="replyto"/></addresses></message><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="8361fd3d-8f18-4831-9092-4b3230563d70:sendIQ"><pubsub xmlns="http://jabber.org/protocol/pubsub"><publish node="eu.siacs.conversations.axolotl.devicelist"><item id="60456D589557C"/></publish></pubsub></iq><presence xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org/Conversations.9ON7"><c xmlns="http://jabber.org/protocol/caps" node="http://conversations.im" hash="sha-1" ver="azEhbjBhreJwNDnR6hDfkv4TOOU="/><delay xmlns="urn:xmpp:delay" stamp="2018-10-24T03:45:46Z" from="riotcat.org"/></presence><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im" type="headline"><event xmlns="http://jabber.org/protocol/pubsub#event"><items node="eu.siacs.conversations.axolotl.devicelist"><item id="60456D589557C"><list xmlns="eu.siacs.conversations.axolotl"><device id="770829406"/><device id="2029"/><device id="1218222966"/><device id="5085"/></list></item></items></event><addresses xmlns="http://jabber.org/protocol/address"><address jid="luweitest@conversations.im/converse.js-40748302" type="replyto"/></addresses></message><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org" type="headline"><event xmlns="http://jabber.org/protocol/pubsub#event"><items node="eu.siacs.conversations.axolotl.devicelist"><item id="1"><list xmlns="eu.siacs.conversations.axolotl"><device id="1653313615"/><device id="361195754"/></list></item></items></event></message><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im" type="headline"><event xmlns="http://jabber.org/protocol/pubsub#event"><items node="eu.siacs.conversations.axolotl.devicelist"><item id="60456D589557C"><list xmlns="eu.siacs.conversations.axolotl"><device id="770829406"/><device id="2029"/><device id="1218222966"/><device id="5085"/></list></item></items></event><addresses xmlns="http://jabber.org/protocol/address"><address jid="luweitest@conversations.im/converse.js-40748302" type="replyto"/></addresses></message></body>  converse.js:63360:9
 2018-10-24T12:35:12+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:13+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
 2018-10-24T12:35:13+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:13+08:00 DEBUG: request id 12.0 posting   converse.js:63360:9
 2018-10-24T12:35:13+08:00 DEBUG: request id 12.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:13+08:00 DEBUG: <body rid="1816244347" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="get" from="luweitest@conversations.im" to="luweitest@riotcat.org" id="749179bb-e32a-4e97-bcf9-081ed97e5547:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.devicelist"/></pubsub></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="conference.conversations.im" type="get" id="7e2ea1e3-5da7-49f1-adaa-a6b449f33e8d:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="proxy.conversations.im" type="get" id="1e1f189f-523f-4bbb-af1c-f4f0941c4477:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="pubsub.conversations.im" type="get" id="0d45c8d6-36a0-4578-9a14-3c4ffb12464f:sendIQ"><query/></iq><iq from="luweitest@conversations.im/converse.js-40748302" to="share.conversations.im" type="get" id="184863a0-077e-4e2c-ba00-0f1e1643ec1a:sendIQ"><query/></iq><iq from="luweitest@conversations.im" type="se[…]  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 844ms]
 2018-10-24T12:35:14+08:00 DEBUG: request id 12.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: request id 12.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: request id 12.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: request id 12 should now be removed   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: request id 12.1 got 200   converse.js:63360:9
 2018-10-24T12:35:14+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:14+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@fysh.in" id="a3976a4b-c47d-4769-99b2-4649019f0004:sendIQ" type="result"><vCard xmlns="vcard-temp"><PHOTO><TYPE>image/jpeg</TYPE><BINVAL>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</BINVAL></PHOTO></vCard></iq><presence xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@fysh.in" type="unavailable"/></body>  converse.js:63360:9
 2018-10-24T12:35:14+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:14+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: request id 13.0 posting   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: request id 13.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:14+08:00 DEBUG: <body rid="1816244348" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 813ms]
 2018-10-24T12:35:15+08:00 DEBUG: request id 13.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 13.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 13.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 13 should now be removed   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 13.1 got 200   converse.js:63360:9
 2018-10-24T12:35:15+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:15+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="conference.conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="7e2ea1e3-5da7-49f1-adaa-a6b449f33e8d:sendIQ"><query xmlns="http://jabber.org/protocol/disco#info"><identity category="conference" type="text" name="Chatrooms"/><feature var="http://jabber.org/protocol/disco#info"/><feature var="http://jabber.org/protocol/disco#items"/><feature var="http://jabber.org/protocol/muc"/><feature var="vcard-temp"/><feature var="urn:xmpp:mucsub:0"/><feature var="http://jabber.org/protocol/muc#unique"/><feature var="jabber:iq:register"/><feature var="http://jabber.org/protocol/rsm"/><feature var="urn:xmpp:mam:tmp"/><feature var="urn:xmpp:mam:0"/><feature var="urn:xmpp:mam:1"/><feature var="urn:xmpp:mam:2"/><x xmlns="jabber:x:data" type="result"><field var="FORM_TYPE" type="hidden"><value>http://jabber.org/network/serverinfo</value></fi[…]  converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 14.0 posting   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 14.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: <body rid="1816244349" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="get" id="a3d0d3ab-a408-41eb-8b3e-c0c29053e8be:sendIQ"><prefs/></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 281ms]
 2018-10-24T12:35:15+08:00 DEBUG: request id 14.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 14.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 14.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 14 should now be removed   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 14.1 got 200   converse.js:63360:9
 2018-10-24T12:35:15+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:15+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="a3d0d3ab-a408-41eb-8b3e-c0c29053e8be:sendIQ"><prefs xmlns="urn:xmpp:mam:2" default="always"><always/><never/></prefs></iq></body>  converse.js:63360:9
 2018-10-24T12:35:15+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:15+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 15.0 posting   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: request id 15.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:15+08:00 DEBUG: <body rid="1816244350" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 15421ms]
 2018-10-24T12:35:30+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: request id 16.0 posting   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: request id 16.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:30+08:00 DEBUG: <body rid="1816244351" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq from="luweitest@conversations.im/converse.js-40748302" to="luweitest@riotcat.org/Conversations.9ON7" type="get" id="f5ead5a8-2ed5-4b62-929f-bd56de5d67a5:sendIQ"><query/></iq><iq type="set" id="8e8fc4a5-e786-4c98-84a6-349ab51547dd:sendIQ"><query queryid="0cc8273a-7164-4c7d-aea0-c3bd34cc4126"><x type="submit"><field var="FORM_TYPE" type="hidden"><value>urn:xmpp:mam:2</value></field><field var="with"><value>luweitest@riotcat.org</value></field></x><set><max>50</max><before></before></set></query></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 485ms]
 2018-10-24T12:35:31+08:00 DEBUG: request id 15.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 15.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 15.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 15 should now be removed   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 15.1 got 200   converse.js:63360:9
 2018-10-24T12:35:31+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:31+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 16.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 16.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 16.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 16 should now be removed   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 16.1 got 200   converse.js:63360:9
 2018-10-24T12:35:31+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:31+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im"><result xmlns="urn:xmpp:mam:2" queryid="0cc8273a-7164-4c7d-aea0-c3bd34cc4126" id="1540218084890450"><forwarded xmlns="urn:xmpp:forward:0"><message xmlns="jabber:client" to="luweitest@conversations.im" from="luweitest@riotcat.org/gajim.2RSFPYHL" id="3663f56b-3af7-4fec-881e-bc98e06530eb" type="chat"><archived xmlns="urn:xmpp:mam:tmp" by="luweitest@conversations.im" id="1540218084890450"/><stanza-id xmlns="urn:xmpp:sid:0" by="luweitest@conversations.im" id="1540218084890450"/><request xmlns="urn:xmpp:receipts"/><encrypted xmlns="eu.siacs.conversations.axolotl"><header sid="361195754"><key rid="1153508288">MwohBbv/GA44NmP7vffGxnLCutYXIzkUii/HYG7T52WDUjl2EAkYASIwlfMZX9+6nqHHMB+CilVhJ7eKM69jcpgleixJ8YP3dF8S8BhqskBhVIWFuru79SU/8mbMiDys2Zk=</key><key rid="1218222966">MwohBQOzUjq0loggTn1D4YnzVY+4S0qL6VRqaqFdIxa27i5kEAoYACIweX606mIYn66f+Qfe2OeGBqUaRshkBem+U/sOe43DOY+FnxKXY27KQotHbDsa0YKOnvClmDh17+Q=</key><key rid="2029" prekey="true">MwhVEiEFfGmFV7YY8XkkK6kYcAYn9tRm6mWTpi896SZ9Cq+sPykaIQVxHb7jhcRdGQ8nqIsSq2XX4bX2FB9/hJ1tckvWBD6tKSJiMwohBbbtRao5iZ3M6ULjPuAzg4i+oMMteCGE6dwoRedfaiABEAgYACIwxhrOp8TDBEn58L+Qvo0LlfhkZbcnjCNr738luqi7WkBbV2AnFv/Q0cCjCtZbhAaPRJNU1XeXDcMo6dGdrAEwAA==</key><key rid="1653313615">MwohBUM+bwy51W+zKWDM1J5qdWy9js1x3wZiL+22KP6hYdBwEAoYACIwOOI1Cyc8vTzyR2bfclnzLEdDj0q5mAryS+4Iie3u9Bpt2uTZxyLVJT9GeeTEgNLSm1e4B1qaVY0=</key><key rid="3638">MwohBfu6aUPqiyxGp00x2hsToZzZpUJl9EHQ7sTI6tbD/G0VEAQYACIwcZEiGpihE+djf0f87KInAAD3pLPj6wq5wmVm/a7DUTkKj45yFnnFuavoIdeUoeFaYwRbyg/AXjE=</key><key rid="695" prekey="true">MwgYEiEF1Il0+uDhzTtYUda9Awn0NSiiVd1gX8PSQgYnHmlZTDwaIQVxHb7jhcRdGQ8nqIsSq2XX4bX2FB9/hJ1tckvWBD6tKSJiMwohBbeaV0wNAbjmRHuqMyiPgEQluHlDv9VRn5++I4t4JhQVEAsYACIwK3vjGVjwytHwb+DL9Bjv795k28W0Q5SpWdcuU8rYm8ugJbShQ8cwrYrWHa7ZHQFgMXXMWWFfYggo6dGdrAEwAA==</key><key rid="770829406" prekey="true">MwguEiEFYNpG4oADe9pvBsBs3nqX52NbyfRyNXd+0NuFpEcHGjoaIQVxHb7jhcRdGQ8nqIsSq2XX4bX2FB9/hJ1tckvWBD6tKSJiMwohBftzarI8ritQTTA8xCO58RkqNjndfdMmPCvorNAXJVZEEAsYACIwrbD3p5GzOJMNwqb56MKb4HAUTTvofq1QCutCVFe0BtzjrO5bhkOCJlTZdT07GHFlOBJHZFT3aiQo6dGdrAEwAQ==</key><iv>Y6R/LtYAS8jhr9O8qSSh8w==</iv></header><payload>6dRCSA==</payload></encrypted><encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl" name="OMEMO"/><store xmlns="urn:xmpp:hints"/><thread>ZwJkYboYndkyGGzHlDmUCRNNPZTiwAcP</thread></message><delay xmlns="urn:xmpp:delay" stamp="2018-10-22T14:21:24.890450Z" from="conversations.im"/></forwarded></result></message></body>  converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 17.0 posting   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: request id 17.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:31+08:00 DEBUG: <body rid="1816244352" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><message to="luweitest@riotcat.org" type="chat"><active/><no-store/><no-permanent-store/></message></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 2562ms]
 2018-10-24T12:35:32+08:00 DEBUG: request id 17.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:32+08:00 DEBUG: request id 17.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:33+08:00 DEBUG: request id 17.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: request id 17.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: request id 17 should now be removed   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: request id 17.1 got 200   converse.js:63360:9
 2018-10-24T12:35:34+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:35:34+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im"><result xmlns="urn:xmpp:mam:2" queryid="0cc8273a-7164-4c7d-aea0-c3bd34cc4126" id="1540218092385538"><forwarded xmlns="urn:xmpp:forward:0"><message xmlns="jabber:client" to="luweitest@conversations.im" from="luweitest@riotcat.org/gajim.2RSFPYHL" id="6b486602-73e5-408a-b998-c5eb5eb5b8e3" type="chat"><archived xmlns="urn:xmpp:mam:tmp" by="luweitest@conversations.im" id="1540218092385538"/><stanza-id xmlns="urn:xmpp:sid:0" by="luweitest@conversations.im" id="1540218092385538"/><request xmlns="urn:xmpp:receipts"/><body>test</body><thread>ZwJkYboYndkyGGzHlDmUCRNNPZTiwAcP</thread></message><delay xmlns="urn:xmpp:delay" stamp="2018-10-22T14:21:32.385538Z" from="conversations.im"/></forwarded></result></message><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" fr[…]  converse.js:63360:9
 2018-10-24T12:35:34+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:34+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: request id 18.0 posting   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: request id 18.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:34+08:00 DEBUG: <body rid="1816244353" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 22093ms]
 2018-10-24T12:35:57+08:00 DEBUG: request id 18.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: request id 18.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: request id 18.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: request id 18 should now be removed   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: request id 18.1 got 200   converse.js:63360:9
 2018-10-24T12:35:57+08:00 INFO: _dataRecv called   converse.js:63362:9
" 2018-10-24T12:35:57+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org/Conversations.9ON7" id="4f6c0dcc-76eb-4cb8-b0d3-3cbfdbf2f26e" type="chat"><archived xmlns="urn:xmpp:mam:tmp" by="luweitest@conversations.im" id="1540355717376334"/><stanza-id xmlns="urn:xmpp:sid:0" by="luweitest@conversations.im" id="1540355717376334"/><encrypted xmlns="eu.siacs.conversations.axolotl"><header sid="1653313615"><key rid="2029" prekey="true">MwhUEiEFdPm3pMYsldPslW1TXiM70lgDdnaN9O+db0TL/IgjOhIaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBc54xhy3bwikZPF8rN69JvZM065zuHRXCCsupQ+MoCQ4EAgYACIwnYQjHMtEMW4FaHT3uhune/OJmYmqsmNEZRa9wUVjvPT+Q8k7bEfqKxJtwCGzpFokLEpR+v+AtK0oz6CulAYwAA==</key><key rid="5085" prekey="true">MwgxEiEFdCB+N2hQcwqnblPmJDRHO5mK+TlpprZ/9r+taRMrJBcaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBZnhPWSskZ1HZoVtwOZ54+iGWvCf0m2wa8XpYh3Q09MsEAAYACIwzBUT8jNRuXe/o5gC4N+rjew+wRnSUWsRuVhvNp3YBhci/u4IN1UJVIjdfx4yE204jX6USKHpnJkoz6CulAYwAA==</key><key rid="361195754">MwohBc8VcgkGqKyD1dbG5b/GaQlnu1khsDH7Lj9nJHEgXbMWEAYYASIwd+2unAjTCIj22kL0er+Emzzr4PNoRT8V66TOgDYT+xm2a6yBHVlOR3aP50rFzTAaKv0iYOviU5Q=</key><key rid="770829406">MwohBW2z75bWeynHH71ianVNBGtMTqtySIbL8Ibkz71u/ZM1EAYYASIwIV+2wiX/RPu51gaQT74HHrKnlZYYEgqYS0RsPYHpWSV5ozWMwgyAtBzctR6z9iIeARqrHxuHpCs=</key><key rid="1218222966" prekey="true">MwiqstQEEiEF2XC4pKcGs8fJPtgv367RdxmgdfrIERW/8yLqAVbPxlsaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBQCfgpVzt3S6Xoq62SdENzhGEYIZVuojeucDcLnqqWdeEAcYACIwgWp9UypuBC48tKuUbMhfkB5Fxdyn5R2F1KPdLR1LdHq6lQMbeRmhpK5bn2+CvYkD8G8VeJTZzBcoz6CulAYw40U=</key><iv>UqammVDqqcy+rxW4iphMyQ==</iv></header><payload>MA==</payload></encrypted><request xmlns="urn:xmpp:receipts"/><markable xmlns="urn:xmpp:chat-markers:0"/><origin-id xmlns="urn:xmpp:sid:0" id="4f6c0dcc-76eb-4cb8-b0d3-3cbfdbf2f26e"/><store xmlns="urn:xmpp:hints"/><encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl" name="OMEMO"/><body>I sent you an OMEMO encrypted message but your client doesn’t seem to support that. Find more information on https://conversations.im/omemo</body></message></body>"  converse.js:63360:9
 2018-10-24T12:35:57+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:35:57+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: request id 19.0 posting   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: request id 19.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:35:57+08:00 DEBUG: <body rid="1816244354" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 20844ms]
New remote ephemeral key  libsignal-protocol.js:36320:7
 ERROR: TypeError invalid arguments  converse.js:63351:7
 2018-10-24T12:36:17+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:17+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:17+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:17+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
 2018-10-24T12:36:17+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:36:17+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:17+08:00 DEBUG: request id 20.0 posting   converse.js:63360:9
 2018-10-24T12:36:17+08:00 DEBUG: request id 20.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: <body rid="1816244355" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="get" from="luweitest@conversations.im" to="luweitest@riotcat.org" id="f6fc6009-652f-472f-83a3-4e62f960f3b3:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.bundles:1653313615"/></pubsub></iq><iq type="get" from="luweitest@conversations.im" to="luweitest@riotcat.org" id="a3b0f23d-c156-4ffa-8adb-8493db799fbf:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.bundles:361195754"/></pubsub></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 562ms]
 2018-10-24T12:36:18+08:00 DEBUG: request id 19.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 19.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 19.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 19 should now be removed   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 19.1 got 200   converse.js:63360:9
 2018-10-24T12:36:18+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:18+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 20.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 20.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 20.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 20 should now be removed   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 20.1 got 200   converse.js:63360:9
 2018-10-24T12:36:18+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:18+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org" id="f6fc6009-652f-472f-83a3-4e62f960f3b3:sendIQ" type="result"><pubsub xmlns="http://jabber.org/protocol/pubsub"><items node="eu.siacs.conversations.axolotl.bundles:1653313615"><item id="1"><bundle xmlns="eu.siacs.conversations.axolotl"><signedPreKeyPublic signedPreKeyId="2">BS5rcq/g+VHkooIGcC9fVCPI/dFq/O+Kp9N3z/B0oRZC
</signedPreKeyPublic><signedPreKeySignature>m4gqRUNPYWVy/atRFbPC/us4KLqndLfP2+j/BFXhpV0OmpNONcynDmhPU+6C/xIEIE0eGBIYrjC0
D/8DCY9ACA==
</signedPreKeySignature><identityKey>BUoyTSr1grm0NTYuwWDJfaKP5nKMhtZ75T88tsTyivII
</identityKey><prekeys><preKeyPublic preKeyId="120">BSaq+/c77I65e6r2nccSDldOfX53GbL1M0hCIMew4T88
</preKeyPublic><preKeyPublic preKeyId="149">BVUv1oiZXD45dc66b7dZo71IiJOA7yLRrVuXiIGoegYR
</preKeyPublic><preKeyPublic preKeyId="139">BfN8oHIorBz6uwkpUSgduwRCw13z+0Z1pPaFGxYp5nBo
</preKeyPublic><preKeyPublic preKeyId="201">BYHkDp/uJ/6pspTOPUrQb7RHiBCKp+kgAiZJXtA7Gc9X
</preKeyPublic><preKeyPublic preKeyId="129">Bf2gY2fl20Eo+OC3cYcI5bTolOdiYYS3KIoDmJ7ZIfY1
</preKeyPublic><preKeyPublic preKeyId="123">BfzBiSxHiJSDw4YPsDz7jE/9fm7RC5cAotb8KRMyGdIT
</preKeyPublic><preKeyPublic preKeyId="170">BYbarROQ2XbVOTqlZDL2zf+/mv73ty9WXVeACkDUclRv
</preKeyPublic><preKeyPublic preKeyId="128">BbP1L+amUowo0Zfg8v5RGeBhA63m4FsOsxoXjgx5vZgf
</preKeyPublic><preKeyPublic preKeyId="164">BefHvT11A0GFpUCgj1eheXEjKxn2kq3I5+5RayVjtvxZ
</preKeyPublic><preKeyPublic preKeyId="140">BWk0U2rzo+8eV42mfkdv35mLbWa0Nk6iFrA+M2LmgLcX
</preKeyPublic><preKeyPublic preKeyId="159">BXwy4cQKfZVo1zADG/8Sg9ENLrkq959RkGUUu6Io6DM9
</preKeyPublic><preKeyPublic preKeyId="111">BY1fpbtPuJ+asW1C9c6OlstwQJbDvSFTbyBLnEkz0qws
</preKeyPublic><preKeyPublic preKeyId="191">BeawqmSq97KnPPBj+iPF6vykPGSQzjLyRvVEFwktJOMk
</preKeyPublic><preKeyPublic preKeyId="114">BWc9jWollLtesxc2bfuiDxYWaqO9roaRCH+fqJD4IsZf
</preKeyPublic><preKeyPublic preKeyId="175">BZ7iybBnYS3G70j0Mh5VDIz2IY1n+/MGXnTJZq5+X6cz
</preKeyPublic><preKeyPublic preKeyId="184">BRpCb96CfkdOyKEmpAkNxTDeyM0MfkAzGfSlNETMqdsH
</preKeyPublic><preKeyPublic preKeyId="162">BffrWIuulSqDUEXCqbixG1UbRwq+DQBnevYYyCk7ldR1
</preKeyPublic><preKeyPublic preKeyId="108">Bf5RsoRnvCpaMso/gHCiq1fgmOiQjWpMOnEA730nqr8v
</preKeyPublic><preKeyPublic preKeyId="107">BfkcYiOI4QvYhZuCI11QKTXonWkzD3qq8J+Tkfv7n0QQ
</preKeyPublic><preKeyPublic preKeyId="189">BddXPBIB0VHZw1+RKK8XAULaikl/bT35kCdQ0jqEERV/
</preKeyPublic><preKeyPublic preKeyId="106">BSnt2HmzGknuutN8Vq5eFXcNg15cy7JYt3pCrrAUnAEE
</preKeyPublic><preKeyPublic preKeyId="194">BS8CSKO3T2EOkEjJurytdQvoU4RBzS8uQ+LghhCRnjkM
</preKeyPublic><preKeyPublic preKeyId="163">BZj2J72ATNpQRc82xioBRRtJDUv+QInxMrLwUeW1JANs
</preKeyPublic><preKeyPublic preKeyId="109">BQICpByb/ZpNHrTFCVg089ryZEMr5xv/YApjxUl5VnIm
</preKeyPublic><preKeyPublic preKeyId="126">BVJ/IT2mvvY8Fonodi5BI8aoQ9Qruksm265lY5vCoHl4
</preKeyPublic><preKeyPublic preKeyId="190">Bce2n0Hp6XlAxnqSsVX0Iha1U6cxx7JIS8z/AlEvmtgH
</preKeyPublic><preKeyPublic preKeyId="180">BY88TT/W3uMZkAvFND1zQqK58+3VB9WlzSfq6VwiEa4z
</preKeyPublic><preKeyPublic preKeyId="138">BdNUidsdTa6fbD6KnAFtvkXj9vhHoE6sgeIlXOCiMb4u
</preKeyPublic><preKeyPublic preKeyId="193">Bei4pOD5s+1XwBKVc0YaRs13uYeKVc8Iqz8kEjeB3/ch
</preKeyPublic><preKeyPublic preKeyId="110">BbRS9VRX4RbDIR8GXJawJY3qPMS8WEZJdxjp26L76fV1
</preKeyPublic><preKeyPublic preKeyId="157">BUhuZQzVlEgiwjiFTDsfqg/PIiKQT1gW/5UG7REwvl4o
</preKeyPublic><preKeyPublic preKeyId="177">BY+mRpU1AEKDeAcJ1PWIPw8PwCJlwpjHhlPww4l47X8t
</preKeyPublic><preKeyPublic preKeyId="167">BZDM7S16EoeAlq9p32X9PGSr1Lez3jzrrD4C/BIlPKs1
</preKeyPublic><preKeyPublic preKeyId="124">BVy/7VzF55j8bSdfgCTLa/xpdiKNguIn/yB4mPmW0zp2
</preKeyPublic><preKeyPublic preKeyId="181">BZ/Gf0Yr7+/K6X6ku/xUE2M1LOj5cFZtDYVKNzMOd7U4
</preKeyPublic><preKeyPublic preKeyId="197">BcPGP4Yv85fpctdmAAEC1zHed6vymX2Xv/I4iD+9Y8c8
</preKeyPublic><preKeyPublic preKeyId="200">BUP5z40N4EgRyYgsfsqKNctMZUA9rvYndkrKMsw9MzsJ
</preKeyPublic><preKeyPublic preKeyId="174">BXQ5bHRCUtja2wkUQu9bbQeCtDujd5/lBPyG8tJyWcwM
</preKeyPublic><preKeyPublic preKeyId="185">BTXy5eGeuU8FQ5qlcUkoqV3eN6mCCAXenqBoiASTBbE4
</preKeyPublic><preKeyPublic preKeyId="115">BS+HNGtXLZsVpolwa5uTGiwvspcPpepwXQsMqgihEx0P
</preKeyPublic><preKeyPublic preKeyId="136">BQU0D+qcr+aKUbFzklvae5BwpxAgsmLPGwOSCA9CbeNs
</preKeyPublic><preKeyPublic preKeyId="182">BVtTnuycf9zu56GXM2wUohd+pU+4RLcd81Bbgkk7WOBz
</preKeyPublic><preKeyPublic preKeyId="141">BXnneRXuwKrZQAJNhviafFnmHD05ySw74FI2FnSwtSd7
</preKeyPublic><preKeyPublic preKeyId="132">Bc5bI9yDl3a3w0+YBNGPxb4k9kwi1lDeE4MIU/mJ+m4r
</preKeyPublic><preKeyPublic preKeyId="150">BYf6SYHLMXNyT+vRvfMXmXd0kWsbunrwAkBWr5sTSktv
</preKeyPublic><preKeyPublic preKeyId="169">BVWssvrLpptG1Thg5add3rmjp8+fUmUd+NZB3mFQYAok
</preKeyPublic><preKeyPublic preKeyId="151">BU/2TOPu3uKL94jNzEzqQDqM7UlCLsLO0tr4GosSBzY0
</preKeyPublic><preKeyPublic preKeyId="131">BVW18LlyG2HIdQ+mM5LBdgu0LshkP+HU2y5yjwBAkfZR
</preKeyPublic><preKeyPublic preKeyId="166">Bezlr3J8ECJAXMYY3v1SlGXqs6PnwqjVI/GxPjF3wJ8e
</preKeyPublic><preKeyPublic preKeyId="171">BSWrUqv8U0gY2PBB+IL76WPy9TcuR3sULGHm81oqFqYb
</preKeyPublic><preKeyPublic preKeyId="134">BUbDfRxyQ1xEw51FBui9ihKhwn3rikfR3uiO+UtNWD9a
</preKeyPublic><preKeyPublic preKeyId="122">BXK2GYQMRvTLV3amZH9H78qQ77vCp3AgsCFLFKOD2o0G
</preKeyPublic><preKeyPublic preKeyId="117">BX2A3gyOnzfls2B2pQNTYIrf47Be+Sz6izAzh3/O+38j
</preKeyPublic><preKeyPublic preKeyId="156">BUCBi6WccWZ1Fxoxm3mPlrKGDPsuVLAOTrSySGzBU69U
</preKeyPublic><preKeyPublic preKeyId="198">BRDfHc/GYtHhyAMNQYFpM1VsgHp2SsBG9iqIE+itQS1Q
</preKeyPublic><preKeyPublic preKeyId="165">BWhPTu2wdxiMUHJohwG10nJo5R3cpMNvEdVKjqamC3xB
</preKeyPublic><preKeyPublic preKeyId="135">BUeWv7PpT1g3uzO07N3yynGdnoyd1G4lfluSi6MprFpe
</preKeyPublic><preKeyPublic preKeyId="160">BZZ80WQCpt0iDbtT/wvCyr9mAE4KzuMLdSrDH+63tJ58
</preKeyPublic><preKeyPublic preKeyId="196">BQetpjtUtADp4sqSnMnHx/sC8ZJ7oSQY/MQ/PoqsKZxZ
</preKeyPublic><preKeyPublic preKeyId="137">BdGh/R/XQ0jEtEI1YdFK4qSxk8gGyYeOL+/VoorcCYJi
</preKeyPublic><preKeyPublic preKeyId="119">Bas1lXDsOlPndT73XW0PRdIaFRe7okzse8RE2BYF3EVy
</preKeyPublic><preKeyPublic preKeyId="178">Bd2MhlxNM/p3vFWqyjzjMgI/Rm2Uecqe5TdLZsaUjsZr
</preKeyPublic><preKeyPublic preKeyId="145">BVpZfOjNDuN7pfmbJ2szXE3yWB0n305j5K+lcIVS7Hlf
</preKeyPublic><preKeyPublic preKeyId="199">BQSHMwoVnkegKZp3kQ0zzMSHauwkpbPSACrrUF+HYYZv
</preKeyPublic><preKeyPublic preKeyId="130">BVX8MhSPhum1MZO7Fc+e+q9WedI2dOZjIy3mzMERFNB6
</preKeyPublic><preKeyPublic preKeyId="152">BdoiGnG6JmCiHHTSTO34TnQ/cwZcMq0vZs+Kgz1IR4sW
</preKeyPublic><preKeyPublic preKeyId="155">Be9Wa+t+1lLM0q0qpJJ0T6kgT61Wcu+wDA1CujZ6vRNt
</preKeyPublic><preKeyPublic preKeyId="112">BRRS4RzPgatX1otSDE8rb9QxdWrvX6LbgR1RLe2mkgF/
</preKeyPublic><preKeyPublic preKeyId="176">BQxBvEFDJERSsZzhDJdSajocNI6/shcDa3OXWtZYLx0m
</preKeyPublic><preKeyPublic preKeyId="148">BaUhO8TFW+ERwaNnRabfPATeQMiwgf4rXPwCEMzG+II3
</preKeyPublic><preKeyPublic preKeyId="147">BUj06Mz1Dpw4NtZFkIfXwLS7GR5hvp5qcYG1Ovtw5K8X
</preKeyPublic><preKeyPublic preKeyId="161">BQ4th7sF1EV/SkYBZSuwArRF3D000L4vZ5G8TsGMWH4O
</preKeyPublic><preKeyPublic preKeyId="113">BT7t/LzSVyoJQjDSvkBaO3czMQ8tq2DngNb7ubKRGzQP
</preKeyPublic><preKeyPublic preKeyId="127">BUBDlL6yp1icvL1vE1DwP9XwmLdFYUNCGOnzkY0xYFp9
</preKeyPublic><preKeyPublic preKeyId="143">BepA2JE65VujfDkpFvSDBmbnoxp4LtMQN+BWTVrUBcRv
</preKeyPublic><preKeyPublic preKeyId="186">BS3SNrEVP47KJRO2YXd5g1o78BDpSAze+X1VyKz78Dcs
</preKeyPublic><preKeyPublic preKeyId="203">BQQvCwd52WWwZ5IJqqgSjS+rCUuN2Raucyjn/gxVsklr
</preKeyPublic><preKeyPublic preKeyId="179">BYVitdDXtBs4jYjVQ9qnfc+5F5k00BjlQmmJRjxRh+EE
</preKeyPublic><preKeyPublic preKeyId="105">Bbnr/nBrQbbzIo4a+bfdHaUpd6b8bWwC3LxLB2GXXnpC
</preKeyPublic><preKeyPublic preKeyId="173">BdgmyUXNBeCYic4yCHr9oDFSBbvRezH/f9o+ZTOnAatq
</preKeyPublic><preKeyPublic preKeyId="188">BaM0GGYn+bli/QBCDpIvVpG9bLeQDDCx5gbbnOSSqNo+
</preKeyPublic><preKeyPublic preKeyId="172">Bd4caNl3WDnk3Es0hR48d4qBPuC3nkPFEKGHI++NlKYl
</preKeyPublic><preKeyPublic preKeyId="133">BVpNcdZHdoW3XMI09IOtG6GOSB1UTNr9BGHuOjS14NYe
</preKeyPublic><preKeyPublic preKeyId="168">BbmwVWdQe2iKarBN6yRgxTd21rO/U8Cm/prmwS2GamYi
</preKeyPublic><preKeyPublic preKeyId="142">BS2CHoNGM3WtOqyw2mgql3h4iQBsJq30pSDI+O92EL9l
</preKeyPublic><preKeyPublic preKeyId="158">BeTChEeXhAHM+FftSzkKkL8YcQaDwoY9cbHCkrJjYIdp
</preKeyPublic><preKeyPublic preKeyId="154">BbmsHuCSwWtkifsNk+Et+DRyrpykwXe8xURy7TOfGVN0
</preKeyPublic><preKeyPublic preKeyId="125">BcIFKUZFXitjxOJJz8qcPjBqEFS+7P0Ee+c7LuQMxHZ+
</preKeyPublic><preKeyPublic preKeyId="183">BU7tR5UC6NhlOjFdlGDRn2xMdYOsjXI0dmqMclZsdtR2
</preKeyPublic><preKeyPublic preKeyId="104">BXrwhh/pDZoSYk66PiweYL8OFOyGgAXijRshqmKft6db
</preKeyPublic><preKeyPublic preKeyId="146">BbSaZ2VFMgq2XBl5ToGVihpG3IBcl3wmqq4lrgktaMlx
</preKeyPublic><preKeyPublic preKeyId="195">BbnXPpcWYU5JDmD5prO1yN2tEFSMNRB3AllbAcKQWi0n
</preKeyPublic><preKeyPublic preKeyId="144">BRRLXMw1Zahdv6DDaSqyHX5m7QkZHUqYjuWXMNfKIUsK
</preKeyPublic><preKeyPublic preKeyId="116">BaoPOv7BlHjhxsbOQmQl2u4s4aECCWCIPPwMtcg5POR/
</preKeyPublic><preKeyPublic preKeyId="118">BXD9vKqQIg+CMHwAf+sn0aVyH28R9AOFM3+hdL4rWiIN
</preKeyPublic><preKeyPublic preKeyId="153">BcUA7YAoWMxwiGL0FbU7f30QojzM5ygqZ7E+4AE4edI6
</preKeyPublic><preKeyPublic preKeyId="187">BS+Aka119UK+xnvwyjFHugAPnm9f6djvoIa6EIxOh91J
</preKeyPublic><preKeyPublic preKeyId="121">BbNgwVWIk8L0ZDiWL6GeAaGshcTUW4j/YJ8FFpUJWD9v
</preKeyPublic><preKeyPublic preKeyId="192">BVO91017lSU5ZSheMjrjPl4EHYoUxgTfWMA7n4v2CbYb
</preKeyPublic><preKeyPublic preKeyId="202">BWbQoMa8DQq31awj1ts9IXHb1Tbeu8QPq4P6Efs4LoA3
</preKeyPublic></prekeys></bundle></item></items></pubsub></iq></body>  converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
 2018-10-24T12:36:18+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:18+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 21.0 posting   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: request id 21.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:18+08:00 DEBUG: <body rid="1816244356" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 782ms]
 2018-10-24T12:36:19+08:00 DEBUG: request id 21.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: request id 21.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: request id 21.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: request id 21 should now be removed   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: request id 21.1 got 200   converse.js:63360:9
 2018-10-24T12:36:19+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:19+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org" id="a3b0f23d-c156-4ffa-8adb-8493db799fbf:sendIQ" type="result"><pubsub xmlns="http://jabber.org/protocol/pubsub"><items node="eu.siacs.conversations.axolotl.bundles:361195754"><item id="1"><bundle xmlns="eu.siacs.conversations.axolotl"><signedPreKeyPublic signedPreKeyId="37219">BbfcWSOXq+GazNhni/lXdN6UhBiF299LZP/n2rtfPkZ2</signedPreKeyPublic><signedPreKeySignature>pADEC5AE0Fkc+zTVKznLxE1Lu5DLJnaSjteOc1RbicfP5hr6Vw1rslr2ZmxZKPuayIsOKkG8ciA6oq7voaurAw==</signedPreKeySignature><identityKey>BXEdvuOFxF0ZDyeoixKrZdfhtfYUH3+EnW1yS9YEPq0p</identityKey><prekeys><preKeyPublic preKeyId="4163228">BTu3IOnLwImd+3Vms/FRy2Zfxja2dTR9j29FtljXDCsm</preKeyPublic><preKeyPublic preKeyId="4163229">BdOEIxQSsRux4oterTfltHNji+BMvijn1DtUGtttUekd</preKeyPublic><preKeyPublic preKeyId="4163230">BXoBnBRY9N8IOLoFTIyvX905CaiYDhlutjcliO5hMvMf</preKeyPublic><preKeyPublic preKeyId="4163231">BbI3W3Pwz5gyNZHmHGKjTFT7NvrmiWqu3R/Qx+ES/H8M</preKeyPublic><preKeyPublic preKeyId="4163232">BR6X2HbJ0mQW/CS7DHqiJG6bvKnWZyQo4/1msgEJwZos</preKeyPublic><preKeyPublic preKeyId="4163233">Be2TdPB1kv96NCDtIRKjo0KYxoSJ706ZAeXhP0W3s6Fz</preKeyPublic><preKeyPublic preKeyId="4163234">BQ23rRg3hdkWZgedzkeBTCYHjItDqAdVsNwmtEPKCdg9</preKeyPublic><preKeyPublic preKeyId="4163235">BWlmbAo8+d2HRluzjqkdJzB31QxbRhIaU6ciwrpvZIk2</preKeyPublic><preKeyPublic preKeyId="4163236">BQmj25WDmDJMwyQGq90KN6lkBRqyZAN6HTxwUQyKwPUJ</preKeyPublic><preKeyPublic preKeyId="4163237">BSEu85eeutQ0EU/P3Dx2gEHfyH4YKm/mdgT13FCP7jsh</preKeyPublic><preKeyPublic preKeyId="4163238">BYMGlVulZC1dX8Z84zAX17OAGa3X3EYM/LoLAFc810Bn</preKeyPublic><preKeyPublic preKeyId="4163239">BTlZR2xtJ6polomXddwr43OFWzqBPxqTEVzOsVWy2XFc</preKeyPublic><preKeyPublic preKeyId="4163240">BbjImyJRuodsh1qSk8eftnSnWC4mrI7KeakMeSheKekJ</preKeyPublic><preKeyPublic preKeyId="4163241">BejFKFm7dQmBq0479MH1ThG58dDrdna5W916TIjrNb4q</preKeyPublic><preKeyPublic preKeyId="4163242">BZQULh5GpDogQsopDv7UbHgRUQqY3D59W8mpJ2zR341u</preKeyPublic><preKeyPublic preKeyId="4163243">BXKiemJdTqs9m84yZ7O3w2Jtiq7K9QP9TxUiNVxNhSY0</preKeyPublic><preKeyPublic preKeyId="4163244">BSbYDrxxYNDaiXRVu30qfIw81at4vw/5VDLiWg8XghxQ</preKeyPublic><preKeyPublic preKeyId="4163245">BTJsYS8NdnMEM7aQ8quj558yZ4jcC8LEYScapoFxir0U</preKeyPublic><preKeyPublic preKeyId="4163246">BdUzYxzHrA8rvjVwLdfOYacRqaVxfUM0l8DH3NG1YjxX</preKeyPublic><preKeyPublic preKeyId="4163247">Bex4ckX1fLWT9AZ7l/kdzCgFqiLPjAqAdzchCikhFn5y</preKeyPublic><preKeyPublic preKeyId="4163248">BXV05f2f5E/u03UzIjnoV30pKa8A1NZnAD6myHx+V9ET</preKeyPublic><preKeyPublic preKeyId="4163249">BemHGWr5HRbH+hJBqDj13B8VjjrzCti381D8olGb42Ey</preKeyPublic><preKeyPublic preKeyId="4163250">BdEZYdaTwqIqdvgcUA3uJIZrAAo0kZriIJO/85+R0EQb</preKeyPublic><preKeyPublic preKeyId="4163251">BVE1ERsRd0NswUofvLsmhg5z5F23UP47CuNg9qdj7YUf</preKeyPublic><preKeyPublic preKeyId="4163252">BUXLAyZ4FuxXKDEa8FtAJx8wJWEs12ymljHCL/Fyg3Io</preKeyPublic><preKeyPublic preKeyId="4163253">BRqbOdrVdfEnb0uLfKC6wm+THWIqhanx1kknxqEB7oQ7</preKeyPublic><preKeyPublic preKeyId="4163254">BVv8zDABnMyLjOK5xhEdSubwyGrGR6fnEFonG42uwlVR</preKeyPublic><preKeyPublic preKeyId="4163255">BbmRY6rDsmuLYu95NF+J0Z8EDbbk2DSIkwQx09VnQBMU</preKeyPublic><preKeyPublic preKeyId="4163256">BbM5agflS3t7THlzQOIgs86EKIknFsxqP4K4MxBYoJto</preKeyPublic><preKeyPublic preKeyId="4163257">BUhSBETD3bagyZAOw4mMMEEhuuZnHe6ZoA0zHFWJ88l6</preKeyPublic><preKeyPublic preKeyId="4163258">BaCGVMzB4xIVlRVkGl6enE5nHogGXb8WgA/CSMDaNJMu</preKeyPublic><preKeyPublic preKeyId="4163259">Bez0L971AXY62/zwoAVgSIcg9lfGWWtMUG58xev5/PBp</preKeyPublic><preKeyPublic preKeyId="4163260">BTB6uU6PqIyNuUn95jBuai5mgVAKDjHbQPIeYR1nwXQW</preKeyPublic><preKeyPublic preKeyId="4163261">BQlDvYpZRfQvjJaczmmGNo9MGbKPODEVltxsteVSDh0F</preKeyPublic><preKeyPublic preKeyId="4163262">BWg+3BAunDCozgSi61jdYZ8xZbz+8n+h14pjkjAXztIo</preKeyPublic><preKeyPublic preKeyId="4163263">BTVYRmvh4NLt/5uFmk5FxxaaHOcOOgTTYPStYbkM0kN5</preKeyPublic><preKeyPublic preKeyId="4163264">BcSt1qEbI7Wfn4+97gV6rQaXwLnezu6lCp8w23qFVV12</preKeyPublic><preKeyPublic preKeyId="4163265">Bbju2vcQZmEJmfEtZbm6km1GD1rS0+QPG5Lb2AU7rd9v</preKeyPublic><preKeyPublic preKeyId="4163266">BUPioQLcsL2lqu6DndSfHJGJ8Hnu019TPJcZbgYdkK55</preKeyPublic><preKeyPublic preKeyId="4163267">Ba71zx1y+5ZAmYoNI6mUidJ31WlsrbPsgumsDxMJLsYv</preKeyPublic><preKeyPublic preKeyId="4163268">BWLogXKh9TsRRTJWMbXYg30Hqk3mHsp+x5sDhwaDc/cD</preKeyPublic><preKeyPublic preKeyId="4163269">Befvf3RIPmy53D0bQBvuWDFZz18XXxOzhXWr+WHLyq8r</preKeyPublic><preKeyPublic preKeyId="4163271">BcNH26rVXTHPqtE1Wik7OAwqNboThF3nu6goxyvbnuA+</preKeyPublic><preKeyPublic preKeyId="4163272">BSnAgMOXw8yA3GtJpMbF8wLdj+n32hRI0dNzMzv+7f1W</preKeyPublic><preKeyPublic preKeyId="4163273">BVtwlh4rhMhzZOeR7fmgm7s4L7/rnJw1z205mlWVQ2Ap</preKeyPublic><preKeyPublic preKeyId="4163274">BbAXajcXjiADxqwzU/Ycj3A6RQJhO/vfHjOWACCREgAI</preKeyPublic><preKeyPublic preKeyId="4163275">BYgVve1C7ba+5VqXssA3fEwTJK+rhAu7Fu7Xd9NpdrtT</preKeyPublic><preKeyPublic preKeyId="4163276">Bdk46ILfwL6/LOjtPc3r81bgBx8Kgf66DwgIWGquDDRO</preKeyPublic><preKeyPublic preKeyId="4163277">BSQX5Dze0WRTUxW2iZ0FSKeZZzaZWyiw+i/8wTTCBTc+</preKeyPublic><preKeyPublic preKeyId="4163278">BflFHOTxEiJDcIpw5wrzmQJDmqSblg0fmZ6CEO3dt+o8</preKeyPublic><preKeyPublic preKeyId="4163279">BV/oWFJ3v6ILGQhSE5FzeUDtp26lYWFfEu9/w0T1p/9l</preKeyPublic><preKeyPublic preKeyId="4163280">BdHZwcEBAWqdq9RXQXP9mNNN8Z3NsS6R4/kIYsvM+Fka</preKeyPublic><preKeyPublic preKeyId="4163281">BSa8LLh086Kehyz8dl4rzbqVBN7G/LHuPnPshZvGRHB8</preKeyPublic><preKeyPublic preKeyId="4163282">BYWEs8HQW/txvNhAxuLC2lWjQdStcqoqhxf/+98x/4lE</preKeyPublic><preKeyPublic preKeyId="4163283">BWokf+HShI76UhogCB4GRnzzHooX1dcuGr2mwMAcemRx</preKeyPublic><preKeyPublic preKeyId="4163284">BRxbBA1U/qItGdh4SPHWrIyTdbfnbNXGIeYTJgZ/xKg0</preKeyPublic><preKeyPublic preKeyId="4163285">BecEjcc7B2pE5Oiov/gTEXXzQfoWUFU1a2hGSg1DUUAQ</preKeyPublic><preKeyPublic preKeyId="4163286">BZc9f3g+R/Or1NgB918XxFzfn+9mhU0yZE9OqeTVYoMO</preKeyPublic><preKeyPublic preKeyId="4163287">BeK9X4iaNr6qpAnTSzTo2AFJJeC3TMixpqR8kQyXyN4G</preKeyPublic><preKeyPublic preKeyId="4163288">BUPb+QKuvVMgiLcafXkJJ11oMMzABNR8SSKq8iC4tABr</preKeyPublic><preKeyPublic preKeyId="4163289">BXZPAvxnHPGMtR351NKOhul9XlNGbeRYLiJsUlj9qNNt</preKeyPublic><preKeyPublic preKeyId="4163290">BV08QQjERrUBvloUdEurGpUeYCG1JGicQ76yxVGf38Uy</preKeyPublic><preKeyPublic preKeyId="4163291">BRvnmS6rrPoW+5ry9Qw7+Yej0FZPAKPNl8Wg/r/rzytw</preKeyPublic><preKeyPublic preKeyId="4163292">Bd0Wb47sUwzLGe3bqBp4v8Oq3KTakaOf7vdJb9mlqQZY</preKeyPublic><preKeyPublic preKeyId="4163293">BWHuurbIf050bIoflvwKLt3J48Fn3B7zzADmGA8FY3dY</preKeyPublic><preKeyPublic preKeyId="4163294">Bdqqz48sl/toGFaKQCyXU0LU26sLSlxDTzCjD+BHcOAj</preKeyPublic><preKeyPublic preKeyId="4163295">BSVyvDyDyq8aXKuxYvdJ6TcaZ6JbqxHTMAjs3Yvvkzt8</preKeyPublic><preKeyPublic preKeyId="4163296">BdQBMGSwVeTP74+aKfNwgZ6myg2tdeI0DtF37jG8saRr</preKeyPublic><preKeyPublic preKeyId="4163297">BfC2nKrjcRvx3InIWQaXzL5G28o2UudHa+3T9/xJ+0o/</preKeyPublic><preKeyPublic preKeyId="4163298">BZpEA4MleoNV/OMa1miJ8E6A/5MYJi1tDrE43OoSwVdl</preKeyPublic><preKeyPublic preKeyId="4163299">BYmR9khbZPT+k5p5dG8wig1FflgaVKoaFSG4lkGYEB54</preKeyPublic><preKeyPublic preKeyId="4163300">BZorB6VMymJssxr4FTVFF2nujWzRhOtGWgMDlAHHR5c4</preKeyPublic><preKeyPublic preKeyId="4163301">BQvGQCyU1dRbf9ZrmjKvJJZx4KyoUOkf3nIKuY3M7uIy</preKeyPublic><preKeyPublic preKeyId="4163302">BZ9csXI7gvC6tvFA0kD1ItzNTuGq6rbDswPcNfk7xkM8</preKeyPublic><preKeyPublic preKeyId="4163303">BYHodVYv+aJnpXPTvdeHu+njaEjpLyK6+KtcNx9sBFx/</preKeyPublic><preKeyPublic preKeyId="4163304">BUTurIzd7nH4oGBaKmkr4XnNAQ35D0lzYylsnV2gjPAx</preKeyPublic><preKeyPublic preKeyId="4163305">BWNob43ToaOChPIuFmMOjEwEPm/8gkkjtLdNRyzrAEFV</preKeyPublic><preKeyPublic preKeyId="4163306">BSQvMeFgBULCha4++WcANx/rdcfAnGPep89Kn/BdTEUT</preKeyPublic><preKeyPublic preKeyId="4163307">BdMteI9yjE8I/fkAcrz+7Moffkl/cbEq3kDCMwXSFJQN</preKeyPublic><preKeyPublic preKeyId="4163308">BVxh2kY1MlGVR2wymFxx0kXSujUmOy1zsOBiZlHvGPQh</preKeyPublic><preKeyPublic preKeyId="4163309">BTB2YQhv7X9Mbox6DOXmjzpiIUA0u/sDhVGx22IF0Jlp</preKeyPublic><preKeyPublic preKeyId="4163310">BVzGpGvWgCP+FtQhAxRrArEdJvY4ojq21rm/Vn1Igics</preKeyPublic><preKeyPublic preKeyId="4163311">BYwYLQjB/N/UUC8yNoBGddr3QmKtUV2PguHynYeg7FQV</preKeyPublic><preKeyPublic preKeyId="4163312">BTYGtAnFd7LrBvmo+aeTEod5wN2WqEeP2rOxybPWk0h4</preKeyPublic><preKeyPublic preKeyId="4163313">BTewanRUyrXYAEOs6rzyeIxpmHNRtDKNOAr86QPGNK8f</preKeyPublic><preKeyPublic preKeyId="4163314">BV3+/C8/GTiNPf69QE7Y2jBmlJEQjdX5SjXw+QpCArUr</preKeyPublic><preKeyPublic preKeyId="4163315">BTE8Mn6NuSFUAuPAmanq9/riMTDeFuFfwiLC714D2kx/</preKeyPublic><preKeyPublic preKeyId="4163316">Bd6MvIk1B+pcCLdKd23MedqmDWUOapytFcAE99oGfOFu</preKeyPublic><preKeyPublic preKeyId="4163317">Bcs7T3umpUf4U3I7Cx2xRU/YNqwF9ZKxZ/2ji+eewHsD</preKeyPublic><preKeyPublic preKeyId="4163318">BZBJ1s5Dk6reDBPtJnFKZFe0KCQqHKlSAvGt8NZPcTZm</preKeyPublic><preKeyPublic preKeyId="4163319">BU5TFUjgTtCbSUIott2JZJqJbjKAIi6wjnrErMlRduJT</preKeyPublic><preKeyPublic preKeyId="4163320">Bd6QPKzffTM6D53TA7eSazAfOHV8w83fOOqT8J+F/TU8</preKeyPublic><preKeyPublic preKeyId="4163321">Bc+WwQz2n0ihoVAIXFofijeWIS+O8Q8Gjr1hIBoGEERR</preKeyPublic><preKeyPublic preKeyId="4163322">BSAMOYN7zkbuE9F0yXwGB+V1PmdJMLB5dBwbmnJvd0N3</preKeyPublic><preKeyPublic preKeyId="4163323">BYStWYJaAsVkQRMKpOeo/YFVdMNEiESABurBK4lzIp4N</preKeyPublic><preKeyPublic preKeyId="4163324">BaIYRiYxJWOEJx2lVCe4er6Hoe2BToo3w4rJ9b0ZcqcN</preKeyPublic><preKeyPublic preKeyId="4163325">BSb6F7T4X7PfedihdqDddNBnwDnCCp04B9zcbwRUDXgh</preKeyPublic><preKeyPublic preKeyId="4163326">BW7+80w+1L28g1IxW0YkewP7kufa/Ld68Lb4MozP3IZn</preKeyPublic><preKeyPublic preKeyId="4163327">BaVgADav4s23ylJT9JWYo8tpaD4Ago2Wif/O0+k3V2Il</preKeyPublic></prekeys></bundle></item></items></pubsub></iq></body>  converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
 2018-10-24T12:36:19+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:19+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: request id 22.0 posting   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: request id 22.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:19+08:00 DEBUG: <body rid="1816244357" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 11890ms]
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
GET 
XHR 
https://aus5.mozilla.org/update/6/Firefox/52.9.0/20180621064021/WINNT_x86-msvc-x86/en-US/esr/Windows_NT%205.1.3.0%20(x86)(noBug1296630v1)(nowebsense)/SSE2/default/default/update.xml [HTTP/1.1 200 OK 1516ms]
 2018-10-24T12:36:31+08:00 DEBUG: request id 22.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: request id 22.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: request id 22.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: request id 22 should now be removed   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: request id 22.1 got 200   converse.js:63360:9
 2018-10-24T12:36:31+08:00 INFO: _dataRecv called   converse.js:63362:9
" 2018-10-24T12:36:31+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org/Conversations.9ON7" id="08b9ccc2-6d3c-4784-9f3f-663f1e8e46b7" type="chat"><archived xmlns="urn:xmpp:mam:tmp" by="luweitest@conversations.im" id="1540355751913464"/><stanza-id xmlns="urn:xmpp:sid:0" by="luweitest@conversations.im" id="1540355751913464"/><encrypted xmlns="eu.siacs.conversations.axolotl"><header sid="1653313615"><key rid="2029" prekey="true">MwhUEiEFdPm3pMYsldPslW1TXiM70lgDdnaN9O+db0TL/IgjOhIaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBc54xhy3bwikZPF8rN69JvZM065zuHRXCCsupQ+MoCQ4EAkYACIwi0xgWICPwkAuSyC0D6aWtu2IwpXqXV0s27M5qa/RYegIayEQVam05SyzruF3SaMuzqdvtZ62msUoz6CulAYwAA==</key><key rid="5085" prekey="true">MwgxEiEFdCB+N2hQcwqnblPmJDRHO5mK+TlpprZ/9r+taRMrJBcaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBZnhPWSskZ1HZoVtwOZ54+iGWvCf0m2wa8XpYh3Q09MsEAEYACIwJztuizbcBvwAsLrXx3kYoWbSeQMfrdN9c19CsMrwaUsYHXA1MIDx8F+N0UxPLKoB/i1ZXKJBoOQoz6CulAYwAA==</key><key rid="361195754">MwohBc8VcgkGqKyD1dbG5b/GaQlnu1khsDH7Lj9nJHEgXbMWEAcYASIw2UHZv1wcYok6C+43qE8YCoIodorNANbYzdFycuGZluDzkQrfgwGU9EHMdGdA5nnoc0ZUzWk0Tqw=</key><key rid="770829406">MwohBW2z75bWeynHH71ianVNBGtMTqtySIbL8Ibkz71u/ZM1EAcYASIwqQGNytYJbQ3mMUqDQMuVIO0qs7WntzbzI0Avxep222QvxZ8kJYcB7xLSfR/QYcqQzuL1Q9PTk+M=</key><key rid="1218222966" prekey="true">MwiqstQEEiEF2XC4pKcGs8fJPtgv367RdxmgdfrIERW/8yLqAVbPxlsaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBQCfgpVzt3S6Xoq62SdENzhGEYIZVuojeucDcLnqqWdeEAgYACIwsIUDrKqHYPm7LN4SQYmxDIAFGfCrTCcAw8JkuWotFx/B+2adSKY4wRDrh8SzhzZUIKsqpE8mj8woz6CulAYw40U=</key><iv>i+TE7Ur/Yc63tzVUF7sMew==</iv></header><payload>bg==</payload></encrypted><request xmlns="urn:xmpp:receipts"/><markable xmlns="urn:xmpp:chat-markers:0"/><origin-id xmlns="urn:xmpp:sid:0" id="08b9ccc2-6d3c-4784-9f3f-663f1e8e46b7"/><store xmlns="urn:xmpp:hints"/><encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl" name="OMEMO"/><body>I sent you an OMEMO encrypted message but your client doesn’t seem to support that. Find more information on https://conversations.im/omemo</body></message></body>"  converse.js:63360:9
Duplicate PreKeyMessage for session  libsignal-protocol.js:35868:11
 2018-10-24T12:36:31+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:31+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: request id 23.0 posting   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: request id 23.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:31+08:00 DEBUG: <body rid="1816244358" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 922ms]
 2018-10-24T12:36:31+08:00 WARNING: No missing prekeys to generate for our own device   converse.js:63354:9
 2018-10-24T12:36:32+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: request id 24.0 posting   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: request id 24.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: <body rid="1816244359" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq from="luweitest@conversations.im" type="set" id="a3d9c4c2-f025-46a0-9037-f0e05529d876:sendIQ"><pubsub><publish node="eu.siacs.conversations.axolotl.bundles:5085"><item><bundle><signedPreKeyPublic signedPreKeyId="0">BTG15J9PbFE+ZLveypAuyxnsVrIcrdBlkWsB4e9CywkT</signedPreKeyPublic><signedPreKeySignature>z9dq5/T0u4TonSkDkePOTI3z68s8nP57y/N/xtcHdfnwU4uqT8yBYMk4ASFkaQ4cTdw3U4y9bS0Wes4x67clhg==</signedPreKeySignature><identityKey>BUBukbxwsA7rZ98NlMRKUO4u2qJGnLt4BXRTrdyUyap5</identityKey><prekeys><preKeyPublic preKeyId="0">BbUqOdhmj1ek4ZZIklLSx+TYaz1qPSTR99gM3r9qtUkh</preKeyPublic><preKeyPublic preKeyId="1">BZW/8AwbkNkHbGo6Lq1SMXVL93EEj+jLUF4aQa5sj9Mc</preKeyPublic><preKeyPublic preKeyId="2">BdpRaO6MSo6uQEbzrgC7lNfm6s5Te3wiPUkROvfRp3VN</preKeyPublic><preKeyPublic preKeyId="3">Be5bK0sQDeRjKpwNuvt9rVzi6FhcA3QZ3wG2358RvOpt</preKeyPublic><preKeyPublic preKeyId="4">Bawu17OGaLk0M9HENBGvsvrE2DH0SD2Z4m9A+ier3JR0</preKeyPublic><preKeyPublic preKeyId="5">BZ8zigmlOU+D4mDyYL2QtK7art2CQ19t/oS37wr4cQYc</preKeyPublic><preKeyPublic preKeyId="6">BXRLQhIYDoj9yNUpP/IevsqB9nmtLPjf6gsrKXMGLBYf</preKeyPublic><preKeyPublic preKeyId="7">BUG94b4QAu4gS8JXhM5kABk92rmCXIb0seu+SjdonDJH</preKeyPublic><preKeyPublic preKeyId="8">Be2fbJH8P36Nw2x66S90rnoOm99PaTevrunEs+NfLOA6</preKeyPublic><preKeyPublic preKeyId="9">BSlXiVorua5c5pvBdFmy+oiBGies1anA3sHgC8uur+VU</preKeyPublic><preKeyPublic preKeyId="10">BVtCfywX3MfP/lFUjqNBC/o7N7+uS78k81+sAonLZikf</preKeyPublic><preKeyPublic preKeyId="11">BRCK0Q/GwJnOMldbam056G5CjxzynVeUJjFzf6aSP1cx</preKeyPublic><preKeyPublic preKeyId="12">BWfplely7FRO+L9MZDjEoFDTwM+xuMz0LdFgYo4d1BsV</preKeyPublic><preKeyPublic preKeyId="13">BXPd09AUfAiSjBbsqzNeShRsf1PJ0Ar/BPCea+rrIuZ5</preKeyPublic><preKeyPublic preKeyId="14">BQLkG4zfcyzlSOxaic78ds6S6PasdFRzT0TunKZiFrJh</preKeyPublic><preKeyPublic preKeyId="15">BV2RTFkhAcR3gWpSyOZu+jrhkWlbS5Idj9wnvlbX/esM</preKeyPublic><preKeyPublic preKeyId="16">BfuGMtY87bEgWa7vMFkTWj/axgGISLKOb8SVzYIUatx1</preKeyPublic><preKeyPublic preKeyId="17">BVqtQvzFcWptGjSxME4Lfl0iD6Ys0++r1XPgy7LaxiJD</preKeyPublic><preKeyPublic preKeyId="18">BS9e7VdNSaMuPdvP24ra6Wb9mFTbNTz2AfZ4pIeyqtk2</preKeyPublic><preKeyPublic preKeyId="19">BUCzABApjYzLXguPbs/OTO/FgaBaRn+Hn3ZOGtNeVWN9</preKeyPublic><preKeyPublic preKeyId="20">Bd5rykF/hKsOUA2k/ac4D6L9GtsqAU7ac9fY5UUj9WZu</preKeyPublic><preKeyPublic preKeyId="21">Bcn58JFC93QCsCDm9TWog/wMCEtZ0jo/HP6sEkVggL8N</preKeyPublic><preKeyPublic preKeyId="22">BUkFKrgQ9GneS50h/CK09ScgSdYZ3ksGIvk5Vvj/ratd</preKeyPublic><preKeyPublic preKeyId="23">BWS1DdTvbbqSkrS6EVY8Hucj0BauTWvBx4Py3xZdzrdP</preKeyPublic><preKeyPublic preKeyId="24">BXdwxNPyQU/eURLb0HZtVQaleBHqdbALsOR7D2W6VyQR</preKeyPublic><preKeyPublic preKeyId="25">BXqAa6IsH8oV/eQmOgtvEK3wLIUWAnbunBVp/z9Yj/pK</preKeyPublic><preKeyPublic preKeyId="26">BQOu2THtIKeuhCXAYjDd9cWx0fkiYUDXljiyM2/8dC5+</preKeyPublic><preKeyPublic preKeyId="27">BcYha1V7TBP++6xhl05chlp7fwn/wzhKM9lj0ZrenNgd</preKeyPublic><preKeyPublic preKeyId="28">BQ75DdoDpQym3Kbabu/3Wpwax7VeiQmGzsdO6oszA0FL</preKeyPublic><preKeyPublic preKeyId="29">BZNgSgLOF9cj3B1Gc9QYogq5Y8NkNUMb9MFCt0nD8l1T</preKeyPublic><preKeyPublic preKeyId="30">BYG0YRxUlO0UaS+HYSPv9NJ7FS1+CiZ/BmUaMVdZ4Cx/</preKeyPublic><preKeyPublic preKeyId="31">BfziE4IZVVa8pOrtGXenymoIQ2eIDQt417ggJC2rXjlt</preKeyPublic><preKeyPublic preKeyId="32">BXi6K6WwKgto9kXd3I1hfGPlLzsNmSc2E5ebTHxxCkpD</preKeyPublic><preKeyPublic preKeyId="33">BQbLxRxdMHyVCMpQyixHA/r1bze+ZhbZ4O/mYnvzi7ZO</preKeyPublic><preKeyPublic preKeyId="34">BSSf5HVBhb7AFlXUri4fYwaA4OII+gwZ2zEqNCI4Ixod</preKeyPublic><preKeyPublic preKeyId="35">Bc5Lz0sX/9abxl3Lcl6KjsZtQZQXGgFhtXU/3FuIXe58</preKeyPublic><preKeyPublic preKeyId="36">BU5olxOaHqJvb1mP605JoPG3OH5P1k0fZWi41pfEr51K</preKeyPublic><preKeyPublic preKeyId="37">BdlA54CB1mYHBcPjyFLn1anbEybUGClSWlYIhll0n/d1</preKeyPublic><preKeyPublic preKeyId="38">BbCgjics8qS4OEMMQGV0AmULlcwAFsOevzktzhQh26JL</preKeyPublic><preKeyPublic preKeyId="39">BbCx06XabDJntz2G5z7fsUgsiggygTjeopreJYhByxhB</preKeyPublic><preKeyPublic preKeyId="40">BdgneOWzZ7JO3+ZVJyBkn0q8tPgx4gv5JcTZMXbeqHoY</preKeyPublic><preKeyPublic preKeyId="41">Bd3h3+L8WXNQlNaPWVZ0fNY+8v2O6ZYo31HJSaT9XHlW</preKeyPublic><preKeyPublic preKeyId="42">BRetgThnCyPuYHuGqrT1k4mv7MovprfypRaLD7Kv7RAI</preKeyPublic><preKeyPublic preKeyId="43">BXYKjpD/SiIBg8sHxIpmZdvCQTx/1ubSNFV+RnIXxvYr</preKeyPublic><preKeyPublic preKeyId="44">BZQ7qDaCaS4ADpCG0o3t5k5h+VYl1zwVSPIvgO0LrRpc</preKeyPublic><preKeyPublic preKeyId="45">BQ9ekBAlqmdbgmRRzt0lQJPg4kUilnxJbGWO7/dcmkRr</preKeyPublic><preKeyPublic preKeyId="46">BcH9ssirwSFx3mSzZ5eWAyQIq4v+looYgO+yDVlIrVIY</preKeyPublic><preKeyPublic preKeyId="47">BY4yzmr6exvfHkeI8r2Dfr10HW6aXEzGg9BlSjGcMsF8</preKeyPublic><preKeyPublic preKeyId="48">BVqXRKrj9cHFeuaxNjNi3dCcHAo6FtQAdRL2STUfcRwm</preKeyPublic><preKeyPublic preKeyId="49">Be6F8mbSSFQYwtHKsqIlNxxJoMStcrpS4Z+iEd77IXA9</preKeyPublic><preKeyPublic preKeyId="50">BZ0u4psWqVxYo2QYiYPQF71emu5o5Cp6kjzPeuoVA6oq</preKeyPublic><preKeyPublic preKeyId="51">BT4tuBwCe68NCA/FH/0k7Lqb5JumgRGlijisYcuHd348</preKeyPublic><preKeyPublic preKeyId="52">BUrmj/WBGevzVSzY1LC6ekvSOqAHVhjNiKGEGeZAP+Qc</preKeyPublic><preKeyPublic preKeyId="53">Bc3qMhFGEL9LFrFXFIZnv2eJkieMy1FtwIH01SjV4MV1</preKeyPublic><preKeyPublic preKeyId="54">BUMrFfneECXHUluKyb3DM3xwwvffFEsHbQbW4hPW3PZX</preKeyPublic><preKeyPublic preKeyId="55">BQKPLhK0UA3eu0TIYsjMyZb6TB1HyoIn1yaorouIzYJQ</preKeyPublic><preKeyPublic preKeyId="56">BWawFBKa2neE7P0O1suTam+ioh6nMNEVdw5G3LRKg0o6</preKeyPublic><preKeyPublic preKeyId="57">BeRxSuwl4oNj8wYtcn4TYZvQ79kXAr6RWFAiwdMZZqR5</preKeyPublic><preKeyPublic preKeyId="58">Bf6wNFhmayoIK+snRjb1hA0If1BThRIwuYelAr2qsFEB</preKeyPublic><preKeyPublic preKeyId="59">BTdRcIvq5/8+0DO7Kq/rpFHLiIuT/SFqrpHaRCQa2BIY</preKeyPublic><preKeyPublic preKeyId="60">BbtpL+rEDUJfPGD6erpxrxA5jhCGz/p4kcMOGI94mWIP</preKeyPublic><preKeyPublic preKeyId="61">BZ14c3HwwdhgJV5T7RORlgoQciu0lPmU0RLNtsLMjZcF</preKeyPublic><preKeyPublic preKeyId="62">BZBf56vY+BPQpUqDAWH5J3JRRTJi5cIv//blQNVTwHlZ</preKeyPublic><preKeyPublic preKeyId="63">BRW+FAo6rnrrkWp8esH3PnBNBBzY85EU6K89dR9RgB4Q</preKeyPublic><preKeyPublic preKeyId="64">BQMDdxmOH2rnPGWnS9oScUoZGClUc3Hp4nrVGybJM7E2</preKeyPublic><preKeyPublic preKeyId="65">BfoRqir9Oq7D9jMtEmaERUFnkryjPEW18OFHgDe70HZp</preKeyPublic><preKeyPublic preKeyId="66">BaLozD8Mal1SZifQRmNhfsUSjaJs3gJBprTkc8gI8Zhe</preKeyPublic><preKeyPublic preKeyId="67">BcOPD3MYxbZwVPoxdgObxs3ba3wMNfk5mnIgjP2lRegg</preKeyPublic><preKeyPublic preKeyId="68">BUGv7uibo0uqbT4rTtGpCLW6RckfyRoq1TiW7CcoyIc2</preKeyPublic><preKeyPublic preKeyId="69">BV61gmomqr+YX9TpU3dvbHD7O6qATyx4Y7iyMwnt3Xpp</preKeyPublic><preKeyPublic preKeyId="70">BVM/XUZDbjtZJi0weAkys1k3nybNSWOS9fZqTOFH8mR7</preKeyPublic><preKeyPublic preKeyId="71">BS0N4Z2PWcHFMjTY/GPZk6bpnrrOInnyDHRvsYSLvctk</preKeyPublic><preKeyPublic preKeyId="72">BeEbBsC0qzWObxlxjjWM2Jk/xaJGwQazgD8zBG8jzvo2</preKeyPublic><preKeyPublic preKeyId="73">BaZxECeqvVsSJ1ivjnZXRhoKkYgVsJfosOgK6ex8KqNF</preKeyPublic><preKeyPublic preKeyId="74">BdpFsL2Y06mItej66SAEnA83kDa699VrIRktTEKLl8s0</preKeyPublic><preKeyPublic preKeyId="75">BZtI7ocnCQGpxc1TorppNYxCaOZOM7EjSFoGrFFvWwMz</preKeyPublic><preKeyPublic preKeyId="76">BYhl0wH4l1Ia6H5ot0UiupoyvtQ1PG76zO4a7hlD+gQF</preKeyPublic><preKeyPublic preKeyId="77">BaTYAiAeBaIWzUKvj7vaFidFFyoqw3wam66z+tZ/YN8t</preKeyPublic><preKeyPublic preKeyId="78">Bd2Gv92TN1Wx+s02d/dPmTT7ULlxqR2vSTMXJbDxFhgc</preKeyPublic><preKeyPublic preKeyId="79">BWY2O8r+HCltLS9q5Ex6dsLUFrHKMsS71SvgBkqdy2dw</preKeyPublic><preKeyPublic preKeyId="80">BQXLNWXlTqIfDSRb5Kolx/iu2riYgcwPpN0a/x/jONpJ</preKeyPublic><preKeyPublic preKeyId="81">BWvlrPWEmYzEth1/o43i3GaDBW0xkcAV1A+aSzWW7V5f</preKeyPublic><preKeyPublic preKeyId="82">BRESYam86Vl6BCff4qNuk5Rz0Z0JZN+4B+9aTDDzrBkQ</preKeyPublic><preKeyPublic preKeyId="83">BX7Mby5GJ3UQFk/6FUm4OJIoyV5b9QcK3YKL+HnYJz5k</preKeyPublic><preKeyPublic preKeyId="84">BT29/evFc4vJGuyV1VYrn0uzr1aD/qi9fi/SPmyrsXsv</preKeyPublic><preKeyPublic preKeyId="85">BSXg1HWkAiuiG45kxZabU4VwmIilUvOw75T3xQxQSK9Z</preKeyPublic><preKeyPublic preKeyId="86">BWq1ILKtJ6toqYCa83Xb5OJroxV1E632OTsQuzCViWkA</preKeyPublic><preKeyPublic preKeyId="87">Ba5LgUA7pit8h5fJYWvzf1G8Ilz1VsOoUrPEFNwGLm0b</preKeyPublic><preKeyPublic preKeyId="88">BThM0Q0sp4YJjoUzY7RwWbc5XCnUsJAzKCW2pOaQ2lZa</preKeyPublic><preKeyPublic preKeyId="89">Bbne7OFIM2g7gekG6TpokfPKAhAwcMMZMbKCR0wCTdwj</preKeyPublic><preKeyPublic preKeyId="90">BQtJSLTUtYSWRAcLJVmzsxxc0UPsQ6b5bUEHRQdpU6xT</preKeyPublic><preKeyPublic preKeyId="91">BdHOy1GczaXO2kUEgrihXaOvjuUDuPl9AChuep39NnE/</preKeyPublic><preKeyPublic preKeyId="92">BRTgdxcU80k/sWXracrTzSM05/B4wozk/uK5MfGIV043</preKeyPublic><preKeyPublic preKeyId="93">BXSQUE2QQERSixtdOWKw6IWVVJ7FO/WBb4WJsIyZjpFd</preKeyPublic><preKeyPublic preKeyId="94">BflhtEevO6zbHixTY/yTZufV6Djv7SOMFu5/UIGVYFRk</preKeyPublic><preKeyPublic preKeyId="95">BTVgWRkfuf2C2+PAsPvwX0Ztz9rhxu2FS2Wrzel+uYwe</preKeyPublic><preKeyPublic preKeyId="96">BSpiyWQ0euOntmdRa47OukxA37eJN2+FidXKgdg3VuZ4</preKeyPublic><preKeyPublic preKeyId="97">BQQB4krImWaDp8g6kAYFbMVa9rjB8ewkg8csGuTBXnAC</preKeyPublic><preKeyPublic preKeyId="98">BZElxCT1PX+1NhCFmhLdV/rANThOmPJ9x+pYDvb4Rax5</preKeyPublic><preKeyPublic preKeyId="99">BbxUgijpygEgp0oqgk4U17taNwat5DRjcT3xuWzyqg0w</preKeyPublic></prekeys></bundle></item></publish></pubsub></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 1313ms]
 2018-10-24T12:36:32+08:00 DEBUG: request id 23.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: request id 23.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: request id 23.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: request id 23 should now be removed   converse.js:63360:9
 2018-10-24T12:36:32+08:00 DEBUG: request id 23.1 got 200   converse.js:63360:9
 2018-10-24T12:36:32+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:32+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 24.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 24.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 24.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 24 should now be removed   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 24.1 got 200   converse.js:63360:9
 2018-10-24T12:36:33+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:33+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im" type="headline"><event xmlns="http://jabber.org/protocol/pubsub#event"><items node="eu.siacs.conversations.axolotl.bundles:5085"><item id="60456DA929D15"><bundle xmlns="eu.siacs.conversations.axolotl"><signedPreKeyPublic signedPreKeyId="0">BTG15J9PbFE+ZLveypAuyxnsVrIcrdBlkWsB4e9CywkT</signedPreKeyPublic><signedPreKeySignature>z9dq5/T0u4TonSkDkePOTI3z68s8nP57y/N/xtcHdfnwU4uqT8yBYMk4ASFkaQ4cTdw3U4y9bS0Wes4x67clhg==</signedPreKeySignature><identityKey>BUBukbxwsA7rZ98NlMRKUO4u2qJGnLt4BXRTrdyUyap5</identityKey><prekeys><preKeyPublic preKeyId="0">BbUqOdhmj1ek4ZZIklLSx+TYaz1qPSTR99gM3r9qtUkh</preKeyPublic><preKeyPublic preKeyId="1">BZW/8AwbkNkHbGo6Lq1SMXVL93EEj+jLUF4aQa5sj9Mc</preKeyPublic><preKeyPublic preKeyId="2">BdpRaO6MSo6uQEbzrgC7lNfm6s5Te3wiPUkROvfRp3VN</preKeyPublic><preKeyPublic preKeyId="3">Be5bK0sQDeRjKpwNuvt9rVzi6FhcA3QZ3wG2358RvOpt</preKeyPublic><preKeyPublic preKeyId="4">Bawu17OGaLk0M9HENBGvsvrE2DH0SD2Z4m9A+ier3JR0</preKeyPublic><preKeyPublic preKeyId="5">BZ8zigmlOU+D4mDyYL2QtK7art2CQ19t/oS37wr4cQYc</preKeyPublic><preKeyPublic preKeyId="6">BXRLQhIYDoj9yNUpP/IevsqB9nmtLPjf6gsrKXMGLBYf</preKeyPublic><preKeyPublic preKeyId="7">BUG94b4QAu4gS8JXhM5kABk92rmCXIb0seu+SjdonDJH</preKeyPublic><preKeyPublic preKeyId="8">Be2fbJH8P36Nw2x66S90rnoOm99PaTevrunEs+NfLOA6</preKeyPublic><preKeyPublic preKeyId="9">BSlXiVorua5c5pvBdFmy+oiBGies1anA3sHgC8uur+VU</preKeyPublic><preKeyPublic preKeyId="10">BVtCfywX3MfP/lFUjqNBC/o7N7+uS78k81+sAonLZikf</preKeyPublic><preKeyPublic preKeyId="11">BRCK0Q/GwJnOMldbam056G5CjxzynVeUJjFzf6aSP1cx</preKeyPublic><preKeyPublic preKeyId="12">BWfplely7FRO+L9MZDjEoFDTwM+xuMz0LdFgYo4d1BsV</preKeyPublic><preKeyPublic preKeyId="13">BXPd09AUfAiSjBbsqzNeShRsf1PJ0Ar/BPCea+rrIuZ5</preKeyPublic><preKeyPublic preKeyId="14">BQLkG4zfcyzlSOxaic78ds6S6PasdFRzT0TunKZiFrJh</preKeyPublic><preKeyPublic preKeyId="15">BV2RTFkhAcR3gWpSyOZu+jrhkWlbS5Idj9wnvlbX/esM</preKeyPublic><preKeyPublic preKeyId="16">BfuGMtY87bEgWa7vMFkTWj/axgGISLKOb8SVzYIUatx1</preKeyPublic><preKeyPublic preKeyId="17">BVqtQvzFcWptGjSxME4Lfl0iD6Ys0++r1XPgy7LaxiJD</preKeyPublic><preKeyPublic preKeyId="18">BS9e7VdNSaMuPdvP24ra6Wb9mFTbNTz2AfZ4pIeyqtk2</preKeyPublic><preKeyPublic preKeyId="19">BUCzABApjYzLXguPbs/OTO/FgaBaRn+Hn3ZOGtNeVWN9</preKeyPublic><preKeyPublic preKeyId="20">Bd5rykF/hKsOUA2k/ac4D6L9GtsqAU7ac9fY5UUj9WZu</preKeyPublic><preKeyPublic preKeyId="21">Bcn58JFC93QCsCDm9TWog/wMCEtZ0jo/HP6sEkVggL8N</preKeyPublic><preKeyPublic preKeyId="22">BUkFKrgQ9GneS50h/CK09ScgSdYZ3ksGIvk5Vvj/ratd</preKeyPublic><preKeyPublic preKeyId="23">BWS1DdTvbbqSkrS6EVY8Hucj0BauTWvBx4Py3xZdzrdP</preKeyPublic><preKeyPublic preKeyId="24">BXdwxNPyQU/eURLb0HZtVQaleBHqdbALsOR7D2W6VyQR</preKeyPublic><preKeyPublic preKeyId="25">BXqAa6IsH8oV/eQmOgtvEK3wLIUWAnbunBVp/z9Yj/pK</preKeyPublic><preKeyPublic preKeyId="26">BQOu2THtIKeuhCXAYjDd9cWx0fkiYUDXljiyM2/8dC5+</preKeyPublic><preKeyPublic preKeyId="27">BcYha1V7TBP++6xhl05chlp7fwn/wzhKM9lj0ZrenNgd</preKeyPublic><preKeyPublic preKeyId="28">BQ75DdoDpQym3Kbabu/3Wpwax7VeiQmGzsdO6oszA0FL</preKeyPublic><preKeyPublic preKeyId="29">BZNgSgLOF9cj3B1Gc9QYogq5Y8NkNUMb9MFCt0nD8l1T</preKeyPublic><preKeyPublic preKeyId="30">BYG0YRxUlO0UaS+HYSPv9NJ7FS1+CiZ/BmUaMVdZ4Cx/</preKeyPublic><preKeyPublic preKeyId="31">BfziE4IZVVa8pOrtGXenymoIQ2eIDQt417ggJC2rXjlt</preKeyPublic><preKeyPublic preKeyId="32">BXi6K6WwKgto9kXd3I1hfGPlLzsNmSc2E5ebTHxxCkpD</preKeyPublic><preKeyPublic preKeyId="33">BQbLxRxdMHyVCMpQyixHA/r1bze+ZhbZ4O/mYnvzi7ZO</preKeyPublic><preKeyPublic preKeyId="34">BSSf5HVBhb7AFlXUri4fYwaA4OII+gwZ2zEqNCI4Ixod</preKeyPublic><preKeyPublic preKeyId="35">Bc5Lz0sX/9abxl3Lcl6KjsZtQZQXGgFhtXU/3FuIXe58</preKeyPublic><preKeyPublic preKeyId="36">BU5olxOaHqJvb1mP605JoPG3OH5P1k0fZWi41pfEr51K</preKeyPublic><preKeyPublic preKeyId="37">BdlA54CB1mYHBcPjyFLn1anbEybUGClSWlYIhll0n/d1</preKeyPublic><preKeyPublic preKeyId="38">BbCgjics8qS4OEMMQGV0AmULlcwAFsOevzktzhQh26JL</preKeyPublic><preKeyPublic preKeyId="39">BbCx06XabDJntz2G5z7fsUgsiggygTjeopreJYhByxhB</preKeyPublic><preKeyPublic preKeyId="40">BdgneOWzZ7JO3+ZVJyBkn0q8tPgx4gv5JcTZMXbeqHoY</preKeyPublic><preKeyPublic preKeyId="41">Bd3h3+L8WXNQlNaPWVZ0fNY+8v2O6ZYo31HJSaT9XHlW</preKeyPublic><preKeyPublic preKeyId="42">BRetgThnCyPuYHuGqrT1k4mv7MovprfypRaLD7Kv7RAI</preKeyPublic><preKeyPublic preKeyId="43">BXYKjpD/SiIBg8sHxIpmZdvCQTx/1ubSNFV+RnIXxvYr</preKeyPublic><preKeyPublic preKeyId="44">BZQ7qDaCaS4ADpCG0o3t5k5h+VYl1zwVSPIvgO0LrRpc</preKeyPublic><preKeyPublic preKeyId="45">BQ9ekBAlqmdbgmRRzt0lQJPg4kUilnxJbGWO7/dcmkRr</preKeyPublic><preKeyPublic preKeyId="46">BcH9ssirwSFx3mSzZ5eWAyQIq4v+looYgO+yDVlIrVIY</preKeyPublic><preKeyPublic preKeyId="47">BY4yzmr6exvfHkeI8r2Dfr10HW6aXEzGg9BlSjGcMsF8</preKeyPublic><preKeyPublic preKeyId="48">BVqXRKrj9cHFeuaxNjNi3dCcHAo6FtQAdRL2STUfcRwm</preKeyPublic><preKeyPublic preKeyId="49">Be6F8mbSSFQYwtHKsqIlNxxJoMStcrpS4Z+iEd77IXA9</preKeyPublic><preKeyPublic preKeyId="50">BZ0u4psWqVxYo2QYiYPQF71emu5o5Cp6kjzPeuoVA6oq</preKeyPublic><preKeyPublic preKeyId="51">BT4tuBwCe68NCA/FH/0k7Lqb5JumgRGlijisYcuHd348</preKeyPublic><preKeyPublic preKeyId="52">BUrmj/WBGevzVSzY1LC6ekvSOqAHVhjNiKGEGeZAP+Qc</preKeyPublic><preKeyPublic preKeyId="53">Bc3qMhFGEL9LFrFXFIZnv2eJkieMy1FtwIH01SjV4MV1</preKeyPublic><preKeyPublic preKeyId="54">BUMrFfneECXHUluKyb3DM3xwwvffFEsHbQbW4hPW3PZX</preKeyPublic><preKeyPublic preKeyId="55">BQKPLhK0UA3eu0TIYsjMyZb6TB1HyoIn1yaorouIzYJQ</preKeyPublic><preKeyPublic preKeyId="56">BWawFBKa2neE7P0O1suTam+ioh6nMNEVdw5G3LRKg0o6</preKeyPublic><preKeyPublic preKeyId="57">BeRxSuwl4oNj8wYtcn4TYZvQ79kXAr6RWFAiwdMZZqR5</preKeyPublic><preKeyPublic preKeyId="58">Bf6wNFhmayoIK+snRjb1hA0If1BThRIwuYelAr2qsFEB</preKeyPublic><preKeyPublic preKeyId="59">BTdRcIvq5/8+0DO7Kq/rpFHLiIuT/SFqrpHaRCQa2BIY</preKeyPublic><preKeyPublic preKeyId="60">BbtpL+rEDUJfPGD6erpxrxA5jhCGz/p4kcMOGI94mWIP</preKeyPublic><preKeyPublic preKeyId="61">BZ14c3HwwdhgJV5T7RORlgoQciu0lPmU0RLNtsLMjZcF</preKeyPublic><preKeyPublic preKeyId="62">BZBf56vY+BPQpUqDAWH5J3JRRTJi5cIv//blQNVTwHlZ</preKeyPublic><preKeyPublic preKeyId="63">BRW+FAo6rnrrkWp8esH3PnBNBBzY85EU6K89dR9RgB4Q</preKeyPublic><preKeyPublic preKeyId="64">BQMDdxmOH2rnPGWnS9oScUoZGClUc3Hp4nrVGybJM7E2</preKeyPublic><preKeyPublic preKeyId="65">BfoRqir9Oq7D9jMtEmaERUFnkryjPEW18OFHgDe70HZp</preKeyPublic><preKeyPublic preKeyId="66">BaLozD8Mal1SZifQRmNhfsUSjaJs3gJBprTkc8gI8Zhe</preKeyPublic><preKeyPublic preKeyId="67">BcOPD3MYxbZwVPoxdgObxs3ba3wMNfk5mnIgjP2lRegg</preKeyPublic><preKeyPublic preKeyId="68">BUGv7uibo0uqbT4rTtGpCLW6RckfyRoq1TiW7CcoyIc2</preKeyPublic><preKeyPublic preKeyId="69">BV61gmomqr+YX9TpU3dvbHD7O6qATyx4Y7iyMwnt3Xpp</preKeyPublic><preKeyPublic preKeyId="70">BVM/XUZDbjtZJi0weAkys1k3nybNSWOS9fZqTOFH8mR7</preKeyPublic><preKeyPublic preKeyId="71">BS0N4Z2PWcHFMjTY/GPZk6bpnrrOInnyDHRvsYSLvctk</preKeyPublic><preKeyPublic preKeyId="72">BeEbBsC0qzWObxlxjjWM2Jk/xaJGwQazgD8zBG8jzvo2</preKeyPublic><preKeyPublic preKeyId="73">BaZxECeqvVsSJ1ivjnZXRhoKkYgVsJfosOgK6ex8KqNF</preKeyPublic><preKeyPublic preKeyId="74">BdpFsL2Y06mItej66SAEnA83kDa699VrIRktTEKLl8s0</preKeyPublic><preKeyPublic preKeyId="75">BZtI7ocnCQGpxc1TorppNYxCaOZOM7EjSFoGrFFvWwMz</preKeyPublic><preKeyPublic preKeyId="76">BYhl0wH4l1Ia6H5ot0UiupoyvtQ1PG76zO4a7hlD+gQF</preKeyPublic><preKeyPublic preKeyId="77">BaTYAiAeBaIWzUKvj7vaFidFFyoqw3wam66z+tZ/YN8t</preKeyPublic><preKeyPublic preKeyId="78">Bd2Gv92TN1Wx+s02d/dPmTT7ULlxqR2vSTMXJbDxFhgc</preKeyPublic><preKeyPublic preKeyId="79">BWY2O8r+HCltLS9q5Ex6dsLUFrHKMsS71SvgBkqdy2dw</preKeyPublic><preKeyPublic preKeyId="80">BQXLNWXlTqIfDSRb5Kolx/iu2riYgcwPpN0a/x/jONpJ</preKeyPublic><preKeyPublic preKeyId="81">BWvlrPWEmYzEth1/o43i3GaDBW0xkcAV1A+aSzWW7V5f</preKeyPublic><preKeyPublic preKeyId="82">BRESYam86Vl6BCff4qNuk5Rz0Z0JZN+4B+9aTDDzrBkQ</preKeyPublic><preKeyPublic preKeyId="83">BX7Mby5GJ3UQFk/6FUm4OJIoyV5b9QcK3YKL+HnYJz5k</preKeyPublic><preKeyPublic preKeyId="84">BT29/evFc4vJGuyV1VYrn0uzr1aD/qi9fi/SPmyrsXsv</preKeyPublic><preKeyPublic preKeyId="85">BSXg1HWkAiuiG45kxZabU4VwmIilUvOw75T3xQxQSK9Z</preKeyPublic><preKeyPublic preKeyId="86">BWq1ILKtJ6toqYCa83Xb5OJroxV1E632OTsQuzCViWkA</preKeyPublic><preKeyPublic preKeyId="87">Ba5LgUA7pit8h5fJYWvzf1G8Ilz1VsOoUrPEFNwGLm0b</preKeyPublic><preKeyPublic preKeyId="88">BThM0Q0sp4YJjoUzY7RwWbc5XCnUsJAzKCW2pOaQ2lZa</preKeyPublic><preKeyPublic preKeyId="89">Bbne7OFIM2g7gekG6TpokfPKAhAwcMMZMbKCR0wCTdwj</preKeyPublic><preKeyPublic preKeyId="90">BQtJSLTUtYSWRAcLJVmzsxxc0UPsQ6b5bUEHRQdpU6xT</preKeyPublic><preKeyPublic preKeyId="91">BdHOy1GczaXO2kUEgrihXaOvjuUDuPl9AChuep39NnE/</preKeyPublic><preKeyPublic preKeyId="92">BRTgdxcU80k/sWXracrTzSM05/B4wozk/uK5MfGIV043</preKeyPublic><preKeyPublic preKeyId="93">BXSQUE2QQERSixtdOWKw6IWVVJ7FO/WBb4WJsIyZjpFd</preKeyPublic><preKeyPublic preKeyId="94">BflhtEevO6zbHixTY/yTZufV6Djv7SOMFu5/UIGVYFRk</preKeyPublic><preKeyPublic preKeyId="95">BTVgWRkfuf2C2+PAsPvwX0Ztz9rhxu2FS2Wrzel+uYwe</preKeyPublic><preKeyPublic preKeyId="96">BSpiyWQ0euOntmdRa47OukxA37eJN2+FidXKgdg3VuZ4</preKeyPublic><preKeyPublic preKeyId="97">BQQB4krImWaDp8g6kAYFbMVa9rjB8ewkg8csGuTBXnAC</preKeyPublic><preKeyPublic preKeyId="98">BZElxCT1PX+1NhCFmhLdV/rANThOmPJ9x+pYDvb4Rax5</preKeyPublic><preKeyPublic preKeyId="99">BbxUgijpygEgp0oqgk4U17taNwat5DRjcT3xuWzyqg0w</preKeyPublic></prekeys></bundle></item></items></event><addresses xmlns="http://jabber.org/protocol/address"><address jid="luweitest@conversations.im/converse.js-40748302" type="replyto"/></addresses></message></body>  converse.js:63360:9
 2018-10-24T12:36:33+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:33+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 25.0 posting   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 25.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: <body rid="1816244360" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 266ms]
 2018-10-24T12:36:33+08:00 DEBUG: request id 25.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 25.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 25.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 25 should now be removed   converse.js:63360:9
 2018-10-24T12:36:33+08:00 DEBUG: request id 25.1 got 200   converse.js:63360:9
 2018-10-24T12:36:33+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:33+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="a3d9c4c2-f025-46a0-9037-f0e05529d876:sendIQ"><pubsub xmlns="http://jabber.org/protocol/pubsub"><publish node="eu.siacs.conversations.axolotl.bundles:5085"><item id="60456DA929D15"/></publish></pubsub></iq></body>  converse.js:63360:9
 2018-10-24T12:36:34+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:34+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:34+08:00 DEBUG: request id 26.0 posting   converse.js:63360:9
 2018-10-24T12:36:34+08:00 DEBUG: request id 26.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:34+08:00 DEBUG: <body rid="1816244361" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 13203ms]
 2018-10-24T12:36:46+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:46+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
 2018-10-24T12:36:46+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:36:46+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:46+08:00 DEBUG: request id 27.0 posting   converse.js:63360:9
 2018-10-24T12:36:46+08:00 DEBUG: request id 27.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:46+08:00 DEBUG: <body rid="1816244362" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><message to="luweitest@riotcat.org" type="chat"><composing/><no-store/><no-permanent-store/></message></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 2000ms]
 2018-10-24T12:36:47+08:00 DEBUG: request id 26.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: request id 26.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: request id 26.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: request id 26 should now be removed   converse.js:63360:9
 2018-10-24T12:36:47+08:00 DEBUG: request id 26.1 got 200   converse.js:63360:9
 2018-10-24T12:36:47+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:47+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28.0 posting   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: <body rid="1816244363" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq type="get" from="luweitest@conversations.im" to="luweitest@conversations.im" id="bc1cae74-1df9-430b-9405-f8c2186120b2:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.bundles:770829406"/></pubsub></iq><iq type="get" from="luweitest@conversations.im" to="luweitest@conversations.im" id="468570e3-a078-4007-95c7-624528a0380d:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.bundles:2029"/></pubsub></iq><iq type="get" from="luweitest@conversations.im" to="luweitest@conversations.im" id="b26c90d3-8a98-4049-8ef3-b1202408afa3:sendIQ"><pubsub><items node="eu.siacs.conversations.axolotl.bundles:1218222966"/></pubsub></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 578ms]
 2018-10-24T12:36:48+08:00 DEBUG: request id 27.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 27.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 27.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 27 should now be removed   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 27.1 got 200   converse.js:63360:9
 2018-10-24T12:36:48+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:48+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28 should now be removed   converse.js:63360:9
 2018-10-24T12:36:48+08:00 DEBUG: request id 28.1 got 200   converse.js:63360:9
 2018-10-24T12:36:48+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:48+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="bc1cae74-1df9-430b-9405-f8c2186120b2:sendIQ"><pubsub xmlns="http://jabber.org/protocol/pubsub"><items node="eu.siacs.conversations.axolotl.bundles:770829406"><item id="60435820AEDAF"><bundle xmlns="eu.siacs.conversations.axolotl"><signedPreKeyPublic signedPreKeyId="1">Ba2mckbs2zZvpgtv33CzLs3qElyCuQ/vRSF1+7ar4Y0r
</signedPreKeyPublic><signedPreKeySignature>u0PQg9Fm+RLBMLiM/GDH7unesmBzBZsM8+aMd+DryQOsmfwFEwkjsk3aSKYv2vMZSD6LJA/C1SzT
GDG/vYb/hw==
</signedPreKeySignature><identityKey>BXGnhJnKZafe5Io/7Jn/lfZsyXCKEsyzgVEDOLeBm5MH
</identityKey><prekeys><preKeyPublic preKeyId="5">BcBbvBzQyZVl0QNzRYf2KJ2g4CB6uSi9N+HNGsnsmO4N
</preKeyPublic><preKeyPublic preKeyId="20">BV5iFi3drQ6IKAPBazRMYJgzp6QlrK1Afm9MNmct/mkM
</preKeyPublic><preKeyPublic preKeyId="23">BZSCBG7GXD/JSCPCAI3PaOfb61ZYxGK9/BgbwIrkjMFr
</preKeyPublic><preKeyPublic preKeyId="98">BWqzcIEb8j9u8niuBUmG3Qx8oHjppBgClfx9C33ybhsT
</preKeyPublic><preKeyPublic preKeyId="18">Bct3LL81zDOIWu6xte+rgAWYtBHrlIlEc02bd0nusm9L
</preKeyPublic><preKeyPublic preKeyId="40">BYIlKqK3gLo3ReLInglki5z+oYM46X5HEXOVx1JJDQkX
</preKeyPublic><preKeyPublic preKeyId="24">BdGcQR7UIpNt3LMtebv0nkmT4g6uONJiQODGs9ISvR5F
</preKeyPublic><preKeyPublic preKeyId="53">BYmHQBF03jFdggiAU72FMVhlwxqXJLb6IlvtWl2ihkAi
</preKeyPublic><preKeyPublic preKeyId="29">BY1//ImLkynRQMgC3CJy2EuLnZ0oTTib9f/Z6bwgeG8Y
</preKeyPublic><preKeyPublic preKeyId="44">BdpaxdfPfYyZ68UG3/Emi2SDo4ltHlkgRA1uHFeCSJB3
</preKeyPublic><preKeyPublic preKeyId="11">BQq1K8BIaZeqq6MBGZ/Q+JKaki+t7rLpzjs7V+jttRlE
</preKeyPublic><preKeyPublic preKeyId="17">BX5+AA6qLl2TNwcZ7mVdGUsQUXgyzfjvyXJCSPh9acdT
</preKeyPublic><preKeyPublic preKeyId="67">BRGLP8/RBEpgh56/NP7FmddqLilbM21eHSbYNFCJtK0s
</preKeyPublic><preKeyPublic preKeyId="3">Bd6yjvd26dzxi72Tw84HiovnnOntK7O7BVGBnImnZZtW
</preKeyPublic><preKeyPublic preKeyId="31">BQ8TLobPR+rdKR4jKnUet64V80ZZAKKFujpAC2f/mzcC
</preKeyPublic><preKeyPublic preKeyId="94">BVZS0lcdL+h+ehlV+uQkzDpDJ9HrxPTfHbH1KRBcQThN
</preKeyPublic><preKeyPublic preKeyId="35">BeRRcBRytBYJNe9uFbPTWmhaPPSiA6GyYJ1xu9FmOO4+
</preKeyPublic><preKeyPublic preKeyId="15">BSb7IOVV5mjbed8IKroX9UFZ0dIfqsEUZiyZxd3/VyxH
</preKeyPublic><preKeyPublic preKeyId="38">BQxjCDGg1BJaGHJCE7xtVNUA/XNSg+kqf5puHAfW8g0j
</preKeyPublic><preKeyPublic preKeyId="83">BaE4TrbIWR/Z+rA1mxKaQJvASQYK9WlzogUyM8gInot1
</preKeyPublic><preKeyPublic preKeyId="56">BbORKJB37JbxFkiHhOpQ9D4euYgPZLWKlPnDTQv/e8EX
</preKeyPublic><preKeyPublic preKeyId="36">BRYos20rMtP1VNarMchFZHlt9sRPC0J8EoosPHBgn3V5
</preKeyPublic><preKeyPublic preKeyId="47">BTuMuiK7xdsPWR6l69wAmLBqX5y+Hj1G4IfzYuXd8p5Z
</preKeyPublic><preKeyPublic preKeyId="73">BVj8sitsMDQOTJx1ikkgbjFg3UgBuxBNxfEojoCpuRp9
</preKeyPublic><preKeyPublic preKeyId="32">BYrxB4IQMkLXjXDES8HHvr4GaWkDTQc8v/ZGWLS87OgE
</preKeyPublic><preKeyPublic preKeyId="52">BdiffEHKq2wJagIKSoamoiJ0VfB+FcT6pVwsYhcRdbwh
</preKeyPublic><preKeyPublic preKeyId="77">BZ2/Zz2+9zC54u5Tk3hFRdJsyOk75hVoQucq3XK16+cM
</preKeyPublic><preKeyPublic preKeyId="26">BY6BZWr5w5lxzocyPr4DYusQkQur2RUfmosuKWQEI4hw
</preKeyPublic><preKeyPublic preKeyId="14">BRWHRl1sVSIATYH0WgYOasKrIO5HH5JbF4oSKALKrOAL
</preKeyPublic><preKeyPublic preKeyId="59">BYpA6APunbfseiiqeQpuALOXKcelp85c7XkbcFbYwzVz
</preKeyPublic><preKeyPublic preKeyId="41">BU/+5D7xxV3R4tYZVTKbGb8uwmzSoX3Sufa4/lnq8HEh
</preKeyPublic><preKeyPublic preKeyId="72">BYNcqQuIKsL3ytPUDHoa8SJG9y7vidVogPyr7cU8d6h/
</preKeyPublic><preKeyPublic preKeyId="6">BdB4AGK/83mmyGn2we9tOrx/uggTI8DvkxYke9z0qXc8
</preKeyPublic><preKeyPublic preKeyId="48">BSFYb/OmyUCSvf511tt0VNpiKANi0N2oY2DdIhZoJzUV
</preKeyPublic><preKeyPublic preKeyId="91">BUQiPVhgsx/yF+c4exdE3mDzEdffLkDy1MOufTYWJvUY
</preKeyPublic><preKeyPublic preKeyId="99">BbLOQjHfq9Me/tkTn8flnOiQ28UvkZx72SVnTRyxjfgC
</preKeyPublic><preKeyPublic preKeyId="68">BXg0xOJAq5PgcKdnsVHE/Q/X36aGOwuNRh7jE2afa9ZX
</preKeyPublic><preKeyPublic preKeyId="34">BdXgraGsOcPYvsQ72HW8k4RNe3Rb7TBIubhMnDQdNR5T
</preKeyPublic><preKeyPublic preKeyId="110">BcyOnCbW8PFX5SDFcVx7BTxr802F9PxyQoVpX12YTzYt
</preKeyPublic><preKeyPublic preKeyId="90">BaqfNEWgRGL5rg8Bq2SDyA56jxxB4DoFqAvcjpYh6HBQ
</preKeyPublic><preKeyPublic preKeyId="103">BXHOnPSZcSnXIECPt2D9X+xNyThYVeWMoqF9zgTCgs1L
</preKeyPublic><preKeyPublic preKeyId="84">BeJBL9Ho4w29+LRjvOoczid17L7dhSbxYYYLjV0VJZFA
</preKeyPublic><preKeyPublic preKeyId="64">BSBnxx854ZaShGoCDR+CVTKMmLFmlar1gTH6DA9AcqEa
</preKeyPublic><preKeyPublic preKeyId="25">BWAmutXtCKN800It5wqbILB/sAQZ9Auk/eOkn2Nq0gMU
</preKeyPublic><preKeyPublic preKeyId="87">BbTPrsimvTHWxhZlq6Q/arfRAcixOq3L73ubibFDNmtR
</preKeyPublic><preKeyPublic preKeyId="1">BSaD8BGaPAQE9GLL4strWpCGbMZn5MQyE2Fytbh1Osp7
</preKeyPublic><preKeyPublic preKeyId="8">Bbjn5D9ejHtXFWumUmv1LQEVQkF04+eFydmgeQoxGn0a
</preKeyPublic><preKeyPublic preKeyId="93">BYGNa7uNQNLBW97v1iHzWV7fisqcvHA9Tn6J4lat+Ag+
</preKeyPublic><preKeyPublic preKeyId="97">BWnQkXHAwJ/L1GmpNPuATd7kAUn/VhFcTX1QV+2GHYYO
</preKeyPublic><preKeyPublic preKeyId="51">BQ+ScapWhXyZJU12/yJ+ieTTrs5RTyTbAoMeK0OQ+tAA
</preKeyPublic><preKeyPublic preKeyId="82">Bf0zfyQeEEJf5iUYtO6DUMp31bWws+mkOSg96dg7J3hh
</preKeyPublic><preKeyPublic preKeyId="74">BVPlgfoiBj1QYKgLjXCRHOMRMHU2dcF7C+08SeC1x9td
</preKeyPublic><preKeyPublic preKeyId="102">BYQfIqDD57AGR6KFU/xWRKD2F30LBSc78Chd5wIzUcFS
</preKeyPublic><preKeyPublic preKeyId="2">BRZpZufk/RHQCNIvamB0z5chxtO4pWFOWEnCWWFzR+4h
</preKeyPublic><preKeyPublic preKeyId="75">BadIQBmglZsTSu3SM8RwptFITabxHTiONGpWAI3yIpxR
</preKeyPublic><preKeyPublic preKeyId="111">BZqZDtjXhkA3SE2JF//pW9M5nkTFGx03B6doXE9GEOgz
</preKeyPublic><preKeyPublic preKeyId="60">Bb2uYKUw6calBg2xTsMxaneA8veIoc4vZCS8mnqefrB/
</preKeyPublic><preKeyPublic preKeyId="69">BfgkVhJyvwTWULpmbtjgb4RgZiVisXinljHHNvtJnK8G
</preKeyPublic><preKeyPublic preKeyId="57">BWaTjcNHPIaMeCdtkECeKjynKIMPb+1rp+fcRENFZola
</preKeyPublic><preKeyPublic preKeyId="86">BQNNEoZob9KIbZGJFw3w7G47C68nBK/vtDUqfNA1U85p
</preKeyPublic><preKeyPublic preKeyId="71">BWvfI+G2YcyAXAAfxOWP1HZNxWgjIR+HTP349ME6AKdC
</preKeyPublic><preKeyPublic preKeyId="10">BZlwrazg6kpZIYRagfbrWEd2Dj+LWTe7IV/9p37lXpdq
</preKeyPublic><preKeyPublic preKeyId="65">BfQqQBEVpss33udEJh9QBfypDKyKivuwwcRsqrnBuF1K
</preKeyPublic><preKeyPublic preKeyId="100">BYHDxFqvYQBOea6T2q4CKVGbZi0LTiqZ1qsLYJHrVpAJ
</preKeyPublic><preKeyPublic preKeyId="16">BWW518ipQtkNZfLjPm9n4WwN0b5QJZM0wm0q9amZU9sR
</preKeyPublic><preKeyPublic preKeyId="43">BYwynss4LPBHuQEtYscNLr9LthL68iUR8Ok2f3A467kN
</preKeyPublic><preKeyPublic preKeyId="112">BVAEvUtRszE6FfqfKo/3ySyyq0lJcJJty8b6n3JZK5Up
</preKeyPublic><preKeyPublic preKeyId="62">BcERXmawiLeP619SDiixC5l6Wj0lDJsH38BSOOsamd40
</preKeyPublic><preKeyPublic preKeyId="45">BVMByf4iAYOc/qG3Sn05vctkglaUZxLEHVDsU0P7wk5H
</preKeyPublic><preKeyPublic preKeyId="12">BVVx0I7oVMbs1h98yYpN2hoVxCexj3DCn401Xz6jLMMj
</preKeyPublic><preKeyPublic preKeyId="92">BXbaHwCsA9yWYkJddFGanHG8rNJMH2auIa67ikg4/B4N
</preKeyPublic><preKeyPublic preKeyId="109">BY0GkqjHsr9Dr8d6B1PJI0D06DCD2ReQfutXE6jqilF7
</preKeyPublic><preKeyPublic preKeyId="30">BXHIknAgOpN0KeQPkL8Leqsl9RAodovQ2QrlJVT78aM0
</preKeyPublic><preKeyPublic preKeyId="76">BdNTJZUh+AS8pDIR33f9Jm3r8gVT2SbqNfrLIASVV2MN
</preKeyPublic><preKeyPublic preKeyId="33">Ba3PtCkYTfPPe++QwmkQ5ugAF8B+92cyIeKyaywr3Kw8
</preKeyPublic><preKeyPublic preKeyId="58">BWATMENoiHBfooPYf98ePkkQOHOATDcCSW35iD84EZkT
</preKeyPublic><preKeyPublic preKeyId="7">BesYpNmio5oaHUVGshKctc2KzPhsTQkNF57Vd/nHoxkm
</preKeyPublic><preKeyPublic preKeyId="63">BbLvvCLPWLzMezn+IWeEh061UmQnDI9fst5g70Ci4t4e
</preKeyPublic><preKeyPublic preKeyId="22">BUAXMr6AuYNiHhypWJ6aiOhsJx7lMe18WB283mmF4GRp
</preKeyPublic><preKeyPublic preKeyId="27">BWECupesuaPLpK6p+crNMwXbDxuU/dd72286e2YIQEAI
</preKeyPublic><preKeyPublic preKeyId="70">BeQg80YMHvjYAHlkDg+/hbtvrfQ9iTwvZWoLdL0NzCN7
</preKeyPublic><preKeyPublic preKeyId="95">BaV+A4oPFBs0Kgf6pgCX/oOAmXlxybkZSUIlz7MVIoMX
</preKeyPublic><preKeyPublic preKeyId="79">BaFPz8WWTGZOO5qRzYq1CQfVmSXk7lxzpaGivSjgP6Vz
</preKeyPublic><preKeyPublic preKeyId="50">BTVjljl42RdFO+lhKiCsjM2mmCuisp9sZsd/DDgjSW1p
</preKeyPublic><preKeyPublic preKeyId="37">BZyRUW74JwCIzssMrUht6+MvxLpwD3wzD8x3q9rLpup0
</preKeyPublic><preKeyPublic preKeyId="19">BR6nO+j0aQnfnVGzgm3gOWxQaq0tU+05A3+WC2L+R7Fl
</preKeyPublic><preKeyPublic preKeyId="4">Ba2xAk4EmVgUXxTMQFHQh3r2H4xaMNCETmQ/USVzaS5d
</preKeyPublic><preKeyPublic preKeyId="54">BVgPCpVUz3RRzNAj26/srcYKtUtjteMCOTVgMnb/4IcS
</preKeyPublic><preKeyPublic preKeyId="96">BfgpiZMbN4+PG8JPwj7LsT0nJaeqF8Bini4A6CK5a1gA
</preKeyPublic><preKeyPublic preKeyId="101">BdRpEn03Qxi0VrfWaucI7VKHBJiMB1U1ukJM1qlRQFd2
</preKeyPublic><preKeyPublic preKeyId="85">BQ3sxX5ZNegFXE17d2DAkCLh1pPBxa3aVTGI/8O2N0pL
</preKeyPublic><preKeyPublic preKeyId="49">BRkGoA2Z4sQSKCXGbQ8C8iLc60VgR2P5oRRJQ4yeICl/
</preKeyPublic><preKeyPublic preKeyId="55">BaccdZOqrMfrxtmVFa+uGuIUPgTW7WF82Br/8kJIkat/
</preKeyPublic><preKeyPublic preKeyId="42">BfmyVM+EPV2HQXTNRe5jE27HRTEIP+oniFqb8dYfE9lz
</preKeyPublic><preKeyPublic preKeyId="104">BZu+F6DKw8Hgb1AhUaICnmKZSUuJhHXBnfe9TCyNCuMI
</preKeyPublic><preKeyPublic preKeyId="13">BYW6uQo7ZYRwtTcEDkSabFL8a22jbQa2MeZyBjcCxJ50
</preKeyPublic><preKeyPublic preKeyId="81">BV7ipQ5ut2lKfHZGrkv8EzkP2JQhJts8Dl3o0sVS8YF4
</preKeyPublic><preKeyPublic preKeyId="78">BVIorpBceZLSk6ccujrBvh54oF8YgugTmlUiM2yfLFsj
</preKeyPublic><preKeyPublic preKeyId="39">BUC7o/6EnpWcr7PQzH9IhGom2T0b8aPXaOK2u9KyOxxh
</preKeyPublic><preKeyPublic preKeyId="61">BdedpGBFtVPjdwHpZ8Mi4jD9SK4cOUEhMOGJDgavt+Nq
</preKeyPublic></prekeys></bundle></item></items></pubsub></iq></body>  converse.js:63360:9
 2018-10-24T12:36:49+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:49+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: request id 29.0 posting   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: request id 29.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: <body rid="1816244364" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 875ms]
 2018-10-24T12:36:49+08:00 DEBUG: request id 29.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: request id 29.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: request id 29.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: request id 29 should now be removed   converse.js:63360:9
 2018-10-24T12:36:49+08:00 DEBUG: request id 29.1 got 200   converse.js:63360:9
 2018-10-24T12:36:49+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:49+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="468570e3-a078-4007-95c7-624528a0380d:sendIQ"><pubsub xmlns="http://jabber.org/protocol/pubsub"><items node="eu.siacs.conversations.axolotl.bundles:2029"><item id="60455884D7AF1"><bundle xmlns="eu.siacs.conversations.axolotl"><signedPreKeyPublic signedPreKeyId="0">BW+l37nV3ZWE00KcusKMel15jAW7/m3bWCtMUVKw8s0H</signedPreKeyPublic><signedPreKeySignature>8oXDFIOzdJqZR2sMixOgKXbyTf4WEDOyOG2uglLQYwHUucUgNBe1AwtrmEYkC4hHgwmW7KgXioXvuqLWez9LAg==</signedPreKeySignature><identityKey>BQoiaflIK/GbUM5E25bZC9YZnUHE+7oj4wqQg293jaFZ</identityKey><prekeys><preKeyPublic preKeyId="0">BV14gTFcAJGAFsyjTKHusczbsamasId8IbdHZM1tDjwp</preKeyPublic><preKeyPublic preKeyId="1">BanTJ2TE4xA1J6cTkIYfzb2PRqcIn12JASt3lSX+v4w3</preKeyPublic><preKeyPublic preKeyId="2">BVd/K9bz/hBX2sDLIXL0v8DVZ9IH[…]  converse.js:63360:9
 2018-10-24T12:36:50+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:50+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:50+08:00 DEBUG: request id 30.0 posting   converse.js:63360:9
 2018-10-24T12:36:50+08:00 DEBUG: request id 30.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:50+08:00 DEBUG: <body rid="1816244365" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 7906ms]
 ERROR: ["./src/utils/core.js"]/</u.arrayBufferToBase64@https://cdn.conversejs.org/dist/converse.js:82368:17
saveIdentity@https://cdn.conversejs.org/dist/converse.js:73063:29
SessionCipher.prototype.encrypt/</</</</<@https://cdn.conversejs.org/3rdparty/libsignal-protocol.js:36102:30
tryCatch@https://cdn.conversejs.org/dist/converse.js:6719:12
invokeCallback@https://cdn.conversejs.org/dist/converse.js:6734:13
publish@https://cdn.conversejs.org/dist/converse.js:6708:7
flush@https://cdn.conversejs.org/dist/converse.js:6438:5
  converse.js:63351:7
TypeError: invalid arguments  converse.js:82368:17
 2018-10-24T12:36:58+08:00 DEBUG: request id 30.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 30.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 30.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 30 should now be removed   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 30.1 got 200   converse.js:63360:9
 2018-10-24T12:36:58+08:00 INFO: _dataRecv called   converse.js:63362:9
" 2018-10-24T12:36:58+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@riotcat.org/Conversations.9ON7" id="b65824f0-94f3-4219-9a41-2ede0df5b678" type="chat"><archived xmlns="urn:xmpp:mam:tmp" by="luweitest@conversations.im" id="1540355778778046"/><stanza-id xmlns="urn:xmpp:sid:0" by="luweitest@conversations.im" id="1540355778778046"/><encrypted xmlns="eu.siacs.conversations.axolotl"><header sid="1653313615"><key rid="2029" prekey="true">MwhUEiEFdPm3pMYsldPslW1TXiM70lgDdnaN9O+db0TL/IgjOhIaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBc54xhy3bwikZPF8rN69JvZM065zuHRXCCsupQ+MoCQ4EAoYACIwd6Xo09wh9yCrjYuiUXZtWaAcdv9dCh4IjLUyKTlOUM4l2OYX+SsYxP+M+jYcL9u7vReUumm9nfQoz6CulAYwAA==</key><key rid="5085" prekey="true">MwgxEiEFdCB+N2hQcwqnblPmJDRHO5mK+TlpprZ/9r+taRMrJBcaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBZnhPWSskZ1HZoVtwOZ54+iGWvCf0m2wa8XpYh3Q09MsEAIYACIwwGZK+H5p2mViJ+UTjx5TXexG8QNByfdW4n3LP+vpcNNTJFF9XU78QIjM+x9p9Mk6BHTANfSj0P0oz6CulAYwAA==</key><key rid="361195754">MwohBc8VcgkGqKyD1dbG5b/GaQlnu1khsDH7Lj9nJHEgXbMWEAgYASIwNHlOfDdK6dMlg8hd9wZ9ETTaQGx5R86TZiQLObM6pS5QFnxGxlit98uD7vYAm8R9DdL19nKRAks=</key><key rid="770829406">MwohBW2z75bWeynHH71ianVNBGtMTqtySIbL8Ibkz71u/ZM1EAgYASIwOnHM3V81gFSuyNTcwuufaLZ0+gQQKeuKqneQ0UqYmz/LXBHt6x1gyxG6xcQomXMGN4cQolJj6Vc=</key><key rid="1218222966" prekey="true">MwiqstQEEiEF2XC4pKcGs8fJPtgv367RdxmgdfrIERW/8yLqAVbPxlsaIQVKMk0q9YK5tDU2LsFgyX2ij+ZyjIbWe+U/PLbE8oryCCJiMwohBQCfgpVzt3S6Xoq62SdENzhGEYIZVuojeucDcLnqqWdeEAkYACIwoDNuMD6nbZ7wG7rmoBExWmeGiCpJ9pA49Nn7ogebUO1FIrZzX+cuyLAEBFVCfG1+1O4lrNf3HOEoz6CulAYw40U=</key><iv>RZic8cVj9t+zlCXNOd4r7Q==</iv></header><payload>HA==</payload></encrypted><request xmlns="urn:xmpp:receipts"/><markable xmlns="urn:xmpp:chat-markers:0"/><origin-id xmlns="urn:xmpp:sid:0" id="b65824f0-94f3-4219-9a41-2ede0df5b678"/><store xmlns="urn:xmpp:hints"/><encryption xmlns="urn:xmpp:eme:0" namespace="eu.siacs.conversations.axolotl" name="OMEMO"/><body>I sent you an OMEMO encrypted message but your client doesn’t seem to support that. Find more information on https://conversations.im/omemo</body></message></body>"  converse.js:63360:9
Duplicate PreKeyMessage for session  libsignal-protocol.js:35868:11
 2018-10-24T12:36:58+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:36:58+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 31.0 posting   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 31.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: <body rid="1816244366" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 547ms]
 2018-10-24T12:36:58+08:00 WARNING: No missing prekeys to generate for our own device   converse.js:63354:9
 2018-10-24T12:36:58+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 32.0 posting   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: request id 32.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:36:58+08:00 DEBUG: <body rid="1816244367" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><iq from="luweitest@conversations.im" type="set" id="26f1cd90-f2dd-4ac7-9406-79fe10b76543:sendIQ"><pubsub><publish node="eu.siacs.conversations.axolotl.bundles:5085"><item><bundle><signedPreKeyPublic signedPreKeyId="0">BTG15J9PbFE+ZLveypAuyxnsVrIcrdBlkWsB4e9CywkT</signedPreKeyPublic><signedPreKeySignature>z9dq5/T0u4TonSkDkePOTI3z68s8nP57y/N/xtcHdfnwU4uqT8yBYMk4ASFkaQ4cTdw3U4y9bS0Wes4x67clhg==</signedPreKeySignature><identityKey>BUBukbxwsA7rZ98NlMRKUO4u2qJGnLt4BXRTrdyUyap5</identityKey><prekeys><preKeyPublic preKeyId="0">BbUqOdhmj1ek4ZZIklLSx+TYaz1qPSTR99gM3r9qtUkh</preKeyPublic><preKeyPublic preKeyId="1">BZW/8AwbkNkHbGo6Lq1SMXVL93EEj+jLUF4aQa5sj9Mc</preKeyPublic><preKeyPublic preKeyId="2">BdpRaO6MSo6uQEbzrgC7lNfm6s5Te3wiPUkROvfRp3VN</preKeyPublic><preKeyPublic preKeyId="3">Be5bK0sQDeRjKpwNuvt9rVzi6FhcA3QZ3wG2358RvOpt</preKeyPublic><preKeyPublic preKeyId="4">Bawu17OGaLk0M9HENBGvsvrE2DH0SD2Z4m9A+ier3JR0</preKeyPublic><preKeyPublic preKeyId="5">BZ8zigmlOU+D4mDyYL2QtK7art2CQ19t/oS37wr4cQYc</preKeyPublic><preKeyPublic preKeyId="6">BXRLQhIYDoj9yNUpP/IevsqB9nmtLPjf6gsrKXMGLBYf</preKeyPublic><preKeyPublic preKeyId="7">BUG94b4QAu4gS8JXhM5kABk92rmCXIb0seu+SjdonDJH</preKeyPublic><preKeyPublic preKeyId="8">Be2fbJH8P36Nw2x66S90rnoOm99PaTevrunEs+NfLOA6</preKeyPublic><preKeyPublic preKeyId="9">BSlXiVorua5c5pvBdFmy+oiBGies1anA3sHgC8uur+VU</preKeyPublic><preKeyPublic preKeyId="10">BVtCfywX3MfP/lFUjqNBC/o7N7+uS78k81+sAonLZikf</preKeyPublic><preKeyPublic preKeyId="11">BRCK0Q/GwJnOMldbam056G5CjxzynVeUJjFzf6aSP1cx</preKeyPublic><preKeyPublic preKeyId="12">BWfplely7FRO+L9MZDjEoFDTwM+xuMz0LdFgYo4d1BsV</preKeyPublic><preKeyPublic preKeyId="13">BXPd09AUfAiSjBbsqzNeShRsf1PJ0Ar/BPCea+rrIuZ5</preKeyPublic><preKeyPublic preKeyId="14">BQLkG4zfcyzlSOxaic78ds6S6PasdFRzT0TunKZiFrJh</preKeyPublic><preKeyPublic preKeyId="15">BV2RTFkhAcR3gWpSyOZu+jrhkWlbS5Idj9wnvlbX/esM</preKeyPublic><preKeyPublic preKeyId="16">BfuGMtY87bEgWa7vMFkTWj/axgGISLKOb8SVzYIUatx1</preKeyPublic><preKeyPublic preKeyId="17">BVqtQvzFcWptGjSxME4Lfl0iD6Ys0++r1XPgy7LaxiJD</preKeyPublic><preKeyPublic preKeyId="18">BS9e7VdNSaMuPdvP24ra6Wb9mFTbNTz2AfZ4pIeyqtk2</preKeyPublic><preKeyPublic preKeyId="19">BUCzABApjYzLXguPbs/OTO/FgaBaRn+Hn3ZOGtNeVWN9</preKeyPublic><preKeyPublic preKeyId="20">Bd5rykF/hKsOUA2k/ac4D6L9GtsqAU7ac9fY5UUj9WZu</preKeyPublic><preKeyPublic preKeyId="21">Bcn58JFC93QCsCDm9TWog/wMCEtZ0jo/HP6sEkVggL8N</preKeyPublic><preKeyPublic preKeyId="22">BUkFKrgQ9GneS50h/CK09ScgSdYZ3ksGIvk5Vvj/ratd</preKeyPublic><preKeyPublic preKeyId="23">BWS1DdTvbbqSkrS6EVY8Hucj0BauTWvBx4Py3xZdzrdP</preKeyPublic><preKeyPublic preKeyId="24">BXdwxNPyQU/eURLb0HZtVQaleBHqdbALsOR7D2W6VyQR</preKeyPublic><preKeyPublic preKeyId="25">BXqAa6IsH8oV/eQmOgtvEK3wLIUWAnbunBVp/z9Yj/pK</preKeyPublic><preKeyPublic preKeyId="26">BQOu2THtIKeuhCXAYjDd9cWx0fkiYUDXljiyM2/8dC5+</preKeyPublic><preKeyPublic preKeyId="27">BcYha1V7TBP++6xhl05chlp7fwn/wzhKM9lj0ZrenNgd</preKeyPublic><preKeyPublic preKeyId="28">BQ75DdoDpQym3Kbabu/3Wpwax7VeiQmGzsdO6oszA0FL</preKeyPublic><preKeyPublic preKeyId="29">BZNgSgLOF9cj3B1Gc9QYogq5Y8NkNUMb9MFCt0nD8l1T</preKeyPublic><preKeyPublic preKeyId="30">BYG0YRxUlO0UaS+HYSPv9NJ7FS1+CiZ/BmUaMVdZ4Cx/</preKeyPublic><preKeyPublic preKeyId="31">BfziE4IZVVa8pOrtGXenymoIQ2eIDQt417ggJC2rXjlt</preKeyPublic><preKeyPublic preKeyId="32">BXi6K6WwKgto9kXd3I1hfGPlLzsNmSc2E5ebTHxxCkpD</preKeyPublic><preKeyPublic preKeyId="33">BQbLxRxdMHyVCMpQyixHA/r1bze+ZhbZ4O/mYnvzi7ZO</preKeyPublic><preKeyPublic preKeyId="34">BSSf5HVBhb7AFlXUri4fYwaA4OII+gwZ2zEqNCI4Ixod</preKeyPublic><preKeyPublic preKeyId="35">Bc5Lz0sX/9abxl3Lcl6KjsZtQZQXGgFhtXU/3FuIXe58</preKeyPublic><preKeyPublic preKeyId="36">BU5olxOaHqJvb1mP605JoPG3OH5P1k0fZWi41pfEr51K</preKeyPublic><preKeyPublic preKeyId="37">BdlA54CB1mYHBcPjyFLn1anbEybUGClSWlYIhll0n/d1</preKeyPublic><preKeyPublic preKeyId="38">BbCgjics8qS4OEMMQGV0AmULlcwAFsOevzktzhQh26JL</preKeyPublic><preKeyPublic preKeyId="39">BbCx06XabDJntz2G5z7fsUgsiggygTjeopreJYhByxhB</preKeyPublic><preKeyPublic preKeyId="40">BdgneOWzZ7JO3+ZVJyBkn0q8tPgx4gv5JcTZMXbeqHoY</preKeyPublic><preKeyPublic preKeyId="41">Bd3h3+L8WXNQlNaPWVZ0fNY+8v2O6ZYo31HJSaT9XHlW</preKeyPublic><preKeyPublic preKeyId="42">BRetgThnCyPuYHuGqrT1k4mv7MovprfypRaLD7Kv7RAI</preKeyPublic><preKeyPublic preKeyId="43">BXYKjpD/SiIBg8sHxIpmZdvCQTx/1ubSNFV+RnIXxvYr</preKeyPublic><preKeyPublic preKeyId="44">BZQ7qDaCaS4ADpCG0o3t5k5h+VYl1zwVSPIvgO0LrRpc</preKeyPublic><preKeyPublic preKeyId="45">BQ9ekBAlqmdbgmRRzt0lQJPg4kUilnxJbGWO7/dcmkRr</preKeyPublic><preKeyPublic preKeyId="46">BcH9ssirwSFx3mSzZ5eWAyQIq4v+looYgO+yDVlIrVIY</preKeyPublic><preKeyPublic preKeyId="47">BY4yzmr6exvfHkeI8r2Dfr10HW6aXEzGg9BlSjGcMsF8</preKeyPublic><preKeyPublic preKeyId="48">BVqXRKrj9cHFeuaxNjNi3dCcHAo6FtQAdRL2STUfcRwm</preKeyPublic><preKeyPublic preKeyId="49">Be6F8mbSSFQYwtHKsqIlNxxJoMStcrpS4Z+iEd77IXA9</preKeyPublic><preKeyPublic preKeyId="50">BZ0u4psWqVxYo2QYiYPQF71emu5o5Cp6kjzPeuoVA6oq</preKeyPublic><preKeyPublic preKeyId="51">BT4tuBwCe68NCA/FH/0k7Lqb5JumgRGlijisYcuHd348</preKeyPublic><preKeyPublic preKeyId="52">BUrmj/WBGevzVSzY1LC6ekvSOqAHVhjNiKGEGeZAP+Qc</preKeyPublic><preKeyPublic preKeyId="53">Bc3qMhFGEL9LFrFXFIZnv2eJkieMy1FtwIH01SjV4MV1</preKeyPublic><preKeyPublic preKeyId="54">BUMrFfneECXHUluKyb3DM3xwwvffFEsHbQbW4hPW3PZX</preKeyPublic><preKeyPublic preKeyId="55">BQKPLhK0UA3eu0TIYsjMyZb6TB1HyoIn1yaorouIzYJQ</preKeyPublic><preKeyPublic preKeyId="56">BWawFBKa2neE7P0O1suTam+ioh6nMNEVdw5G3LRKg0o6</preKeyPublic><preKeyPublic preKeyId="57">BeRxSuwl4oNj8wYtcn4TYZvQ79kXAr6RWFAiwdMZZqR5</preKeyPublic><preKeyPublic preKeyId="58">Bf6wNFhmayoIK+snRjb1hA0If1BThRIwuYelAr2qsFEB</preKeyPublic><preKeyPublic preKeyId="59">BTdRcIvq5/8+0DO7Kq/rpFHLiIuT/SFqrpHaRCQa2BIY</preKeyPublic><preKeyPublic preKeyId="60">BbtpL+rEDUJfPGD6erpxrxA5jhCGz/p4kcMOGI94mWIP</preKeyPublic><preKeyPublic preKeyId="61">BZ14c3HwwdhgJV5T7RORlgoQciu0lPmU0RLNtsLMjZcF</preKeyPublic><preKeyPublic preKeyId="62">BZBf56vY+BPQpUqDAWH5J3JRRTJi5cIv//blQNVTwHlZ</preKeyPublic><preKeyPublic preKeyId="63">BRW+FAo6rnrrkWp8esH3PnBNBBzY85EU6K89dR9RgB4Q</preKeyPublic><preKeyPublic preKeyId="64">BQMDdxmOH2rnPGWnS9oScUoZGClUc3Hp4nrVGybJM7E2</preKeyPublic><preKeyPublic preKeyId="65">BfoRqir9Oq7D9jMtEmaERUFnkryjPEW18OFHgDe70HZp</preKeyPublic><preKeyPublic preKeyId="66">BaLozD8Mal1SZifQRmNhfsUSjaJs3gJBprTkc8gI8Zhe</preKeyPublic><preKeyPublic preKeyId="67">BcOPD3MYxbZwVPoxdgObxs3ba3wMNfk5mnIgjP2lRegg</preKeyPublic><preKeyPublic preKeyId="68">BUGv7uibo0uqbT4rTtGpCLW6RckfyRoq1TiW7CcoyIc2</preKeyPublic><preKeyPublic preKeyId="69">BV61gmomqr+YX9TpU3dvbHD7O6qATyx4Y7iyMwnt3Xpp</preKeyPublic><preKeyPublic preKeyId="70">BVM/XUZDbjtZJi0weAkys1k3nybNSWOS9fZqTOFH8mR7</preKeyPublic><preKeyPublic preKeyId="71">BS0N4Z2PWcHFMjTY/GPZk6bpnrrOInnyDHRvsYSLvctk</preKeyPublic><preKeyPublic preKeyId="72">BeEbBsC0qzWObxlxjjWM2Jk/xaJGwQazgD8zBG8jzvo2</preKeyPublic><preKeyPublic preKeyId="73">BaZxECeqvVsSJ1ivjnZXRhoKkYgVsJfosOgK6ex8KqNF</preKeyPublic><preKeyPublic preKeyId="74">BdpFsL2Y06mItej66SAEnA83kDa699VrIRktTEKLl8s0</preKeyPublic><preKeyPublic preKeyId="75">BZtI7ocnCQGpxc1TorppNYxCaOZOM7EjSFoGrFFvWwMz</preKeyPublic><preKeyPublic preKeyId="76">BYhl0wH4l1Ia6H5ot0UiupoyvtQ1PG76zO4a7hlD+gQF</preKeyPublic><preKeyPublic preKeyId="77">BaTYAiAeBaIWzUKvj7vaFidFFyoqw3wam66z+tZ/YN8t</preKeyPublic><preKeyPublic preKeyId="78">Bd2Gv92TN1Wx+s02d/dPmTT7ULlxqR2vSTMXJbDxFhgc</preKeyPublic><preKeyPublic preKeyId="79">BWY2O8r+HCltLS9q5Ex6dsLUFrHKMsS71SvgBkqdy2dw</preKeyPublic><preKeyPublic preKeyId="80">BQXLNWXlTqIfDSRb5Kolx/iu2riYgcwPpN0a/x/jONpJ</preKeyPublic><preKeyPublic preKeyId="81">BWvlrPWEmYzEth1/o43i3GaDBW0xkcAV1A+aSzWW7V5f</preKeyPublic><preKeyPublic preKeyId="82">BRESYam86Vl6BCff4qNuk5Rz0Z0JZN+4B+9aTDDzrBkQ</preKeyPublic><preKeyPublic preKeyId="83">BX7Mby5GJ3UQFk/6FUm4OJIoyV5b9QcK3YKL+HnYJz5k</preKeyPublic><preKeyPublic preKeyId="84">BT29/evFc4vJGuyV1VYrn0uzr1aD/qi9fi/SPmyrsXsv</preKeyPublic><preKeyPublic preKeyId="85">BSXg1HWkAiuiG45kxZabU4VwmIilUvOw75T3xQxQSK9Z</preKeyPublic><preKeyPublic preKeyId="86">BWq1ILKtJ6toqYCa83Xb5OJroxV1E632OTsQuzCViWkA</preKeyPublic><preKeyPublic preKeyId="87">Ba5LgUA7pit8h5fJYWvzf1G8Ilz1VsOoUrPEFNwGLm0b</preKeyPublic><preKeyPublic preKeyId="88">BThM0Q0sp4YJjoUzY7RwWbc5XCnUsJAzKCW2pOaQ2lZa</preKeyPublic><preKeyPublic preKeyId="89">Bbne7OFIM2g7gekG6TpokfPKAhAwcMMZMbKCR0wCTdwj</preKeyPublic><preKeyPublic preKeyId="90">BQtJSLTUtYSWRAcLJVmzsxxc0UPsQ6b5bUEHRQdpU6xT</preKeyPublic><preKeyPublic preKeyId="91">BdHOy1GczaXO2kUEgrihXaOvjuUDuPl9AChuep39NnE/</preKeyPublic><preKeyPublic preKeyId="92">BRTgdxcU80k/sWXracrTzSM05/B4wozk/uK5MfGIV043</preKeyPublic><preKeyPublic preKeyId="93">BXSQUE2QQERSixtdOWKw6IWVVJ7FO/WBb4WJsIyZjpFd</preKeyPublic><preKeyPublic preKeyId="94">BflhtEevO6zbHixTY/yTZufV6Djv7SOMFu5/UIGVYFRk</preKeyPublic><preKeyPublic preKeyId="95">BTVgWRkfuf2C2+PAsPvwX0Ztz9rhxu2FS2Wrzel+uYwe</preKeyPublic><preKeyPublic preKeyId="96">BSpiyWQ0euOntmdRa47OukxA37eJN2+FidXKgdg3VuZ4</preKeyPublic><preKeyPublic preKeyId="97">BQQB4krImWaDp8g6kAYFbMVa9rjB8ewkg8csGuTBXnAC</preKeyPublic><preKeyPublic preKeyId="98">BZElxCT1PX+1NhCFmhLdV/rANThOmPJ9x+pYDvb4Rax5</preKeyPublic><preKeyPublic preKeyId="99">BbxUgijpygEgp0oqgk4U17taNwat5DRjcT3xuWzyqg0w</preKeyPublic></prekeys></bundle></item></publish></pubsub></iq></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 2344ms]
 2018-10-24T12:36:59+08:00 DEBUG: request id 31.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: request id 31.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: request id 31.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: request id 31 should now be removed   converse.js:63360:9
 2018-10-24T12:36:59+08:00 DEBUG: request id 31.1 got 200   converse.js:63360:9
 2018-10-24T12:36:59+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:36:59+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 32.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 32.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 32.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 32 should now be removed   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 32.1 got 200   converse.js:63360:9
 2018-10-24T12:37:01+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:37:01+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><message xmlns="jabber:client" to="luweitest@conversations.im/converse.js-40748302" from="luweitest@conversations.im" type="headline"><event xmlns="http://jabber.org/protocol/pubsub#event"><items node="eu.siacs.conversations.axolotl.bundles:5085"><item id="60456DC37771C"><bundle xmlns="eu.siacs.conversations.axolotl"><signedPreKeyPublic signedPreKeyId="0">BTG15J9PbFE+ZLveypAuyxnsVrIcrdBlkWsB4e9CywkT</signedPreKeyPublic><signedPreKeySignature>z9dq5/T0u4TonSkDkePOTI3z68s8nP57y/N/xtcHdfnwU4uqT8yBYMk4ASFkaQ4cTdw3U4y9bS0Wes4x67clhg==</signedPreKeySignature><identityKey>BUBukbxwsA7rZ98NlMRKUO4u2qJGnLt4BXRTrdyUyap5</identityKey><prekeys><preKeyPublic preKeyId="0">BbUqOdhmj1ek4ZZIklLSx+TYaz1qPSTR99gM3r9qtUkh</preKeyPublic><preKeyPublic preKeyId="1">BZW/8AwbkNkHbGo6Lq1SMXVL93EEj+jLUF4aQa5sj9Mc</preKeyPublic><preKeyPublic preKeyId="2">BdpRaO6MSo6uQEbzrgC7lNfm6s5Te3wiPUkROvfRp3VN</preKeyPublic><preKeyPublic preKeyId="3">Be5bK0sQDeRjKpwNuvt9rVzi6FhcA3QZ3wG2358RvOpt</preKeyPublic><preKeyPublic preKeyId="4">Bawu17OGaLk0M9HENBGvsvrE2DH0SD2Z4m9A+ier3JR0</preKeyPublic><preKeyPublic preKeyId="5">BZ8zigmlOU+D4mDyYL2QtK7art2CQ19t/oS37wr4cQYc</preKeyPublic><preKeyPublic preKeyId="6">BXRLQhIYDoj9yNUpP/IevsqB9nmtLPjf6gsrKXMGLBYf</preKeyPublic><preKeyPublic preKeyId="7">BUG94b4QAu4gS8JXhM5kABk92rmCXIb0seu+SjdonDJH</preKeyPublic><preKeyPublic preKeyId="8">Be2fbJH8P36Nw2x66S90rnoOm99PaTevrunEs+NfLOA6</preKeyPublic><preKeyPublic preKeyId="9">BSlXiVorua5c5pvBdFmy+oiBGies1anA3sHgC8uur+VU</preKeyPublic><preKeyPublic preKeyId="10">BVtCfywX3MfP/lFUjqNBC/o7N7+uS78k81+sAonLZikf</preKeyPublic><preKeyPublic preKeyId="11">BRCK0Q/GwJnOMldbam056G5CjxzynVeUJjFzf6aSP1cx</preKeyPublic><preKeyPublic preKeyId="12">BWfplely7FRO+L9MZDjEoFDTwM+xuMz0LdFgYo4d1BsV</preKeyPublic><preKeyPublic preKeyId="13">BXPd09AUfAiSjBbsqzNeShRsf1PJ0Ar/BPCea+rrIuZ5</preKeyPublic><preKeyPublic preKeyId="14">BQLkG4zfcyzlSOxaic78ds6S6PasdFRzT0TunKZiFrJh</preKeyPublic><preKeyPublic preKeyId="15">BV2RTFkhAcR3gWpSyOZu+jrhkWlbS5Idj9wnvlbX/esM</preKeyPublic><preKeyPublic preKeyId="16">BfuGMtY87bEgWa7vMFkTWj/axgGISLKOb8SVzYIUatx1</preKeyPublic><preKeyPublic preKeyId="17">BVqtQvzFcWptGjSxME4Lfl0iD6Ys0++r1XPgy7LaxiJD</preKeyPublic><preKeyPublic preKeyId="18">BS9e7VdNSaMuPdvP24ra6Wb9mFTbNTz2AfZ4pIeyqtk2</preKeyPublic><preKeyPublic preKeyId="19">BUCzABApjYzLXguPbs/OTO/FgaBaRn+Hn3ZOGtNeVWN9</preKeyPublic><preKeyPublic preKeyId="20">Bd5rykF/hKsOUA2k/ac4D6L9GtsqAU7ac9fY5UUj9WZu</preKeyPublic><preKeyPublic preKeyId="21">Bcn58JFC93QCsCDm9TWog/wMCEtZ0jo/HP6sEkVggL8N</preKeyPublic><preKeyPublic preKeyId="22">BUkFKrgQ9GneS50h/CK09ScgSdYZ3ksGIvk5Vvj/ratd</preKeyPublic><preKeyPublic preKeyId="23">BWS1DdTvbbqSkrS6EVY8Hucj0BauTWvBx4Py3xZdzrdP</preKeyPublic><preKeyPublic preKeyId="24">BXdwxNPyQU/eURLb0HZtVQaleBHqdbALsOR7D2W6VyQR</preKeyPublic><preKeyPublic preKeyId="25">BXqAa6IsH8oV/eQmOgtvEK3wLIUWAnbunBVp/z9Yj/pK</preKeyPublic><preKeyPublic preKeyId="26">BQOu2THtIKeuhCXAYjDd9cWx0fkiYUDXljiyM2/8dC5+</preKeyPublic><preKeyPublic preKeyId="27">BcYha1V7TBP++6xhl05chlp7fwn/wzhKM9lj0ZrenNgd</preKeyPublic><preKeyPublic preKeyId="28">BQ75DdoDpQym3Kbabu/3Wpwax7VeiQmGzsdO6oszA0FL</preKeyPublic><preKeyPublic preKeyId="29">BZNgSgLOF9cj3B1Gc9QYogq5Y8NkNUMb9MFCt0nD8l1T</preKeyPublic><preKeyPublic preKeyId="30">BYG0YRxUlO0UaS+HYSPv9NJ7FS1+CiZ/BmUaMVdZ4Cx/</preKeyPublic><preKeyPublic preKeyId="31">BfziE4IZVVa8pOrtGXenymoIQ2eIDQt417ggJC2rXjlt</preKeyPublic><preKeyPublic preKeyId="32">BXi6K6WwKgto9kXd3I1hfGPlLzsNmSc2E5ebTHxxCkpD</preKeyPublic><preKeyPublic preKeyId="33">BQbLxRxdMHyVCMpQyixHA/r1bze+ZhbZ4O/mYnvzi7ZO</preKeyPublic><preKeyPublic preKeyId="34">BSSf5HVBhb7AFlXUri4fYwaA4OII+gwZ2zEqNCI4Ixod</preKeyPublic><preKeyPublic preKeyId="35">Bc5Lz0sX/9abxl3Lcl6KjsZtQZQXGgFhtXU/3FuIXe58</preKeyPublic><preKeyPublic preKeyId="36">BU5olxOaHqJvb1mP605JoPG3OH5P1k0fZWi41pfEr51K</preKeyPublic><preKeyPublic preKeyId="37">BdlA54CB1mYHBcPjyFLn1anbEybUGClSWlYIhll0n/d1</preKeyPublic><preKeyPublic preKeyId="38">BbCgjics8qS4OEMMQGV0AmULlcwAFsOevzktzhQh26JL</preKeyPublic><preKeyPublic preKeyId="39">BbCx06XabDJntz2G5z7fsUgsiggygTjeopreJYhByxhB</preKeyPublic><preKeyPublic preKeyId="40">BdgneOWzZ7JO3+ZVJyBkn0q8tPgx4gv5JcTZMXbeqHoY</preKeyPublic><preKeyPublic preKeyId="41">Bd3h3+L8WXNQlNaPWVZ0fNY+8v2O6ZYo31HJSaT9XHlW</preKeyPublic><preKeyPublic preKeyId="42">BRetgThnCyPuYHuGqrT1k4mv7MovprfypRaLD7Kv7RAI</preKeyPublic><preKeyPublic preKeyId="43">BXYKjpD/SiIBg8sHxIpmZdvCQTx/1ubSNFV+RnIXxvYr</preKeyPublic><preKeyPublic preKeyId="44">BZQ7qDaCaS4ADpCG0o3t5k5h+VYl1zwVSPIvgO0LrRpc</preKeyPublic><preKeyPublic preKeyId="45">BQ9ekBAlqmdbgmRRzt0lQJPg4kUilnxJbGWO7/dcmkRr</preKeyPublic><preKeyPublic preKeyId="46">BcH9ssirwSFx3mSzZ5eWAyQIq4v+looYgO+yDVlIrVIY</preKeyPublic><preKeyPublic preKeyId="47">BY4yzmr6exvfHkeI8r2Dfr10HW6aXEzGg9BlSjGcMsF8</preKeyPublic><preKeyPublic preKeyId="48">BVqXRKrj9cHFeuaxNjNi3dCcHAo6FtQAdRL2STUfcRwm</preKeyPublic><preKeyPublic preKeyId="49">Be6F8mbSSFQYwtHKsqIlNxxJoMStcrpS4Z+iEd77IXA9</preKeyPublic><preKeyPublic preKeyId="50">BZ0u4psWqVxYo2QYiYPQF71emu5o5Cp6kjzPeuoVA6oq</preKeyPublic><preKeyPublic preKeyId="51">BT4tuBwCe68NCA/FH/0k7Lqb5JumgRGlijisYcuHd348</preKeyPublic><preKeyPublic preKeyId="52">BUrmj/WBGevzVSzY1LC6ekvSOqAHVhjNiKGEGeZAP+Qc</preKeyPublic><preKeyPublic preKeyId="53">Bc3qMhFGEL9LFrFXFIZnv2eJkieMy1FtwIH01SjV4MV1</preKeyPublic><preKeyPublic preKeyId="54">BUMrFfneECXHUluKyb3DM3xwwvffFEsHbQbW4hPW3PZX</preKeyPublic><preKeyPublic preKeyId="55">BQKPLhK0UA3eu0TIYsjMyZb6TB1HyoIn1yaorouIzYJQ</preKeyPublic><preKeyPublic preKeyId="56">BWawFBKa2neE7P0O1suTam+ioh6nMNEVdw5G3LRKg0o6</preKeyPublic><preKeyPublic preKeyId="57">BeRxSuwl4oNj8wYtcn4TYZvQ79kXAr6RWFAiwdMZZqR5</preKeyPublic><preKeyPublic preKeyId="58">Bf6wNFhmayoIK+snRjb1hA0If1BThRIwuYelAr2qsFEB</preKeyPublic><preKeyPublic preKeyId="59">BTdRcIvq5/8+0DO7Kq/rpFHLiIuT/SFqrpHaRCQa2BIY</preKeyPublic><preKeyPublic preKeyId="60">BbtpL+rEDUJfPGD6erpxrxA5jhCGz/p4kcMOGI94mWIP</preKeyPublic><preKeyPublic preKeyId="61">BZ14c3HwwdhgJV5T7RORlgoQciu0lPmU0RLNtsLMjZcF</preKeyPublic><preKeyPublic preKeyId="62">BZBf56vY+BPQpUqDAWH5J3JRRTJi5cIv//blQNVTwHlZ</preKeyPublic><preKeyPublic preKeyId="63">BRW+FAo6rnrrkWp8esH3PnBNBBzY85EU6K89dR9RgB4Q</preKeyPublic><preKeyPublic preKeyId="64">BQMDdxmOH2rnPGWnS9oScUoZGClUc3Hp4nrVGybJM7E2</preKeyPublic><preKeyPublic preKeyId="65">BfoRqir9Oq7D9jMtEmaERUFnkryjPEW18OFHgDe70HZp</preKeyPublic><preKeyPublic preKeyId="66">BaLozD8Mal1SZifQRmNhfsUSjaJs3gJBprTkc8gI8Zhe</preKeyPublic><preKeyPublic preKeyId="67">BcOPD3MYxbZwVPoxdgObxs3ba3wMNfk5mnIgjP2lRegg</preKeyPublic><preKeyPublic preKeyId="68">BUGv7uibo0uqbT4rTtGpCLW6RckfyRoq1TiW7CcoyIc2</preKeyPublic><preKeyPublic preKeyId="69">BV61gmomqr+YX9TpU3dvbHD7O6qATyx4Y7iyMwnt3Xpp</preKeyPublic><preKeyPublic preKeyId="70">BVM/XUZDbjtZJi0weAkys1k3nybNSWOS9fZqTOFH8mR7</preKeyPublic><preKeyPublic preKeyId="71">BS0N4Z2PWcHFMjTY/GPZk6bpnrrOInnyDHRvsYSLvctk</preKeyPublic><preKeyPublic preKeyId="72">BeEbBsC0qzWObxlxjjWM2Jk/xaJGwQazgD8zBG8jzvo2</preKeyPublic><preKeyPublic preKeyId="73">BaZxECeqvVsSJ1ivjnZXRhoKkYgVsJfosOgK6ex8KqNF</preKeyPublic><preKeyPublic preKeyId="74">BdpFsL2Y06mItej66SAEnA83kDa699VrIRktTEKLl8s0</preKeyPublic><preKeyPublic preKeyId="75">BZtI7ocnCQGpxc1TorppNYxCaOZOM7EjSFoGrFFvWwMz</preKeyPublic><preKeyPublic preKeyId="76">BYhl0wH4l1Ia6H5ot0UiupoyvtQ1PG76zO4a7hlD+gQF</preKeyPublic><preKeyPublic preKeyId="77">BaTYAiAeBaIWzUKvj7vaFidFFyoqw3wam66z+tZ/YN8t</preKeyPublic><preKeyPublic preKeyId="78">Bd2Gv92TN1Wx+s02d/dPmTT7ULlxqR2vSTMXJbDxFhgc</preKeyPublic><preKeyPublic preKeyId="79">BWY2O8r+HCltLS9q5Ex6dsLUFrHKMsS71SvgBkqdy2dw</preKeyPublic><preKeyPublic preKeyId="80">BQXLNWXlTqIfDSRb5Kolx/iu2riYgcwPpN0a/x/jONpJ</preKeyPublic><preKeyPublic preKeyId="81">BWvlrPWEmYzEth1/o43i3GaDBW0xkcAV1A+aSzWW7V5f</preKeyPublic><preKeyPublic preKeyId="82">BRESYam86Vl6BCff4qNuk5Rz0Z0JZN+4B+9aTDDzrBkQ</preKeyPublic><preKeyPublic preKeyId="83">BX7Mby5GJ3UQFk/6FUm4OJIoyV5b9QcK3YKL+HnYJz5k</preKeyPublic><preKeyPublic preKeyId="84">BT29/evFc4vJGuyV1VYrn0uzr1aD/qi9fi/SPmyrsXsv</preKeyPublic><preKeyPublic preKeyId="85">BSXg1HWkAiuiG45kxZabU4VwmIilUvOw75T3xQxQSK9Z</preKeyPublic><preKeyPublic preKeyId="86">BWq1ILKtJ6toqYCa83Xb5OJroxV1E632OTsQuzCViWkA</preKeyPublic><preKeyPublic preKeyId="87">Ba5LgUA7pit8h5fJYWvzf1G8Ilz1VsOoUrPEFNwGLm0b</preKeyPublic><preKeyPublic preKeyId="88">BThM0Q0sp4YJjoUzY7RwWbc5XCnUsJAzKCW2pOaQ2lZa</preKeyPublic><preKeyPublic preKeyId="89">Bbne7OFIM2g7gekG6TpokfPKAhAwcMMZMbKCR0wCTdwj</preKeyPublic><preKeyPublic preKeyId="90">BQtJSLTUtYSWRAcLJVmzsxxc0UPsQ6b5bUEHRQdpU6xT</preKeyPublic><preKeyPublic preKeyId="91">BdHOy1GczaXO2kUEgrihXaOvjuUDuPl9AChuep39NnE/</preKeyPublic><preKeyPublic preKeyId="92">BRTgdxcU80k/sWXracrTzSM05/B4wozk/uK5MfGIV043</preKeyPublic><preKeyPublic preKeyId="93">BXSQUE2QQERSixtdOWKw6IWVVJ7FO/WBb4WJsIyZjpFd</preKeyPublic><preKeyPublic preKeyId="94">BflhtEevO6zbHixTY/yTZufV6Djv7SOMFu5/UIGVYFRk</preKeyPublic><preKeyPublic preKeyId="95">BTVgWRkfuf2C2+PAsPvwX0Ztz9rhxu2FS2Wrzel+uYwe</preKeyPublic><preKeyPublic preKeyId="96">BSpiyWQ0euOntmdRa47OukxA37eJN2+FidXKgdg3VuZ4</preKeyPublic><preKeyPublic preKeyId="97">BQQB4krImWaDp8g6kAYFbMVa9rjB8ewkg8csGuTBXnAC</preKeyPublic><preKeyPublic preKeyId="98">BZElxCT1PX+1NhCFmhLdV/rANThOmPJ9x+pYDvb4Rax5</preKeyPublic><preKeyPublic preKeyId="99">BbxUgijpygEgp0oqgk4U17taNwat5DRjcT3xuWzyqg0w</preKeyPublic></prekeys></bundle></item></items></event><addresses xmlns="http://jabber.org/protocol/address"><address jid="luweitest@conversations.im/converse.js-40748302" type="replyto"/></addresses></message></body>  converse.js:63360:9
 2018-10-24T12:37:01+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:37:01+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 33.0 posting   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 33.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: <body rid="1816244368" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 297ms]
 2018-10-24T12:37:01+08:00 DEBUG: request id 33.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 33.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 33.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: _throttledRequestHandler called with 0 requests   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 33 should now be removed   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 33.1 got 200   converse.js:63360:9
 2018-10-24T12:37:01+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:37:01+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"><iq xmlns="jabber:client" from="luweitest@conversations.im" xml:lang="en" to="luweitest@conversations.im/converse.js-40748302" type="result" id="26f1cd90-f2dd-4ac7-9406-79fe10b76543:sendIQ"><pubsub xmlns="http://jabber.org/protocol/pubsub"><publish node="eu.siacs.conversations.axolotl.bundles:5085"><item id="60456DC37771C"/></publish></pubsub></iq></body>  converse.js:63360:9
 2018-10-24T12:37:01+08:00 INFO: no requests during idle cycle, sending blank request   converse.js:63362:9
 2018-10-24T12:37:01+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 34.0 posting   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: request id 34.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:37:01+08:00 DEBUG: <body rid="1816244369" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"/>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ [HTTP/1.1 200 OK 14188ms]
 2018-10-24T12:37:15+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:37:15+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
Use of attributes’ nodeValue attribute is deprecated. Use value instead.  converse.js:47318:16
 2018-10-24T12:37:15+08:00 DEBUG: _throttledRequestHandler called with 2 requests   converse.js:63360:9
 2018-10-24T12:37:15+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:37:15+08:00 DEBUG: request id 35.0 posting   converse.js:63360:9
 2018-10-24T12:37:15+08:00 DEBUG: request id 35.0 state changed to 1   converse.js:63360:9
 2018-10-24T12:37:15+08:00 DEBUG: <body rid="1816244370" sid="c7e438ca1833cdae89b529d8e4e37a05e43a2588"><message to="luweitest@riotcat.org" type="chat"><composing/><no-store/><no-permanent-store/></message></body>  converse.js:63360:9
POST 
XHR 
https://conversejs.org/http-bind/ 
 2018-10-24T12:37:16+08:00 DEBUG: request id 34.1 state changed to 2   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: request id 34.1 state changed to 3   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: request id 34.1 state changed to 4   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: removing request   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: _throttledRequestHandler called with 1 requests   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: _processRequest: first request has readyState of 1   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: request id 34 should now be removed   converse.js:63360:9
 2018-10-24T12:37:16+08:00 DEBUG: request id 34.1 got 200   converse.js:63360:9
 2018-10-24T12:37:16+08:00 INFO: _dataRecv called   converse.js:63362:9
 2018-10-24T12:37:16+08:00 DEBUG: <body xmlns="http://jabber.org/protocol/httpbind"/>  converse.js:63360:9
 ERROR: ["./src/utils/core.js"]/</u.arrayBufferToBase64@https://cdn.conversejs.org/dist/converse.js:82368:17
saveIdentity@https://cdn.conversejs.org/dist/converse.js:73063:29
SessionCipher.prototype.encrypt/</</</</<@https://cdn.conversejs.org/3rdparty/libsignal-protocol.js:36102:30
tryCatch@https://cdn.conversejs.org/dist/converse.js:6719:12
invokeCallback@https://cdn.conversejs.org/dist/converse.js:6734:13
publish@https://cdn.conversejs.org/dist/converse.js:6708:7
flush@https://cdn.conversejs.org/dist/converse.js:6438:5
  converse.js:63351:7
TypeError: invalid arguments  converse.js:82368:17
jcbrand commented 2 years ago

Closing due to inactivity and because many OMEMO fixes have been made in the meantime.

@luweitest: If you're still using Converse and can still reproduce the error with the latest 9.1.0 release, you're welcome to let me know and I'll reopen this issue.

luweitest commented 2 years ago

On 2022-4-3 16:39, JC Brand wrote:

Closing due to inactivity and because many OMEMO fixes have been made in the meantime.

@luweitest https://github.com/luweitest: If you're still using Converse and can still reproduce the error with the latest 9.1.0 release, you're welcome to let me know and I'll reopen this issue.

In fact I can't use https://conversejs.org/fullscreen.html now. The page just displays cyan blank. It has been this for some time I think. I am using Serpent 52 browser (Firefox 52 fork). The error is as attachment:

-- Regards, Lu Wei IM: @.*** PGP: 0xA12FEF7592CCE1EA

luweitest commented 2 years ago

Attachments cut by github. I should open another issue I think. 2 1

jcbrand commented 2 years ago

@luweitest: What browser are you using? Looks ancient, maybe it's too old to support the latest Converse.