Changes between Initial Version and Version 2 of Ticket #1041
- Timestamp:
- 2014-07-14T18:07:44Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1041 – Description
initial v2 2 2 3 3 xmlconsole: 4 {{{ 4 5 <xmlconsole> TX: <?xml version='1.0' ?><stream:stream to="chat.analytemedia.com" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0"> 5 6 <xmlconsole> RX: <stream:features><starttls xmlns="urn:ietf:params:xml:ns:xmpp-tls"><required/></starttls><mechanisms xmlns="urn:ietf:params:xml:ns:xmpp-sasl"><mechanism>DIGEST-MD5</mechanism><mechanism>PLAIN</mechanism><mechanism>CRAM-MD5</mechanism></mechanisms></stream:features> … … 14 15 <xmlconsole> RX: <success xmlns="urn:ietf:params:xml:ns:xmpp-sasl">cnNwYXV0aD1hZGVjMjkyNWI2NDg4YzllMmFlMWI4YmNhZTExMTM4Nw==</success> 15 16 <xmlconsole> TX: <stream:stream to="chat.analytemedia.com" xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" version="1.0"> 17 }}} 16 18 17 19 Connection settings: 20 {{{ 18 21 <@root> auto_connect = `true' 19 22 <@root> auto_reconnect = `true' … … 38 41 <@root> away is empty 39 42 <@root> status is empty 43 }}}