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

    r3363 r3412  
    357357 
    358358/* 
     359 * Add custom headers. 
     360 */ 
     361PJ_DEF(pj_status_t) pjsip_pres_add_header( pjsip_evsub *sub, 
     362                                           const pjsip_hdr *hdr_list ) 
     363{ 
     364    return pjsip_evsub_add_header( sub, hdr_list ); 
     365} 
     366 
     367 
     368/* 
    359369 * Accept incoming subscription. 
    360370 */ 
Note: See TracChangeset for help on using the changeset viewer.