Ignore:
Timestamp:
Aug 1, 2010 9:48:51 AM (14 years ago)
Author:
bennylp
Message:

Implemented core multipart support and support in the invite session (re #1070)

  • incoming multipart message will be handled automatically
  • for testing, enable HAVE_MULTIPART_TEST in pjsua_app.c
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/test/test.h

    r2638 r3243  
    5757#define INCLUDE_URI_TEST        INCLUDE_MESSAGING_GROUP 
    5858#define INCLUDE_MSG_TEST        INCLUDE_MESSAGING_GROUP 
     59#define INCLUDE_MULTIPART_TEST  INCLUDE_MESSAGING_GROUP 
    5960#define INCLUDE_TXDATA_TEST     INCLUDE_MESSAGING_GROUP 
    6061#define INCLUDE_TSX_BENCH       INCLUDE_MESSAGING_GROUP 
     
    7273int msg_test(void); 
    7374int msg_err_test(void); 
     75int multipart_test(void); 
    7476int txdata_test(void); 
    7577int tsx_bench(void); 
Note: See TracChangeset for help on using the changeset viewer.