Ignore:
Timestamp:
Feb 11, 2011 7:39:14 AM (13 years ago)
Author:
ming
Message:

Re #1161: Support for adding custom presence subscription headers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r3366 r3412  
    21392139    pjsip_hdr       reg_hdr_list; 
    21402140 
     2141    /**  
     2142     * The optional custom SIP headers to be put in the presence 
     2143     * subscription request. 
     2144     */ 
     2145    pjsip_hdr       sub_hdr_list; 
     2146 
    21412147    /** 
    21422148     * Subscribe to message waiting indication events (RFC 3842). 
Note: See TracChangeset for help on using the changeset viewer.