Ignore:
Timestamp:
Jan 18, 2008 6:36:53 PM (16 years ago)
Author:
bennylp
Message:

Added PJSIP_ESESSIONINSECURE error code in sip_errno to require that secure session shall be used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/users/nanang/pjsip/include/pjsip/sip_errno.h

    r1539 r1707  
    429429 */ 
    430430#define PJSIP_ESESSIONSTATE      (PJSIP_ERRNO_START_PJSIP+141)  /* 171141 */ 
    431  
     431/** 
     432 * @hideinitializer 
     433 * The feature being requested requires the use of secure session or  
     434 * transport. 
     435 */ 
     436#define PJSIP_ESESSIONINSECURE  (PJSIP_ERRNO_START_PJSIP+142)   /* 171142 */ 
    432437 
    433438/************************************************************ 
Note: See TracChangeset for help on using the changeset viewer.