1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-24 10:12:19 -05:00
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2986 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2009-04-05 18:29:10 +00:00
parent 88b0779ce0
commit c87e313e60

View File

@ -157,7 +157,7 @@ SERVER:
</exodus> </exodus>
</query> </query>
<error code="403" type="cancel"> <error code="403" type="cancel">
<service-unavailable <forbidden
xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>
</iq> </iq>
@ -173,7 +173,7 @@ SERVER:
<iq type="error" iq="1004"> <iq type="error" iq="1004">
<query xmlns="jabber:iq:private"/> <query xmlns="jabber:iq:private"/>
<error code="406" type="modify"> <error code="406" type="modify">
<not-acceptable <bad-format
xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>
</iq> </iq>