Tareas #114
Show presentity note also when basic status is "close"
| Status: | Resuelta | Start: | 08/22/2009 | |
|---|---|---|---|---|
| Priority: | Urgente | Due date: | ||
| Assigned to: | % Done: | 0% |
||
| Category: | PJSIP | |||
| Target version: | 0.5.3 |
Description
Actually, if YASS receives a NOTIFY with body:
'<tuple id="xcapclient-tuple"> ''<status> '''<basic>closed</basic> ''</status> ''<timestamp>2009-08-22T00:27:12+02:00</timestamp> '</tuple> ' '<dm:person id="xcapclient-person"> ''<rp:activities> ''' ''</rp:activities> ''<dm:note>Sin participantes</dm:note> ''<ci:display-name>MeetMe 200</ci:display-name> '</dm:person> ' </presence>
then it doesn't display the "dm:note"element when the mouse is over the buddy (it is displayed just when "basic" element is "open").
Please, show it also for "close" basic status. Note that "person" section is independent of "tuple" section(s) (i.e: you as person can want to announce that you have your device disconnected since you are in a meeting).
History
Updated by Saúl Ibarra Corretgé over 2 years ago
Seems like PJSIP itself just changes de text to 'offline'! Trying to patch it...
Updated by Saúl Ibarra Corretgé over 2 years ago
- Category changed from YASS - GUI to PJSIP
I've made a patch against pjsip and will upload a new PJSIP package ASAP :)
Updated by Saúl Ibarra Corretgé over 2 years ago
- Status changed from Nueva to Resuelta
Done. New pjproject packages have been uploaded to the deb repository, please update.
Both amd64 and i386 packages have been tested and proven to work :)