Fix the XEP-0306 example

The status element was not correct.
This commit is contained in:
mathieui 2016-06-05 15:00:16 +02:00 committed by Sam Whited
parent 837617b9e7
commit 287368c322
1 changed files with 2 additions and 2 deletions

View File

@ -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>