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/pjsip-simple/presence.h

    r3337 r3412  
    181181                                          pjsip_tx_data **p_tdata); 
    182182 
     183 
     184/** 
     185 * Add a list of headers to the subscription instance. The list of headers 
     186 * will be added to outgoing presence subscription requests. 
     187 * 
     188 * @param sub           Subscription instance. 
     189 * @param hdr_list      List of headers to be added. 
     190 * 
     191 * @return              PJ_SUCCESS on success. 
     192 */ 
     193PJ_DECL(pj_status_t) pjsip_pres_add_header( pjsip_evsub *sub, 
     194                                            const pjsip_hdr *hdr_list ); 
    183195 
    184196 
Note: See TracChangeset for help on using the changeset viewer.