[OpenSER-Devel] [ openser-Patches-1863627 ] pua_usrloc: presentity table(s) not updated upon unregister

SourceForge.net noreply at sourceforge.net
Thu Jan 3 22:54:07 UTC 2008


Patches item #1863627, was opened at 2008-01-03 23:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1863627&group_id=139143

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: modules
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Philippe Favier (quark38)
Assigned to: Nobody/Anonymous (nobody)
Summary: pua_usrloc: presentity table(s) not updated upon unregister

Initial Comment:

Problem:
--------
PUBLISH("closed") not handled.

Analysis:
---------
The function ul_publish() sends only PUBLISH("open") messages, PUBLISH("closed") messages are never sent.

Proposed solution:
------------------
1) Add an extra parameter "publish_status" to function build_pidf(), which can be "open" or closed".
2) In ul_publish(), call build_pidf("open") instead of build_pidf() as currently.
3) In ul_publish(), add a call to build_pidf("closed") for unregistration.


Philippe Favier
http://www.ives.fr/



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=743022&aid=1863627&group_id=139143



More information about the Devel mailing list