mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
2.4
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1928 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
af626918c7
commit
076070f6c7
12
xep-0030.xml
12
xep-0030.xml
@ -36,10 +36,10 @@
|
||||
&reatmon;
|
||||
&stpeter;
|
||||
<revision>
|
||||
<version>2.4pre1</version>
|
||||
<date>in progress, last updated 2008-04-28</date>
|
||||
<version>2.4</version>
|
||||
<date>2008-06-06</date>
|
||||
<initials>psa</initials>
|
||||
<remark><p>Removed disco-publish feature (implementations should use publish-subscribe instead).</p></remark>
|
||||
<remark><p>Per Council consensus, removed disco-publish feature (implementations should use publish-subscribe instead).</p></remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>2.3</version>
|
||||
@ -290,7 +290,7 @@
|
||||
to='romeo@montague.net/orchard'
|
||||
id='info1'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
<error code='404' type='cancel'>
|
||||
<error type='cancel'>
|
||||
<item-not-found xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
</iq>
|
||||
@ -302,7 +302,7 @@
|
||||
to='romeo@montague.net/orchard'
|
||||
id='info1'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
<error code='503' type='cancel'>
|
||||
<error type='cancel'>
|
||||
<service-unavailable xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
</iq>
|
||||
@ -639,7 +639,7 @@
|
||||
id='info3'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'
|
||||
node='http://jabber.org/protocol/commands'/>
|
||||
<error code='405' type='cancel'>
|
||||
<error type='cancel'>
|
||||
<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
|
||||
</error>
|
||||
</iq>
|
||||
|
Loading…
Reference in New Issue
Block a user