i have a sip client that instead of listing members of a list in rls document, it puts there a reference to another document in the same xcap server that contains the member info:
<?xml version="1.0" encoding="UTF-8"?> <rls-services xmlns="urn:ietf:params:xml:ns:rls-services"> <service uri="sip:[email protected]"> <resource-list>http://xcap.test.fi:8080/xcap-root/resource-lists/users/sip:[email protected]/generallist.xml/~~/resource-lists/list...@name=%22oma_buddylist%22%5d</resource-list> <packages> <package>presence</package> </packages> </service> </rls-services> when someone then subscribes to sip:[email protected], opensips rls server reports: Dec 16 16:06:03 sars /usr/sbin/pres-serv[2166]: INFO:rls:resource_subscriptions: Subscription from sip:[email protected] for resource list uri sip:[email protected] expanded to 0 contacts although the referenced document contains members of the list. i assume that such references to other documents are not yet supported by rls module. if so, are there any plans to add such support or are the alternatives to "fix" the client or look for another rls server? -- juha _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
