XEP-0230: Fix example 2, add missing 'node' attribute

This commit is contained in:
Florian Schmaus 2018-09-08 13:51:37 +02:00
parent 7d4efafe4e
commit a8c7f00ff7
1 changed files with 8 additions and 1 deletions

View File

@ -24,6 +24,12 @@
<shortname>NOT YET ASSIGNED</shortname> <shortname>NOT YET ASSIGNED</shortname>
&hildjj; &hildjj;
&stpeter; &stpeter;
<revision>
<version>0.1.2</version>
<date>2018-09-08</date>
<initials>fs</initials>
<remark><p>Add forgotten node attribute in example 2.</p></remark>
</revision>
<revision> <revision>
<version>0.1.1</version> <version>0.1.1</version>
<date>2016-10-04</date> <date>2016-10-04</date>
@ -66,7 +72,8 @@
to='chat.shakespeare.lit' to='chat.shakespeare.lit'
id='items1'> id='items1'>
<query xmlns='http://jabber.org/protocol/disco#items'> <query xmlns='http://jabber.org/protocol/disco#items'>
<subscribe xmlns='http://jabber.org/protocol/pubsub'/> <subscribe xmlns='http://jabber.org/protocol/pubsub'
node='http://jabber.org/protocol/disco#items'/>
</query> </query>
</iq> </iq>
]]></example> ]]></example>