XEP-0405: Fix wrong MIX presence extension namespace in examples

This commit is contained in:
Linus Jahn 2022-07-02 20:04:15 +02:00
parent f86bc85bc6
commit 9bfe842993
No known key found for this signature in database
GPG Key ID: 4663231A91A1E27B
1 changed files with 8 additions and 2 deletions

View File

@ -38,6 +38,12 @@
<shortname>MIX-PAM</shortname>
&ksmithisode;
&skille;
<revision>
<version>0.5.2</version>
<date>2021-07-02</date>
<initials>lnj</initials>
<remark><p>Fix wrong mix presence extension namespace in examples</p></remark>
</revision>
<revision>
<version>0.5.1</version>
<date>2020-11-03</date>
@ -456,7 +462,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
<presence from='123435#coven@mix.shakespeare.example/UUID-a1j/7533'
to='hag99@shakespeare.example'
id='77E07BB0-55CF-4BD4-890E-3F7C0E686BBD'>
<mix xmlns='urn:xmpp:presence:0'>
<mix xmlns='urn:xmpp:mix:presence:0'>
<jid>hecate@shakespeare.example/UUID-x4r/2491</jid>
<nick>thirdwitch</nick>
</mix>
@ -470,7 +476,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
<presence from='123435#coven@mix.shakespeare.example/UUID-a1j/7533'
to='hag99@shakespeare.example/UUID-rrr/1234'
id='77E07BB0-55CF-4BD4-890E-3F7C0E686BBD'>
<mix xmlns='urn:xmpp:presence:0'>
<mix xmlns='urn:xmpp:mix:presence:0'>
<jid>hecate@shakespeare.example/UUID-x4r/2491</jid>
<nick>thirdwitch</nick>
</mix>