Opened 17 years ago

Last modified 17 years ago

#307 closed defect

Fail to parse fully qualified PIDF document — at Version 1

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.7.0
Component: pjsip Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

The PIDF parser fails to parse this document:

<?xml version="1.0" encoding="UTF-8"?>
<pidf:presence xmlns:xs="http://www.w3.org/2001/XMLSchema"
               xmlns:pidf="urn:ietf:params:xml:ns:pidf"
               xmlns:dm="urn:ietf:params:xml:ns:pidf:data-model"
               entity="sip:test.user@domain.com">
  <tuple xmlns="urn:ietf:params:xml:ns:pidf" 
            id="03a4a00b8ed448c296193b83cd7eb9d4">
    <status>
      <basic>open</basic>
    </status>
    <timestamp>2007-05-24T15:20:30.734+01:00</timestamp>
  </tuple>
</pidf:presence>

Thanks Cool_Zer0 for pointing this out.

Change History (1)

comment:1 Changed 17 years ago by bennylp

  • Description modified (diff)
Note: See TracTickets for help on using tickets.