mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
Fix double-namespacing bug in example 12 of MAM
This commit is contained in:
parent
62ee3b9a44
commit
cbe0abb8ab
@ -403,8 +403,7 @@
|
|||||||
<message xmlns='jabber:client'
|
<message xmlns='jabber:client'
|
||||||
to='juliet@capulet.lit/balcony'
|
to='juliet@capulet.lit/balcony'
|
||||||
from='romeo@montague.lit/orchard'
|
from='romeo@montague.lit/orchard'
|
||||||
type='chat'
|
type='chat'>
|
||||||
xmlns='jabber:client'>
|
|
||||||
<body>Call me but love, and I'll be new baptized; Henceforth I never will be Romeo.</body>
|
<body>Call me but love, and I'll be new baptized; Henceforth I never will be Romeo.</body>
|
||||||
</message>
|
</message>
|
||||||
</forwarded>
|
</forwarded>
|
||||||
@ -418,8 +417,7 @@
|
|||||||
<message xmlns='jabber:client'
|
<message xmlns='jabber:client'
|
||||||
to='romeo@montague.lit/orchard'
|
to='romeo@montague.lit/orchard'
|
||||||
from='juliet@capulet.lit/balcony'
|
from='juliet@capulet.lit/balcony'
|
||||||
type='chat' id='8a54s'
|
type='chat' id='8a54s'>
|
||||||
xmlns='jabber:client'>
|
|
||||||
<body>What man art thou that thus bescreen'd in night so stumblest on my counsel?</body>
|
<body>What man art thou that thus bescreen'd in night so stumblest on my counsel?</body>
|
||||||
</message>
|
</message>
|
||||||
</forwarded>
|
</forwarded>
|
||||||
|
Loading…
Reference in New Issue
Block a user