Hi,
I'm trying to create a RLS "rls-services" document with a contacts-list
inside it. Kamailio states that "No xcap document found for uri:x".
When creating a subscribe I must set the uri to the service uri. What I
want to know is the sql query Kamailio does in order to get the contacts
list for that uri.
For example: XCAP document:
"<?xml version=\"1.0\"
encoding=\"UTF-8\"?>" +
"<rls-services
xmlns=\"urn:ietf:params:xml:ns:rls-services\"" +
"
xmlns:rl=\"urn:ietf:params:xml:ns:resource-lists\">" +
"<service
uri=\"sip:restricted_areas_presentities@open-ims.test\">" +
"<list name=\"friends\">" +
"<rl:entry
uri=\"sip:testuser01@open-ims.test\"/>" +
"<rl:entry
uri=\"sip:testuser02@open-ims.test\"/>" +
"</list>" +
"<packages>" +
"<package>presence</package>" +
"</packages>" +
"</service>" +
"</rls-services>";
Is stored in
/xcap-root/rls-services/users/sip:restricted_areas@open-ims.test/index
The subscribe is from sip:restricted_areas@open-ims.test to
sip:restricted_areas_presentities@open-ims.test
What am I doing wrong?
Thanks,
Andrés.