[OpenSIPS-Devel] [ opensips-Bugs-2832944 ] Problems while fetching an XML doc from Mobicents XDMS
SourceForge.net
noreply at sourceforge.net
Thu Aug 6 09:45:07 CEST 2009
Bugs item #2832944, was opened at 2009-08-06 04:37
Message generated for change (Comment added) made by ibc_sf
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2832944&group_id=232389
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: 1.5.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andaleeb Roomy (andaleebcse)
Assigned to: Nobody/Anonymous (nobody)
Summary: Problems while fetching an XML doc from Mobicents XDMS
Initial Comment:
Please see the details here: http://lists.opensips.org/pipermail/devel/2009-August/003858.html
You can also see the previous posts of the same subject "Interaction with Mobicents XDMS" in July and August 2009 archives of OpenSIPS devel list.
----------------------------------------------------------------------
Comment By: Iñaki Baz Castillo (ibc_sf)
Date: 2009-08-06 09:45
Message:
Hi, I paste the HTTP trace from the report in the devel list:
---------------------------------------
GET
/mobicents/org.openmobilealliance.pres-rules/users/sip:andaleeb1 at 192.168.0.133/pres-rules
HTTP/1.1
Host: 192.168.0.130:8080
Accept: */*
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.2.3.GA (build:
SVNTag=JBoss_4_2_3_GA date=200807181417)/JBossWeb-2.0
ETag: e46fe7c0be72de3551608c84e5ea36b0
Content-Type: application/auth-policy+xml;charset=ISO-8859-1
Content-Length: 2683
Date: Mon, 27 Jul 2009 04:35:42 GMT
<?xml version="1.0" encoding="UTF-8"?><cr:ruleset
xmlns:cr="urn:ietf:params:xml:ns:common-policy"
xmlns="urn:ietf:params:xml:ns:pres-rules"
xmlns:ocp="urn:oma:xml:xdm:common-policy"
xmlns:op="urn:oma:xml:prs:pres-rules">
<cr:rule id="wp_prs_allow_own">
<cr:conditions>
<cr:identity>
<cr:one id="sip:andaleeb1 at 192.168.0.133"/>
</cr:identity>
</cr:conditions>
<cr:actions>
<sub-handling>allow</sub-handling>
</cr:actions>
<cr:transformations>
<provide-services>
<all-services/>
</provide-services>
<provide-persons>
<all-persons/>
</provide-persons>
<provide-all-attributes/>
<provide-devices>
<all-devices/>
</provide-devices>
</cr:transformations>
</cr:rule>
<cr:rule id="rcs_allow_services_anonymous">
<cr:conditions>
<ocp:anonymous-request/>
</cr:conditions>
<cr:actions>
<sub-handling>allow</sub-handling>
</cr:actions>
<cr:transformations>
<provide-services>
<all-services/>
</provide-services>
<provide-persons>
<all-persons/>
</provide-persons>
<provide-all-attributes/>
<provide-devices>
<all-devices/>
</provide-devices>
</cr:transformations>
</cr:rule>
<cr:rule id="wp_prs_unlisted">
<cr:conditions>
<ocp:other-identity/>
</cr:conditions>
<cr:actions>
<sub-handling>confirm</sub-handling>
</cr:actions>
</cr:rule>
<cr:rule id="wp_prs_grantedcontacts">
<cr:conditions>
<ocp:external-list>
<ocp:entry
anc="http://192.168.0.130:8080/mobicents/resource-lists/users/sip:andaleeb1@192.168.0.133/index/~~/resource-lists/list%5B@name=%22oma_grantedcontacts%22%5D"/>
</ocp:external-list>
</cr:conditions>
<cr:actions>
<sub-handling>allow</sub-handling>
</cr:actions>
<cr:transformations>
<provide-services>
<all-services/>
</provide-services>
<provide-persons>
<all-persons/>
</provide-persons>
<provide-all-attributes/>
<provide-devices>
<all-devices/>
</provide-devices>
</cr:transformations>
</cr:rule>
<cr:rule id="wp_prs_blockedcontacts">
<cr:conditions>
<ocp:external-list>
<ocp:entry
anc="http://192.168.0.130:8080/mobicents/resource-lists/users/sip:andaleeb1@192.168.0.133/index/~~/resource-lists/list%5B@name=%22oma_blockedcontacts%22%5D"/>
</ocp:external-list>
</cr:conditions>
<cr:actions>
<sub-handling>block</sub-handling>
</cr:actions>
</cr:rule>
</cr:ruleset>
---------------------------------------
First of all note that OpenSIPS presence module doesn't, still, fetch
resource lists when they are used into a pres-rules document.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1086410&aid=2832944&group_id=232389
More information about the Devel
mailing list