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

Ovidiu Sas osas at voipembedded.com
Tue Oct 26 18:54:10 CEST 2010


Revision: 7330
          http://opensips.svn.sourceforge.net/opensips/?rev=7330&view=rev
Author:   osas
Date:     2010-10-26 16:54:10 +0000 (Tue, 26 Oct 2010)

Log Message:
-----------
presence: the list of extra headers is provided by each event
          during the event registration process

 - the list of headers must be provided as a <null> terminated list
 - example:
str extra_hdrs[] = {
        str_init("Extra_header_1"),
        str_init("Extra_header_2"),
        {NULL,0},
};

Modified Paths:
--------------
    trunk/modules/presence/event_list.c
    trunk/modules/presence/event_list.h
    trunk/modules/presence/publish.c


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