Hi, OpenXCAP root is:

  root = http://xcap.mydomain.net/xcap-root


I've configured EyeBem (1.5.19) with a SIP account "sip:eyeb...@mydomain.net" 
to use this URL for XCAP:

  http://xcap.mydomain.net:443/xcap-r...@mydomain.net/

I've chosen it by following the Configuration section in:
  http://openxcap.org/wiki/Installation

I do know that this is a good workaround to avoid the need of a SSL 
certificate for each domain in a multidomain SIP server.


However, the requests sent by Eyebem look like:

  GET /xcap-r...@mydomain.net/eyebeam.mydomain.net.pres-rules HTTP/1.1
  GET /xcap-r...@oversip.net/eyebeam.mydomain.net.resource-list.xml HTTP/1.1


so the server replies a 404 with body:
  
 Document selector does not contain context: 'eyebeam.mydomain.net.pres-rules'


By readin XCAP related RFC's, I understand that the URL sent by EyeBeam is 
wrong since it should be something as:

  GET /xcap-r...@mydomain.net/users/eyebeam/pres-rules HTTP/1.1
or
  GET /xcap-r...@mydomain.net/users/eyeb...@mydomain.net/pres-rules HTTP/1.1


Am I wrong? is this implementation of XCAP wrong in this version of EyeBeam?

Thanks.



-- 
Iñaki Baz Castillo <i...@aliax.net>

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to