1
0
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:
mathieui 2016-06-05 15:00:16 +02:00 committed by Sam Whited
parent 837617b9e7
commit 287368c322

View File

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