[Standards-JIG] Small Detail in XEP-0177
Thiago Rocha Camargo
thiago at jivesoftware.com
Fri Nov 3 12:04:07 CST 2006
Hello in XEP-0177 there is a small details in the example 4.
The </jingle> is duplicated.
Example 4. Responder Returns Transport-Accept
<iq from='juliet at capulet.com/balcony' to='romeo at montague.net/orchard' type='set' id='accept1'>
<jingle xmlns='http://jabber.org/protocol/jingle'
action='transport-accept'
initiator='romeo at montague.net/orchard'
sid='a73sjjvkla37jfea'>
<content name='this-is-the-audio-content'>
<transport xmlns='http://jabber.org/protocol/jingle/transport/raw-udp'>
<candidate name='myvoicedata' ip='10.1.1.104' port='13540' generation='0'/>
</transport>
</content>
* </jingle>*
</jingle>
</iq>
Should be:
<iq from='juliet at capulet.com/balcony' to='romeo at montague.net/orchard' type='set' id='accept1'>
<jingle xmlns='http://jabber.org/protocol/jingle'
action='transport-accept'
initiator='romeo at montague.net/orchard'
sid='a73sjjvkla37jfea'>
<content name='this-is-the-audio-content'>
<transport xmlns='http://jabber.org/protocol/jingle/transport/raw-udp'>
<candidate name='myvoicedata' ip='10.1.1.104' port='13540' generation='0'/>
</transport>
</content>
</jingle>
</iq>
Regards,
Thiago
More information about the Standards-JIG
mailing list