Changeset 1748 for pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
- Timestamp:
- Jan 25, 2008 4:06:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip-simple/evsub.h
r1417 r1748 21 21 22 22 /** 23 * @file ev ent_notify.h23 * @file evsub.h 24 24 * @brief SIP Specific Event Notification Extension (RFC 3265) 25 25 */ … … 133 133 * However, implementation MUST send NOTIFY request upon receiving this 134 134 * callback. The suggested behavior is to call 135 * #pjsip_evsub_ last_notify(), since this function takes care135 * #pjsip_evsub_current_notify(), since this function takes care 136 136 * about unsubscription request and calculates the appropriate expiration 137 137 * interval.
Note: See TracChangeset
for help on using the changeset viewer.