correction

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@1432 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2007-11-28 21:04:44 +00:00
parent eb35e9a89f
commit 6cd658640b
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@
<p>Several error conditions are possible:</p>
<table caption='Password Change Error Cases'>
<tr><th>Condition</th><th>Description</th></tr>
<tr><td>&badrequest;</td><td>The password change request does not contain complete information (both &lt;username/&gt; and &lt;password/&gt; are required).</td></tr>
<tr><td>&badrequest;</td><td>The password change request does not contain complete information (e.g., the service requires inclusion of the &lt;username/&gt; element).</td></tr>
<tr><td>&notauthorized;</td><td>The server or service does not consider the channel safe enough to enable a password change.</td></tr>
<tr><td>&notallowed;</td><td>The server or service does not allow password changes.</td></tr>
<tr><td>&unexpected;</td><td>The host is an instant messaging server and the IQ set does not contain a 'from' address because the entity is not registered with the server.</td></tr>