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.

_______________________________________________
Devel mailing list
Devel@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel

Reply via email to