Opened 14 years ago
Last modified 14 years ago
#1150 new defect
Fail to process PIDF XML document if the nodes are namespaced (thanks Johan Lantz for the report)
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | Known-Issues-and-Ideas |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The presence module fails to process PIDF XML document if the XML nodes contains XML namespaces. For example:
<ep:presence xmlns:ep="urn:ietf:params:xml:ns:pidf" xmlns:op="urn:oma:xml:prs:pidf:oma-pres" xmlns:rt="urn:ietf:params:xml:ns:pidf:rpid" xmlns:gp="urn:ietf:params:xml:ns:pidf:geopriv10" xmlns:pdm="urn:ietf:params:xml:ns:pidf:data-model" xmlns:rs="urn:ietf:params:xml:ns:pidf:status:rpid-status" entity="tel:+34630188891"> <ep:tuple id="a123"> <ep:status> <ep:basic>open</ep:basic> </ep:status> </ep:tuple> </ep:presence>
Change History (1)
comment:1 Changed 14 years ago by bennylp
- Milestone changed from release-1.8.10 to Known-Issues-and-Ideas
Note: See
TracTickets for help on using
tickets.
Moving to known-issues (should have been created there in the first place)