Ignore:
Timestamp:
Mar 2, 2006 9:18:58 PM (18 years ago)
Author:
bennylp
Message:

Added IM and composition indication, and tested

File:
1 edited

Legend:

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

    r212 r268  
    2929 
    3030 
     31/************************************************************ 
     32 * EVENT PACKAGE ERRORS 
     33 ***********************************************************/ 
    3134/** 
    3235 * @hideinitializer 
     
    4144 
    4245 
     46/************************************************************ 
     47 * PRESENCE ERROR 
     48 ***********************************************************/ 
    4349/** 
    4450 * @hideinitializer 
     
    7379 
    7480 
     81/************************************************************ 
     82 * ISCOMPOSING ERRORS 
     83 ***********************************************************/ 
     84/** 
     85 * @hideinitializer 
     86 * Bad isComposing XML message. 
     87 */ 
     88#define PJSIP_SIMPLE_EBADISCOMPOSE  (PJSIP_SIMPLE_ERRNO_START+40)   /*270040*/ 
     89 
    7590 
    7691#endif  /* __PJSIP_SIMPLE_ERRNO_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.