Subject: Sock5 ByteStreams (JEP0065) - Initiation of Interactions
I am attempting to add support for the following message using the "Creating your own packet types" document. I could not understand from the documentation how to add the "streamhost" element as it does not have namespace.
Thanks in advance for your advice,
Simon
Example 11. Initiation of Interaction
<iq type='set'
from='initiator@host1/foo'
to='target@host2/bar'
id='initiate'>
<query xmlns='http://jabber.org/protocol/bytestreams'
sid='mySID'
mode='tcp'>
<streamhost
jid='initiator@host1/foo'
host='192.168.4.1'
port='5086'/>
<streamhost
jid='proxy.host3'
host='24.24.24.1'
zeroconf='_jabber.bytestreams'/>
</query>
</iq>
Thanks in advance for your advice,
Simon
Example 11. Initiation of Interaction
<iq type='set'
from='initiator@host1/foo'
to='target@host2/bar'
id='initiate'>
<query xmlns='http://jabber.org/protocol/bytestreams'
sid='mySID'
mode='tcp'>
<streamhost
jid='initiator@host1/foo'
host='192.168.4.1'
port='5086'/>
<streamhost
jid='proxy.host3'
host='24.24.24.1'
zeroconf='_jabber.bytestreams'/>
</query>
</iq>