Skip to content

Instantly share code, notes, and snippets.

@jasoncale
Created July 21, 2011 13:24
Show Gist options
  • Save jasoncale/1097166 to your computer and use it in GitHub Desktop.
Save jasoncale/1097166 to your computer and use it in GitHub Desktop.
Join IQ
<iq type="set" to="127.0.0.1" id="blather000c" from="usera@127.0.0.1/voxeo">
<dial xmlns="urn:xmpp:ozone:1" to="sip:jasoncale@iptel.org" from="sip:userb@127.0.0.1">
<join xmlns="urn:xmpp:ozone:join:1" direction="duplex" to="3ffb88a1-199a-47d3-b0c8-d0d328fb2b93" media="direct"/>
</dial>
</iq>
-----------------
D, [2011-07-21T14:17:45.587373 #85150] DEBUG -- : <iq type="set" to="127.0.0.1" id="blather000c" from="usera@127.0.0.1/voxeo">
<dial xmlns="urn:xmpp:ozone:1" to="sip:jasoncale@iptel.org" from="sip:userb@127.0.0.1">
<join xmlns="urn:xmpp:ozone:join:1" direction="duplex" to="3ffb88a1-199a-47d3-b0c8-d0d328fb2b93" media="direct"/>
</dial>
</iq>
D, [2011-07-21T14:17:45.587554 #85150] DEBUG -- : Sent command: #<Connfu::Commands::Join:0x103aa17a8>
D, [2011-07-21T14:17:45.593109 #85150] DEBUG -- : Receiving iq from server
D, [2011-07-21T14:17:45.593874 #85150] DEBUG -- : <iq type="result" id="blather000c" from="127.0.0.1" to="usera@127.0.0.1/voxeo">
<ref xmlns="urn:xmpp:ozone:1" id="1a820284-9c43-4e60-a37f-f42e9a89d425"/>
</iq>
D, [2011-07-21T14:17:45.869497 #85150] DEBUG -- : Receiving presence from server
D, [2011-07-21T14:17:45.869687 #85150] DEBUG -- : <presence from="3ffb88a1-199a-47d3-b0c8-d0d328fb2b93@127.0.0.1" to="usera@127.0.0.1/voxeo">
<end xmlns="urn:xmpp:ozone:1">
<error/>
</end>
</presence>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment