On Thu, 2009-02-05 at 18:23 +0000, Simon McVittie wrote:
> +    <property name="STUNServer" tp:name-for-bindings="STUN_Server"
> +      type="s" access="read">
> +      <tp:added version="0.17.UNRELEASED"/>
> +      <tp:docstring>
> +        The IP address or hostname of the STUN server to use for NAT 
> traversal.
> +        <!-- Unresolved issue: should we mandate that this is an IP address? 
> -->
> +      </tp:docstring>
> +    </property>

Yes, we should.


> +    <property name="NATTraversal" tp:name-for-bindings="NAT_Traversal"
> +      type="s" access="read">
> +      <tp:added version="0.17.UNRELEASED"/>
> +      <tp:docstring xmlns="http://www.w3.org/1999/xhtml";>
> +        <p>The transport (NAT traversal technique) to be used for this
> +          stream. Well-known values include:</p>
> +
> +        <dl>
> +          <dt>none</dt>
> +          <dd>Raw UDP with no attempt made at doing NAT traversal. The
> +            stun-server property MUST be absent or empty.</dd>
> +
> +          <dt>stun</dt>
> +          <dd>Raw UDP, but a STUN request should be made to the given server
> +            to open a UDP port mapping and determine the external IP.
> +            The <tp:member-ref>STUNServer</tp:member-ref> property MUST be
> +            given and non-empty.</dd>
> +
> +          <dt>gtalk-p2p</dt>
> +          <dd>Google Talk peer-to-peer connectivity establishment should be
> +            used, as implemented in libjingle 0.3.</dd>
> +
> +          <dt>ice-udp</dt>
> +          <dd>Interactive Connectivity Establishment should be used,
> +            as defined by the IETF MMUSIC working group.</dd>
> +        </dl>
> +      </tp:docstring>
> +    </property>

Maybe also want to add "msn-ice6" (as used in WLM 8 I believe?)


The rest looks fine to me..

Youness, what do you think?

-- 
Olivier Crête
olivier.cr...@collabora.co.uk
Collabora Ltd

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Telepathy mailing list
Telepathy@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to