Skip to content

Commit

Permalink
corrected error condition
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.xmpp.org:7938/xmpp/trunk@2545 4b5297f7-1745-476d-ba37-a9c6900126ab
  • Loading branch information
stpeter committed Dec 1, 2008
1 parent 2415bab commit 6bac31e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/xep-0077.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 6bac31e

Please sign in to comment.