- assigned_to: nobody --> anca_vamanu
Some (usually OMA compliant) SIP UAs do not include list members in-line in rls-services documents, but instead include a reference to another document where the members are listed. For example:
<?xml version="1.0" encoding="UTF-8"?>
<rls-services xmlns="urn:ietf:params:xml:ns:rls-services">
<service uri="sip:jh_all@test.fi">
<resource-list>http://xcap.test.fi:8080/xcap-root/resource-lists/users/sip:jh@test.fi/generallist.xml/~~/resource-lists/list%5b@name=%22oma_buddylist%22%5d</resource-list>
<packages>
<package>presence</package>
</packages>
</service>
</rls-services>
It would be nice if OpenSIPS rls server would be able to follow such references. I'm more than happy to help in testing the implementation when/if the code becomes available.
-- Juha