mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
Fix the XEP-0306 example
The status element was not correct.
This commit is contained in:
parent
837617b9e7
commit
287368c322
@ -67,10 +67,10 @@
|
|||||||
to='hag66@shakespeare.lit/pda'>
|
to='hag66@shakespeare.lit/pda'>
|
||||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||||
<item affiliation='member' role='participant'/>
|
<item affiliation='member' role='participant'/>
|
||||||
<status code='100'/>
|
<status code='100'>
|
||||||
<realjid-public xmlns='urn:xmpp:muc:conditions:1'/>
|
<realjid-public xmlns='urn:xmpp:muc:conditions:1'/>
|
||||||
</status>
|
</status>
|
||||||
<status code='110'/>
|
<status code='110'>
|
||||||
<self-presence xmlns='urn:xmpp:muc:conditions:1'/>
|
<self-presence xmlns='urn:xmpp:muc:conditions:1'/>
|
||||||
</status>
|
</status>
|
||||||
</x>
|
</x>
|
||||||
|
Loading…
Reference in New Issue
Block a user