Hi!

Have you ever tested OW's SIMPLe implementation with other SIP clients?
I just tried it against eyebeam and eyebeam refuses the XML payload from OW:

[07-04-20]10:16:10.689 | Error | Contacts | "Pasing of Presence XML failed: Contact(DN:klaus3, URI: sip:[EMAIL PROTECTED]) Pres: , xml: <?xml version=""1.0"" encoding=""UTF-8""?>
<presence entity=""sip:[EMAIL PROTECTED]"">
<tuple id=""azersdqre"">
<status><basic>open</basic><note>Do Not Disturb</note></status>
<contact priority=""1"">sip:[EMAIL PROTECTED]</contact>
</tuple>
</presence>
" | sua::CABPresenceSinkSip::ParseSingleContent


FYI - this is the payload from OW:
<?xml version="1.0" encoding="UTF-8"?>
<presence entity="sip:[EMAIL PROTECTED]">
<tuple id="azersdqre">
<status><basic>open</basic><note>Do Not Disturb</note></status>
<contact priority="1">sip:[EMAIL PROTECTED]</contact>
</tuple>
</presence>


This is the payload from a PUBLISH from eyebeam.
<?xml version='1.0' encoding='UTF-8'?>
<presence xmlns='urn:ietf:params:xml:ns:pidf' xmlns:dm='urn:ietf:params:xml:ns:pidf:data-model' xmlns:rpid='urn:ietf:params:xml:ns:pidf:rpid' xmlns:c='urn:ietf:params:xml:ns:pidf:cipid' entity='sip:[EMAIL PROTECTED]'>
<tuple id='tf135ab13'>
<status><basic>open</basic></status>
</tuple>
<dm:person id='p0f475011'>
  <rpid:activities><rpid:busy/></rpid:activities>
  <dm:note>Busy</dm:note>
</dm:person>
</presence>

regards
klaus
_______________________________________________
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel

Reply via email to