corrected error condition

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2545 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-12-01 17:06:56 +00:00
parent d885f51bef
commit 887192cf74
1 changed files with 3 additions and 3 deletions

View File

@ -427,7 +427,7 @@
]]></example> ]]></example>
<example caption='Host Informs Client of Failed Password Change (Not Authorized)'><![CDATA[ <example caption='Host Informs Client of Failed Password Change (Not Authorized)'><![CDATA[
<iq type='error' from='shakespeare.lit' to='bill@shakespeare.lit/globe' id='change1'> <iq type='error' from='shakespeare.lit' to='bill@shakespeare.lit/globe' id='change1'>
<error code='401' type='cancel'> <error code='401' type='modify'>
<not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>
</iq> </iq>
@ -463,8 +463,8 @@
</field> </field>
</x> </x>
</query> </query>
<error code='405' type='cancel'> <error code='401' type='modify'>
<not-allowed xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error> </error>
</iq> </iq>
]]></example> ]]></example>