Skip to content

Instantly share code, notes, and snippets.

@soulfly
Last active August 29, 2015 14:17
Show Gist options
  • Save soulfly/108dc9cc5fab156a0cb7 to your computer and use it in GitHub Desktop.
Save soulfly/108dc9cc5fab156a0cb7 to your computer and use it in GitHub Desktop.
2015-03-26 12:35:15.910 Snippets[18083:690585] json parsed
2015-03-26 12:35:19.593 Snippets[18083:690618] -[QBChat loginWithUser:resource:] -> Connecting to Chat, host: chattuul.quickblox.com, user JID: [email protected]/iPhone6Plus
2015-03-26 12:35:20.667 Snippets[18083:690619] QBChat/DidConnect
2015-03-26 12:35:20.667 Snippets[18083:690619] -[QBChat xmppStreamDidConnect:] -> Trying TLS...
2015-03-26 12:35:21.852 Snippets[18083:690655] -[QBChat xmppStreamDidSecure:] -> isSecure: YES
2015-03-26 12:35:22.261 Snippets[18083:690618] QBChat/DidConnect
2015-03-26 12:35:23.338 Snippets[18083:690655] -[QBChat xmppStreamDidAuthenticate:] -> user: 1773235, supportsStartTLS: 0
2015-03-26 12:35:23.340 Snippets[18083:690585] Did login
2015-03-26 12:35:23.341 Snippets[18083:690657] -[QBChat xmppStream:didSendIQ:] -> IQ SNT: <iq type="get" id="561006823"><query xmlns="jabber:iq:roster"></query></iq>
2015-03-26 12:35:23.342 Snippets[18083:690657] -[QBChat xmppStream:didSendPresence:] -> Presence SNT: <presence></presence>
2015-03-26 12:35:23.652 Snippets[18083:690657] -[QBChat xmppStream:didReceiveIQ:] -> IQ RCV: <iq xmlns="jabber:client" id="561006823" type="result" to="[email protected]/iPhone6Plus"><query xmlns="jabber:iq:roster"></query></iq>
2015-03-26 12:35:24.099 Snippets[18083:690655] QBChat/didReceiveMessage: <message xmlns="jabber:client" type="groupchat" to="[email protected]" id="5513e0cf2810758a46d63af2" from="[email protected]/1773234"><body>Hello</body><extraParams xmlns="jabber:client"><save_to_history>1</save_to_history><attachment type="video" id="47863"></attachment><message_id>5513e0cf2810758a46d63af2</message_id><dialog_id>5513e0bd0ec2b0f081003bf9</dialog_id></extraParams><delay xmlns="urn:xmpp:delay" stamp="2015-03-26T10:34:56.693Z" from="chattuul.quickblox.com">Offline Storage - tuul-app-chat-mongo</delay></message>
2015-03-26 12:35:24.101 Snippets[18083:690585] Did receive message:
ID: 5513e0cf2810758a46d63af2
senderID: 1773234
recipientID: 1773235
datetime: 2015-03-26 10:34:56 +0000
text: Hello
customParameters: {
"dialog_id" = 5513e0bd0ec2b0f081003bf9;
"message_id" = 5513e0cf2810758a46d63af2;
"save_to_history" = 1;
}
attachments: (
"
type: video
url: (null)
ID: 47863"
)
delayed: 1
senderNick: 1773234, from roomJID [email protected]
2015-03-26 12:35:24.101 Snippets[18083:690657] QBChat/didReceiveMessage: <message xmlns="jabber:client" type="groupchat" to="[email protected]" id="5513e0d52810758a46d63af4" from="[email protected]/1773234"><body>Hello</body><extraParams xmlns="jabber:client"><save_to_history>1</save_to_history><attachment type="video" id="47863"></attachment><message_id>5513e0d52810758a46d63af4</message_id><dialog_id>5513e0bd0ec2b0f081003bf9</dialog_id></extraParams><delay xmlns="urn:xmpp:delay" stamp="2015-03-26T10:35:01.977Z" from="chattuul.quickblox.com">Offline Storage - tuul-app-chat-mongo</delay></message>
2015-03-26 12:35:24.103 Snippets[18083:690585] Did receive message:
ID: 5513e0d52810758a46d63af4
senderID: 1773234
recipientID: 1773235
datetime: 2015-03-26 10:35:01 +0000
text: Hello
customParameters: {
"dialog_id" = 5513e0bd0ec2b0f081003bf9;
"message_id" = 5513e0d52810758a46d63af4;
"save_to_history" = 1;
}
attachments: (
"
type: video
url: (null)
ID: 47863"
)
delayed: 1
senderNick: 1773234, from roomJID [email protected]
2015-03-26 12:35:24.103 Snippets[18083:690585] chatDidReceiveContactItemActivity, user: 1773235, isOnline: 1, status: (null)
2015-03-26 12:35:24.103 Snippets[18083:690657] -[QBChat xmppStream:didReceivePresence:] -> Presence RCV: <presence xmlns="jabber:client" to="[email protected]" from="[email protected]/iPhone6Plus"></presence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment