Ignore:
Timestamp:
Oct 31, 2007 10:20:31 AM (17 years ago)
Author:
bennylp
Message:

Ticket #405: Subscribe to buddy presence upon receiving incoming subscription from the buddy

File:
1 edited

Legend:

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

    r1533 r1534  
    30833083 
    30843084/** 
     3085 * This specifies how long the library should retry resending SUBSCRIBE 
     3086 * if the previous SUBSCRIBE failed. 
     3087 * 
     3088 * Default: 300 seconds 
     3089 */ 
     3090#ifndef PJSUA_PRES_TIMER 
     3091#   define PJSUA_PRES_TIMER         300 
     3092#endif 
     3093 
     3094 
     3095/** 
    30853096 * This structure describes buddy configuration when adding a buddy to 
    30863097 * the buddy list with #pjsua_buddy_add(). Application MUST initialize 
Note: See TracChangeset for help on using the changeset viewer.