Changeset 2070
- Timestamp:
- Jun 26, 2008 10:20:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/mod_pres.py
r2029 r2070 108 108 im_text = "Hello World from U1" 109 109 u1.send("i") 110 u1.send("1") 110 u1.send(uri2) 111 u2.expect(" is typing") 111 112 u1.send(im_text) 112 u 2.expect(" is typing")113 u1.expect(im_text+".*delivered successfully") 113 114 u2.expect("MESSAGE from.*"+im_text) 114 u1.expect(im_text+".*delivered successfully")115 115 116 116 # Synchronize stdout
Note: See TracChangeset
for help on using the changeset viewer.