[Wengophone-devel] SIMPLE compatibility

2007-04-20 Thread Klaus Darilion

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
statusbasicopen/basicnoteDo Not Disturb/note/status
contact priority=1sip:[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
statusbasicopen/basicnoteDo Not Disturb/note/status
contact priority=1sip:[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'
statusbasicopen/basic/status
/tuple
dm:person id='p0f475011'
  rpid:activitiesrpid:busy//rpid:activities
  dm:noteBusy/dm:note
/dm:person
/presence

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


RE: [Wengophone-devel] SIMPLE compatibility

2007-04-20 Thread Minh Phan
Hi Klaus,

We bought an Eyebeam version more than 2 years ago just to test the presence
support with our SIP presence server. However, because the softphone crashed
often and send mal-formed packets that we stoped trying. I don't know if it
works better now but we haven't tried to support it again since then.

Regards,

Minh

 -Original Message-
 From: [EMAIL PROTECTED] [mailto:wengophone-
 [EMAIL PROTECTED] On Behalf Of Klaus Darilion
 Sent: vendredi 20 avril 2007 10:43
 To: wengophone-devel@lists.openwengo.com
 Subject: [Wengophone-devel] SIMPLE compatibility
 
 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
 statusbasicopen/basicnoteDo Not Disturb/note/status
 contact priority=1sip:[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
 statusbasicopen/basicnoteDo Not Disturb/note/status
 contact priority=1sip:[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'
 statusbasicopen/basic/status
 /tuple
 dm:person id='p0f475011'
rpid:activitiesrpid:busy//rpid:activities
dm:noteBusy/dm:note
 /dm:person
 /presence
 
 regards
 klaus
 ___
 Wengophone-devel mailing list
 Wengophone-devel@lists.openwengo.com
 http://dev.openwengo.com/mailman/listinfo/wengophone-devel

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


Re: [Wengophone-devel] SIMPLE compatibility

2007-04-20 Thread Dave Neary

Hi Minh,

Minh Phan wrote:
 We bought an Eyebeam version more than 2 years ago just to test the presence
 support with our SIP presence server. However, because the softphone crashed
 often and send mal-formed packets that we stoped trying. I don't know if it
 works better now but we haven't tried to support it again since then.

snip

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

Does this payload look right? I have no idea about SIP/SIMPLE.

 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'
 statusbasicopen/basic/status
 /tuple
 dm:person id='p0f475011'
rpid:activitiesrpid:busy//rpid:activities
dm:noteBusy/dm:note
 /dm:person
 /presence

With the different XML namespaces, and passing the contact and note via
a dm:person, might Eyebeam be using extensions to SIP SIMPLE that make
it incompatible with us?

Cheers,
Dave.

-- 
Dave Neary
OpenWengo Community Development Manager
Email: [EMAIL PROTECTED]
___
Wengophone-devel mailing list
Wengophone-devel@lists.openwengo.com
http://dev.openwengo.com/mailman/listinfo/wengophone-devel


Re: [Wengophone-devel] SIMPLE compatibility

2007-04-20 Thread Klaus Darilion

Hi!

I've currently tested openser's new presence module (in version 1.2) 
with eyebeam 1.5, xlite 3.0 and kphonesi (from cvs) and everything works 
fine. Even XCAP works with xcap-lite.


regards
klaus

Minh Phan wrote:

Hi Klaus,

We bought an Eyebeam version more than 2 years ago just to test the presence
support with our SIP presence server. However, because the softphone crashed
often and send mal-formed packets that we stoped trying. I don't know if it
works better now but we haven't tried to support it again since then.

Regards,

Minh


-Original Message-
From: [EMAIL PROTECTED] [mailto:wengophone-
[EMAIL PROTECTED] On Behalf Of Klaus Darilion
Sent: vendredi 20 avril 2007 10:43
To: wengophone-devel@lists.openwengo.com
Subject: [Wengophone-devel] SIMPLE compatibility

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
statusbasicopen/basicnoteDo Not Disturb/note/status
contact priority=1sip:[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
statusbasicopen/basicnoteDo Not Disturb/note/status
contact priority=1sip:[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'
statusbasicopen/basic/status
/tuple
dm:person id='p0f475011'
   rpid:activitiesrpid:busy//rpid:activities
   dm:noteBusy/dm:note
/dm:person
/presence

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



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