<?xml version="1.0"?>
<!-- These are the examples for XSF XEP-0046: DTCP-->
<stream xmlns="jabber:client" xmlns:stream="http://etherx.jabber.org/streams" xml:lang="en"><!-- Example 1-->
<iq type="set" id="dtcp_1" to="joe@blow.com/Home">
  <query xmlns="http://jabber.org/protocol/dtcp">
    <key>c7b5ea3f</key>
    <host>192.168.0.32:8000</host>
    <host>63.110.44.12:8000</host>
  </query>
</iq>
<!-- Example 2-->
<iq type="result" id="dtcp_1" from="joe@blow.com/Home">
  <query xmlns="http://jabber.org/protocol/dtcp">
    <key>a1b2c3d4</key>
    <host>192.168.0.33:8000</host>
  </query>
</iq>
<!-- Example 3-->
<iq type="error" id="dtcp_1" from="joe@blow.com/Home">
  <error code="501">DTCP not supported</error>
</iq>
<!-- Example 4-->
<iq type="error" to="joe@blow.com/Home">
  <query xmlns="http://jabber.org/protocol/dtcp">
    <key>a1b2c3d4</key>
  </query>
  <error code="503">Could not connect to any of the hosts.</error>
</iq>
<!-- Example 5-->
    [command]:[argument]<LF>
<!-- Example 6-->
    starttls<LF>
<!-- Example 7-->
    ok<LF>
<!-- Example 8-->
    error<LF>
<!-- Example 9-->
    key:a1b2c3d4<LF>
<!-- Example 10-->
    ok:c7b5ea3f<LF>
<!-- Example 11-->
    error<LF>
<!-- Example 12-->
    ok<LF>
</stream>

