From: =?utf-8?q?I=C3=B1aki_Baz_Castillo?= <[EMAIL PROTECTED]>

   Well, I've found a SIP implementation that uses the following presence XML:
   -------------
   <tuple id='t6a5ed77e'>
     <status>
      <basic>on-the-phone</basic>
     </status>
    </tuple>
   -------------

   I'm trying to report that this state "on-the-phone" is not valid,
   or maybe that it's not implemented in "real world" in which the way
   is adding detailed presence status with rpid.  Could you please
   confirm it to me and point to some RFC in which it appears?  Thanks
   a lot.

In the abstract, this XML might be valid.  But it is not a PIDF, and
cannot be labelled with Content-Type: application/pidf+xml, nor (in
any ordinary case) used in PUBLISH of the presence event package,
because the content of the <basic> element does not conform to that
XML schema:

   RFC 3863
   4.1.4.  The <basic> element

   The <basic> element contains one of the following strings: "open" or
   "closed".

The formal specification of this is in the schema definition in
section 4.4.

Dale
_______________________________________________
Sip-implementors mailing list
Sip-implementors@lists.cs.columbia.edu
https://lists.cs.columbia.edu/cucslists/listinfo/sip-implementors

Reply via email to