mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-28 04:02:20 -05:00
XEP-0158: Use a correct MUC join stanza as example.
This commit is contained in:
parent
f0bbd16b2d
commit
ae69df4e87
@ -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>
|
<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[
|
<example caption='Sender Attempts to Join Chat Room'><![CDATA[
|
||||||
<presence from='robot@abuser.com/zombie'
|
<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>
|
||||||
<example caption='Challenger Offers a Choice of Challenges to Sender'><![CDATA[
|
<example caption='Challenger Offers a Choice of Challenges to Sender'><![CDATA[
|
||||||
<message from='friendly-chat@muc.victim.com'
|
<message from='friendly-chat@muc.victim.com'
|
||||||
|
Loading…
Reference in New Issue
Block a user