[OpenSIPS-Devel] SF.net SVN: opensips:[4944] trunk/modules

Anca Vamanu anca at voice-system.ro
Wed Nov 12 16:20:48 CET 2008


Revision: 4944
          http://opensips.svn.sourceforge.net/opensips/?rev=4944&view=rev
Author:   anca_vamanu
Date:     2008-11-12 15:20:47 +0000 (Wed, 12 Nov 2008)

Log Message:
-----------
- made code return and SIP reply sending more consistent for functions exported by presence and rls modules:
	- returns: 1- success
			  -1- error
    - always sends a SIP reply either 2xx(success) or an appropriate error code 
	(reported by Dan Pascu <dan at ag-projects.com>)
  - for the scope above- changed the interface for xcapGetNewDoc function exported by xcap_client module to return a more appropriate result of the processing; updated presence_xml to the new interface
- changed Subscribe handling policy in RLS: if Supported: eventlist header found and no list definition for service uri in xcap documents found - send 404 Not Found instead of forwarding the message to presence server
- fixed library dependencies in  doc to devel version ( libxml-dev instead of libxml)

Modified Paths:
--------------
    trunk/modules/presence/README
    trunk/modules/presence/doc/presence_admin.xml
    trunk/modules/presence/publish.c
    trunk/modules/presence/subscribe.c
    trunk/modules/presence_xml/README
    trunk/modules/presence_xml/doc/presence_xml_admin.xml
    trunk/modules/presence_xml/xcap_auth.c
    trunk/modules/rls/README
    trunk/modules/rls/doc/rls_admin.xml
    trunk/modules/rls/notify.c
    trunk/modules/rls/resource_notify.c
    trunk/modules/rls/subscribe.c
    trunk/modules/xcap_client/README
    trunk/modules/xcap_client/doc/xcap_client_admin.xml
    trunk/modules/xcap_client/xcap_functions.c
    trunk/modules/xcap_client/xcap_functions.h


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Devel mailing list