Ignore:
Timestamp:
Feb 25, 2006 2:04:42 AM (18 years ago)
Author:
bennylp
Message:

Synched with documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub.h

    r212 r228  
    174174     * the subscription. 
    175175     * 
    176      * This callback is OPTIONAL. When it is not implemented, the default  
    177      * behavior is to refresh subscription by sending SUBSCRIBE with the 
    178      * interval set to current/last interval. 
     176     * This callback is OPTIONAL when PJSIP package such as presence or  
     177     * refer is used; the event package will refresh subscription by sending 
     178     * SUBSCRIBE with the interval set to current/last interval. 
    179179     * 
    180180     * @param sub       The subscription instance. 
     
    186186     * refresh after the specified subscription interval. 
    187187     * 
    188      * This callback is OPTIONAL. When it is not implemented, the default 
    189      * behavior is to send NOTIFY to terminate the subscription. 
     188     * This callback is OPTIONAL when PJSIP package such as presence or  
     189     * refer is used; the event package send NOTIFY to terminate the  
     190     * subscription. 
    190191     */ 
    191192    void (*on_server_timeout)(pjsip_evsub *sub); 
     
    400401 
    401402/** 
    402  * Get the event subscription instance in the transaction. 
     403 * Get the event subscription instance associated with the specified  
     404 * transaction. 
    403405 * 
    404406 * @param tsx           The transaction. 
Note: See TracChangeset for help on using the changeset viewer.