Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. 4/1/2015 7:15:25 AM: CLIENT:<stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="serverdomain" version="1.0" >
  2.  
  3. 4/1/2015 7:15:28 AM: SERVER:<stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="serverdomain" id="3d6bb43" xml:lang="en" version="1.0" >
  4.  
  5. 4/1/2015 7:15:28 AM: SERVER:<stream:features xmlns:stream="http://etherx.jabber.org/streams">
  6. <starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
  7. <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  8. <mechanism>DIGEST-MD5</mechanism>
  9. <mechanism>PLAIN</mechanism>
  10. <mechanism>CRAM-MD5</mechanism>
  11. </mechanisms>
  12. <compression xmlns="http://jabber.org/features/compress">
  13. <method>zlib</method>
  14. </compression>
  15. <auth xmlns="http://jabber.org/features/iq-auth" />
  16. </stream:features>
  17.  
  18. 4/1/2015 7:15:28 AM: CLIENT:<starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
  19.  
  20. 4/1/2015 7:15:30 AM: SERVER:<proceed xmlns="urn:ietf:params:xml:ns:xmpp-tls" />
  21.  
  22. 4/1/2015 7:15:32 AM: CLIENT:<stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" to="serverdomain" version="1.0" >
  23.  
  24. 4/1/2015 7:15:33 AM: SERVER:<stream:stream xmlns:stream="http://etherx.jabber.org/streams" xmlns="jabber:client" from="serverdomain" id="3d6bb43" xml:lang="en" version="1.0" >
  25.  
  26. 4/1/2015 7:15:33 AM: SERVER:<stream:features xmlns:stream="http://etherx.jabber.org/streams">
  27. <mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  28. <mechanism>DIGEST-MD5</mechanism>
  29. <mechanism>PLAIN</mechanism>
  30. <mechanism>CRAM-MD5</mechanism>
  31. </mechanisms>
  32. <compression xmlns="http://jabber.org/features/compress">
  33. <method>zlib</method>
  34. </compression>
  35. <auth xmlns="http://jabber.org/features/iq-auth" />
  36. </stream:features>
  37.  
  38. 4/1/2015 7:15:33 AM: CLIENT:<auth mechanism="DIGEST-MD5" xmlns="urn:ietf:params:xml:ns:xmpp-sasl" />
  39.  
  40. 4/1/2015 7:15:41 AM: SERVER:<challenge xmlns="urn:ietf:params:xml:ns:xmpp-sasl">CODE REMOVED</challenge>
  41.  
  42. 4/1/2015 7:15:41 AM: CLIENT:<response xmlns="urn:ietf:params:xml:ns:xmpp-sasl">RESPONSE REMOVED</response>
  43.  
  44. 4/1/2015 7:15:41 AM: SERVER:<failure xmlns="urn:ietf:params:xml:ns:xmpp-sasl">
  45. <not-authorized />
  46. </failure>
  47.  
  48. 4/1/2015 7:15:41 AM: CLIENT:</stream:stream>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement