Ignore:
Timestamp:
Nov 27, 2013 9:37:32 AM (10 years ago)
Author:
nanang
Message:

Re #1519: Added presence API in pjsua2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/projects/pjsua2/pjsip/include/pjsip-simple/evsub.h

    r3553 r4657  
    5959 * in state_str member of the susbcription structure. 
    6060 */ 
    61 enum pjsip_evsub_state 
     61typedef enum pjsip_evsub_state 
    6262{ 
    6363    PJSIP_EVSUB_STATE_NULL,      /**< State is NULL.                        */ 
     
    7171                                      Application can query the state by  
    7272                                      calling #pjsip_evsub_get_state_name().*/ 
    73 }; 
    74  
    75 /** 
    76  * @see pjsip_evsub_state 
    77  */ 
    78 typedef enum pjsip_evsub_state pjsip_evsub_state; 
     73} pjsip_evsub_state; 
    7974 
    8075 
Note: See TracChangeset for help on using the changeset viewer.