linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Linephone Presence XML bug


From: Simon Morlat
Subject: Re: [Linphone-developers] Linephone Presence XML bug
Date: Wed, 18 Aug 2010 11:28:13 +0200

Hi Andy,

You are right, just fixed it on git.
Thank you for reporting.

Simon

Le vendredi 23 juillet 2010 à 10:33 +0800, Andy Savage a écrit :
> Hi All, 
> 
> 
> I wasn't entirely sure where to post the bug so I thought I would
> submit it to the developers list.
> 
> 
> There appears to be a few bugs in the presence XML (application/pidf
> +xml) that linphone sends out upon a status change in the latest
> version of the client.
> 
> 
> Here's an example of some:
> <?xml version="1.0" encoding="UTF-8"?> 
> <presence xmlns="urn:ietf:params:xml:ns:pidf" 
> xmlns:es="urn:ietf:params:xml:ns:pidf:status:rpid-status" 
> entity="<sip:address@hidden:5060>"> 
> <tuple id="sg89ae"> 
> <status> 
> <basic>open</basic> 
> <es:activities> 
> <es:activity>on-the-phone</es:activity> 
> </es:activities> 
> </status> 
> <contact priority="0.8">
> <sip:address@hidden:5060>
> </contact> 
> <note>on the phone</note> 
> </tuple> 
> </presence>
> 
> 
> Firstly linphone should escape the
> string <sip:address@hidden:5060>. There are some illegal XML
> characters there that are causing me parsing problems and I have to do
> a search and replace on incoming xml in my sip client. Secondly should
> linphone be sending an internal address? I am registered correctly and
> have an external address using STUN but it seems to just send the
> internal adaptor address.
> 
> 
> Any chance this could be fixed?
> 
> 
> Kind regards,
> Andy Savage
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers





reply via email to

[Prev in Thread] Current Thread [Next in Thread]