Ignore:
Timestamp:
Aug 24, 2007 8:28:52 AM (17 years ago)
Author:
bennylp
Message:

Ticket #365: ability to override generated ttuple ID in PIDF message body (thanks Babon Frederic)

File:
1 edited

Legend:

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

    r1417 r1423  
    17701770    pj_bool_t       publish_enabled; 
    17711771 
     1772    /** 
     1773     * Optional PIDF tuple ID for outgoing PUBLISH and NOTIFY. If this value 
     1774     * is not specified, a random string will be used. 
     1775     */ 
     1776    pj_str_t        pidf_tuple_id; 
     1777 
    17721778    /**  
    17731779     * Optional URI to be put as Contact for this account. It is recommended 
Note: See TracChangeset for help on using the changeset viewer.