<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Jeon,<br>
<br>
You spotted the changes very well :) . <br>
They are listed in commit log for revision <a
 href="http://opensips.svn.sourceforge.net/viewvc/opensips?view=rev&amp;revision=4854"><strong>4854:</strong></a><br>
<pre class="vc_log"><i>- fixed bugs in RLS discovered at SIPIT
        - use rls-services document to take the list instead of resource-list document
        - send 200 OK faster so that retransmissions don't occur because of time consuming processing
        - added presence_server exported parameter to have the possibility to set the address of the presence server and avoid Subscribe messages beeing sent by the RLS bouncing on and off the main proxy
</i></pre>
<br>
However they are also present in the 1.4 svn branch.<br>
The reason for this changes are to fix some problems that we discovered
at SIPIT, Lannion. <br>
I used a wrong document to get the list - "resouce-list" document. The
right one that is used now is "rls-services". <br>
Also we decided to make the list documents accessible only by the user
that created them. This is the reason for which in database in columns
username and domain will not be the list uri ( contained in R-URI for
Subscribe), but the identifications for the user sending the request -
from header uri. <br>
So you need to a document of type RLS_SERVICES(8) in database with a
'service' node having attribute 'uri=list_uri'. RLS will search in the
document and try to match the value of uri attribute with R-URI for
subscribe.<br>
The description of the rls-services document is here:<a
 href="http://www.ietf.org/rfc/rfc4826.txt">http://www.ietf.org/rfc/rfc4826.txt</a><br>
Here is an example:<br>
<br>
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br>
&nbsp;&nbsp; &lt;rls-services xmlns="urn:ietf:params:xml:ns:rls-services"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:rl="urn:ietf:params:xml:ns:resource-lists"<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; xmlns:xsi=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/2001/XMLSchema-instance">"http://www.w3.org/2001/XMLSchema-instance"</a>&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;service uri=<a class="moz-txt-link-rfc2396E" href="sip:anca-list@opensips.org">"sip:anca-list@opensips.org"</a>&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;list name="friends"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;entry uri=<a class="moz-txt-link-rfc2396E" href="sip:test1@opensips.org">"sip:test1@opensips.org"</a>/&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;entry uri=<a class="moz-txt-link-rfc2396E" href="sip:test2@opensips.org">"sip:test2@opensips.org"</a>/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/list&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;packages&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;package&gt;presence&lt;/package&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/packages&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/service&gt;<br>
&nbsp;&nbsp; &lt;/rls-services&gt;<br>
<br>
<br>
regards,<br>
Anca<br>
&nbsp;<br>
Yoo Chan Jeon wrote:
<blockquote
 cite="mid:8db572240811121508u29b6e21aqbd2b5a8245baa00e@mail.gmail.com"
 type="cite">Hello,<br>
  <br>
I downloaded the latest codes from trunk svn in&nbsp; Nov 3rd.<br>
The revision is 4889.<br>
&nbsp;There are some differences between 1.4 and trunk. <br>
I had problems in the RLS.<br>
I looked at the get_resource_list() in the subscribe.c.<br>
There are changes&nbsp; from RESOURCE_LIST(4) to RLS_SERVICES(8) in the
'doc_type' column.<br>
'username' column changes from the request-header user to the
from-header user.<br>
'domain' column chnages from the reuqest-header domain&nbsp; to the
from-header domain.<br>
What data information should be in the xcap table now?<br>
I used to put&nbsp; the&nbsp; value&nbsp; 4&nbsp; in the doc_type column .<br>
  <br>
Thanks.<br>
  <br>
Jeon <br>
  <br>
.<br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
  </pre>
</blockquote>
<br>
</body>
</html>