[Standards-JIG] ICE XEP - xep-0176
Peter Saint-Andre
stpeter at jabber.org
Tue Jan 9 15:23:04 CST 2007
Thiago Camargo wrote:
> On item "5. Service Discovery" I can´t see a standard way to return
> the STUN server address and port to the user. Is this incomplete or
> isnt´ it to provide a server address and port?
>
> How should be the xtanzas to provide a server address and port for
> STUN servers?
I think we wouldn't use disco for this, we'd use a special protocol
extension, like:
<iq type='get' from='juliet at capulet.lit' to='capulet.lit'>
<stun xmlns='give-me-stun'/>
</iq>
<iq type='get' from='juliet at capulet.lit' to='capulet.lit'>
<stun xmlns='give-me-stun'>
<server ip='foo' port='bar'/>
<server ip='baz' port='quux'/>
</stun>
</iq>
/psa
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 7358 bytes
Desc: S/MIME Cryptographic Signature
Url : http://mail.jabber.org/pipermail/standards/attachments/20070109/8f653430/smime.bin
More information about the Standards
mailing list