mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 10:12:19 -05:00
corrected error condition
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2545 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
d885f51bef
commit
887192cf74
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user