Comparison

spec/scansion/basic_message.scs @ 9290:decdaaf78f32

spec/scansion: Multiple fixes to make all tests pass in latest (c35386e4b456) scansion
author Matthew Wild <mwild1@gmail.com>
date Mon, 10 Sep 2018 14:58:44 +0100
parent 9266:c5267f5fd6e6
child 9291:329a670ae975
comparison
equal deleted inserted replaced
9289:b5fc11475b5d 9290:decdaaf78f32
76 <presence/> 76 <presence/>
77 77
78 Juliet's phone receives: 78 Juliet's phone receives:
79 <message from="${Romeo's full JID}" type="chat"> 79 <message from="${Romeo's full JID}" type="chat">
80 <body>Hello Juliet, are you there?</body> 80 <body>Hello Juliet, are you there?</body>
81 <delay xmlns='urn:xmpp:delay' from='localhost' /> 81 <delay xmlns='urn:xmpp:delay' from='localhost' stamp='{scansion:any}' />
82 </message> 82 </message>
83 83
84 # Romeo sends another bare-JID message, it should be delivered 84 # Romeo sends another bare-JID message, it should be delivered
85 # instantly to Juliet's phone 85 # instantly to Juliet's phone
86 86