Can someone please explain what the line
if ((@msg.supported=~"eventlist"))
is testing in the presence example code? This lines always returns false for me and seemingly the XCAP server is not being queried then.
Thanks
_________________________________________________________________ Ready for the world's first international mobile film festival celebrating the creative potential of today's youth? Check out Mobile Jam Fest for your a chance to WIN $10,000! www.mobilejamfest.com
This tests for string "eventlist" within Supported header. It is not exact test so if you put Supported: eventlists it will go through too, but it filters most "non-list" subscriptions...
Vaclav
On Wed, Nov 01, 2006 at 11:19:34PM -0500, SER LIST wrote:
Can someone please explain what the line
if ((@msg.supported=~"eventlist"))
is testing in the presence example code? This lines always returns false for me and seemingly the XCAP server is not being queried then.
Thanks
Ready for the world's first international mobile film festival celebrating the creative potential of today's youth? Check out Mobile Jam Fest for your a chance to WIN $10,000! www.mobilejamfest.com
Serusers mailing list Serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers