<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello All,</p>
    <p>I think I am just missing a small amount of information here.   I
      am trying to get the resource list sever to work but I think my
      problem is not knowing what data to put into the xcap table.</p>
    <p>I have a user <a class="moz-txt-link-abbreviated" href="mailto:201@mydomain.uk">201@mydomain.uk</a> that wants to subscribe to
      <a class="moz-txt-link-abbreviated" href="mailto:my-list@mydomain.uk">my-list@mydomain.uk</a>  So in the table I put:</p>
    <p>username: 201</p>
    <p>domain: mydomain.uk</p>
    <p>doc: (an xml document see below)</p>
    <p>doc_type: 4</p>
    <p>etag: a.1234</p>
    <p>source: 1</p>
    <p>doc_uri: <a class="moz-txt-link-freetext" href="sip:my-list@mydomain.uk">sip:my-list@mydomain.uk</a></p>
    <p>port: 5060</p>
    <p>Can anyone tell me what I am doing wrong please.  when I call
      rls_handle_subscribe() it return with $rc == 10.<br>
    </p>
    <p>XML doc:</p>
    <p><?xml version="1.0" encoding="UTF-8"?><br>
         <rls-services xmlns="urn:ietf:params:xml:ns:rls-services"<br>
            xmlns:rl="urn:ietf:params:xml:ns:resource-lists"<br>
            xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>><br>
          <service uri=<a class="moz-txt-link-rfc2396E" href="sip:my-list@mydomain.uk">"sip:my-list@mydomain.uk"</a>><br>
             <list name="my-list"><br>
                <rl:entry uri=<a class="moz-txt-link-rfc2396E" href="mailto:202@mydomain.uk">"202@mydomain.uk"</a>/><br>
                <rl:entry uri=<a class="moz-txt-link-rfc2396E" href="mailto:203@mydomain.uk">"203@mydomain.uk"</a>/><br>
                 </list><br>
                 <packages><br>
                    <package>presence</package><br>
                 </packages><br>
              </service><br>
         </rls-services> <br>
      <br>
    </p>
    <p>  <br>
    </p>
    <div class="moz-signature">-- <br>
    </div>
    <font face="Verdana, Helvetica, Sans-Serif" color="#000000">Kind
      regards,<br>
      <br>
      Adrian Fretwell<br>
      <br>
      Sibthorpe<br>
      Nottinghamshire<br>
      UK.<br>
      <br>
    </font><small><small><small><font face="Verdana, Helvetica,
            Sans-Serif" color="#c0c0c0"></font>
        </small></small></small>
  </body>
</html>