<div>Hi, Anca</div>
<div>&nbsp;</div>
<div>Thanks for your information.</div>
<div>I&nbsp; was busy doing&nbsp;other issues in the presence server.</div>
<div>Now I am back to this issue. </div>
<div>I checked the xcap data structure, and source codes.</div>
<div>The xcap doc column&#39;s type is a BLOB in the database. But I looked at the codes. It seems to save the doc&nbsp; as a string not a BLOB.</div>
<div>I am still confused.</div>
<div>How do I save the xml sample you wrote to the doc column? I mean the list.</div>
<div>Should I put the whole xml to the doc column in the xcap table?</div>
<div>&nbsp;</div>
<div>Thanks.</div>
<div>&nbsp;</div>
<div>Jeon</div>
<div><br>&nbsp;</div>
<div class="gmail_quote">On Thu, Oct 2, 2008 at 9:38 AM, Anca Vamanu <span dir="ltr">&lt;<a href="mailto:anca@voice-system.ro">anca@voice-system.ro</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Jeon,<br><br>If you want to simulate an xcap server for rls you can do that by doing the following:<br>
1. set integrated_xcap_server parameter in rls module to 1.<br>2. write the list in xcap table , putting value &#39;4&#39; in &#39;doc_type&#39; column.<br>You should complete only columns: username, domain, doc and doc_type, because these are the only ones used by the rls server.<br>
The list must have the format described in RFC 4826 &lt;<a href="http://www.ietf.org/rfc/rfc4826.txt" target="_blank">http://www.ietf.org/rfc/rfc4826.txt</a>&gt;. For the example that you gave it would look something like this:<br>
<br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;resource-lists xmlns=&quot;urn:ietf:params:xml:ns:resource-lists&quot;&gt;<br>&lt;list name=&quot;SIMPLE Buddy List&quot;&gt;<br>&lt;display-name&gt;SIMPLE Buddy List&lt;/display-name&gt;<br>
&lt;entry uri=&quot;sip: joe@domain &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&quot;&gt;<br>&lt;display-name&gt;joe&lt;/display-name&gt;<br>&lt;/entry&gt;<br>&lt;entry uri=&quot;sip: bob@domain &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;&quot;&gt;<br>
&lt;display-name&gt;bob&lt;/display-name&gt;<br>&lt;/entry&gt;<br>&lt;entry uri=&quot;sip:tom@domain &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>&gt;&quot;&gt;<br>&lt;display-name&gt;tom&lt;/display-name&gt;<br>
&lt;/entry&gt;<br>&lt;/list&gt;&lt;/resource-lists&gt;<br><br>regards,<br>Anca Vamanu<br><br>Yoo Chan Jeon wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="Ih2E3d"><br>Hi,<br>I just want to know how RLS handles SUBSCRIBE messages without using XCAP.<br>I assume that the server already has the list information.<br>I want send the SUBSRIBE message with resource list format:<br>
<br>SUBSCRIBE sip:list@domain<br>.<br>.<br>supported:eventlist<br>Accept:application/rlmi+xml<br>Accept:multipart/related<br>&nbsp;&nbsp;I added rls, presence, presence_xml, and pua modlues in the configuration file.<br>I do not have any problems to run the server.<br>
</div>Which database should I add list@doamin &lt;mailto:<a href="mailto:list@doamin" target="_blank">list@doamin</a>&gt; to? 
<div class="Ih2E3d"><br>How do I add the resource list?<br></div>What kind of format do I need to add a list if I want to add joe@domain &lt;mailto:<a href="mailto:joe@domain" target="_blank">joe@domain</a>&gt;, bob@domain &lt;mailto:<a href="mailto:bob@domain" target="_blank">bob@domain</a>&gt;, tom@domain &lt;mailto:<a href="mailto:tom@domain" target="_blank">tom@domain</a>&gt; ? 
<div class="Ih2E3d"><br>Do you have some kind of examples?<br><br>Thanks you.<br>Jeon<br><br></div>------------------------------------------------------------------------<br><br>_______________________________________________<br>
Users mailing list<br><a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&nbsp;<br></blockquote><br></blockquote></div><br>