Advertisement
Guest User

Untitled

a guest
Jul 21st, 2015
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. What I believe Slack's XMPP server sends:
  2.  
  3. <iq xmlns="jabber:client" from="testteam-mikef.xmpp.dev.slack.com" to="newxmpp@testteam-mikef.xmpp.dev.slack.com/Thunderbird" type="result" id="b4633a7d-f172-5349-9e0f-5b85ec6518c4"><zdef1647982679:bind xmlns:zdef1647982679="urn:ietf:params:xml:ns:xmpp-bind"><jid>newxmpp@testteam-mikef.xmpp.dev.slack.com/Thunderbird</jid></zdef1647982679:bind></iq>
  4.  
  5. What's printed by the Thunderbird debug log before it discoonnects:
  6.  
  7. <iq xmlns="jabber:client" from="testteam-mikef.xmpp.dev.slack.com" to="newxmpp@testteam-mikef.xmpp.dev.slack.com/Thunderbird" type="result" id="b4633a7d-f172-5349-9e0f-5b85ec6518c4">
  8. <zdef1647982679:bind xmlns="urn:ietf:params:xml:ns:xmpp-bind">
  9. <jid xmlns="jabber:client">
  10. newxmpp@testteam-mikef.xmpp.dev.slack.com/Thunderbird
  11. </jid>
  12. </zdef1647982679:bind>
  13. </iq>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement