Ignore:
Timestamp:
Jul 18, 2006 2:39:40 PM (18 years ago)
Author:
bennylp
Message:

Small improvements: (1) pjsua now responds to incoming OPTIONS request, which means that some modules (evsub, invite) need to register their capabilities to the endpoint, (2) added command in pjsua to send arbitrary request

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub.h

    r515 r612  
    253253                                               const pj_str_t accept[]); 
    254254 
     255/** 
     256 * Get the Allow-Events header. This header is built based on the packages 
     257 * that are registered to the evsub module. 
     258 * 
     259 * @param m             Pointer to event subscription module instance, or 
     260 *                      NULL to use default instance (equal to  
     261 *                      #pjsip_evsub_instance()). 
     262 * 
     263 * @return              The Allow-Events header. 
     264 */ 
     265PJ_DECL(const pjsip_hdr*) pjsip_evsub_get_allow_events_hdr(pjsip_module *m); 
     266 
    255267 
    256268/** 
Note: See TracChangeset for help on using the changeset viewer.