mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -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'>
|
||||
<x xmlns='http://jabber.org/protocol/muc#user'>
|
||||
<item affiliation='member' role='participant'/>
|
||||
<status code='100'/>
|
||||
<status code='100'>
|
||||
<realjid-public xmlns='urn:xmpp:muc:conditions:1'/>
|
||||
</status>
|
||||
<status code='110'/>
|
||||
<status code='110'>
|
||||
<self-presence xmlns='urn:xmpp:muc:conditions:1'/>
|
||||
</status>
|
||||
</x>
|
||||
|
Loading…
Reference in New Issue
Block a user