Opened 17 years ago

Closed 17 years ago

#307 closed defect (fixed)

Fail to parse fully qualified PIDF document

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 (2)

comment:1 Changed 17 years ago by bennylp

  • Description modified (diff)

comment:2 Changed 17 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1313

Note: See TracTickets for help on using tickets.