XEP-0158: Use a correct MUC join stanza as example.

This commit is contained in:
Emmanuel Gil Peyrot 2019-11-07 10:46:25 +01:00
parent f0bbd16b2d
commit ae69df4e87
1 changed files with 3 additions and 1 deletions

View File

@ -460,7 +460,9 @@
<p>A service that hosts multi-user chat rooms in accordance with <cite>XEP-0045</cite> MAY challenge unknown entities that seek to join such rooms or that send messages in such rooms.</p>
<example caption='Sender Attempts to Join Chat Room'><![CDATA[
<presence from='robot@abuser.com/zombie'
to='friendly-chat@muc.victim.com/robot101'/>
to='friendly-chat@muc.victim.com/robot101'>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
]]></example>
<example caption='Challenger Offers a Choice of Challenges to Sender'><![CDATA[
<message from='friendly-chat@muc.victim.com'