Ross Burton <[EMAIL PROTECTED]> writes:

> Can you run gossip in a terminal with LM_DEBUG=NET to get a protocol
> log?

[EMAIL PROTECTED]:~% LM_DEBUG=NET gossip
Going to connect to jabber.org
Trying 208.245.212.98 port 5222...

SEND:
-----------------------------------
<?xml version='1.0' encoding='UTF-8'?>
-----------------------------------

SEND:
-----------------------------------
<stream:stream xmlns="jabber:client" 
xmlns:stream="http://etherx.jabber.org/streams"; to="jabber.org" id="msg_1">
-----------------------------------

RECV [153]:
-----------------------------------
'<?xml version='1.0'?><stream:stream xmlns='jabber:client' 
xmlns:stream='http://etherx.jabber.org/streams' id='588519973' 
from='jabber.org' xml:lang='en'>'
-----------------------------------

SEND:
-----------------------------------
<iq type="set" to="jabber.org" id="msg_2">  <query xmlns="jabber:iq:register">  
<username>[EMAIL PROTECTED]/foo</username>
  <password>foobar</password>
</query>
</iq>

-----------------------------------

RECV [271]:
-----------------------------------
'<iq from='jabber.org' id='msg_2' type='error'><query 
xmlns='jabber:iq:register'>  <username>[EMAIL PROTECTED]/foo</username>
  <password>foobar</password>
</query><error code='400' type='modify'><bad-request 
xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/></error></iq>'
-----------------------------------

-- 
        Falk


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to