mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Fix remaining :0 namespaces in MAM
This commit is contained in:
parent
df19db814a
commit
804bf4c931
@ -474,7 +474,7 @@
|
||||
<p>In the case of non-anonymous rooms or if the recipient of the MUC archive has the right to access the sender real JID at the time of the query, the archive message will use extended message information in an <x/> element qualified by the 'http://jabber.org/protocol/muc#user' namespace and containing an <item/> child with a 'jid' attribute specifying the occupant's full JID, as defined for non-anonymous room presence in &xep0045;.</p>
|
||||
<example caption='Server returns MUC messages'><![CDATA[
|
||||
<message id='iasd207' from='coven@chat.shakespeare.lit' to='hag66@shakespeare.lit/pda'>
|
||||
<result xmlns='urn:xmpp:mam:0' queryid='g27' id='34482-21985-73620'>
|
||||
<result xmlns='urn:xmpp:mam:1' queryid='g27' id='34482-21985-73620'>
|
||||
<forwarded xmlns='urn:xmpp:forward:0'>
|
||||
<delay xmlns='urn:xmpp:delay' stamp='2002-10-13T23:58:37Z'/>
|
||||
<message xmlns="jabber:client"
|
||||
@ -493,7 +493,7 @@
|
||||
</message>
|
||||
|
||||
<message id='iasd207' from='coven@chat.shakespeare.lit' to='hag66@shakespeare.lit/pda'>
|
||||
<result xmlns='urn:xmpp:mam:0' queryid='g27' id='34482-21985-73620'>
|
||||
<result xmlns='urn:xmpp:mam:1' queryid='g27' id='34482-21985-73620'>
|
||||
<forwarded xmlns='urn:xmpp:forward:0'>
|
||||
<delay xmlns='urn:xmpp:delay' stamp='2002-10-13T23:58:43Z'/>
|
||||
<message xmlns="jabber:client"
|
||||
|
Loading…
Reference in New Issue
Block a user