XEP-0107: Change the namespace of a private example

It was previously using Ralph’s domain, which didn’t make it clear that
it was a dummy example.
This commit is contained in:
Emmanuel Gil Peyrot 2018-03-13 11:44:37 +01:00
parent 6596b932d6
commit 5e411ec114
1 changed files with 7 additions and 1 deletions

View File

@ -25,6 +25,12 @@
</schemaloc> </schemaloc>
&stpeter; &stpeter;
&ralphm; &ralphm;
<revision>
<version>1.2.1</version>
<date>2018-03-13</date>
<initials>egp</initials>
<remark><p>Changed the namespace of an example of proprietary extensibility.</p></remark>
</revision>
<revision> <revision>
<version>1.2</version> <version>1.2</version>
<date>2008-10-29</date> <date>2008-10-29</date>
@ -96,7 +102,7 @@
<code><![CDATA[ <code><![CDATA[
<mood xmlns='http://jabber.org/protocol/mood'> <mood xmlns='http://jabber.org/protocol/mood'>
<happy> <happy>
<ecstatic xmlns='http://ik.nu/ralphm'/> <ecstatic xmlns='https://example.org/'/>
</happy> </happy>
<text>Yay, the mood spec has been approved!</text> <text>Yay, the mood spec has been approved!</text>
</mood> </mood>