mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Change xml-not-well-formed to not-well-formed
Fixes SMACK-400
This commit is contained in:
parent
acbf75a01b
commit
235eca3a3d
1 changed files with 2 additions and 2 deletions
|
@ -70,8 +70,8 @@ package org.jivesoftware.smack.packet;
|
||||||
* <tr><td> unsupported-version </td><td> the value of the 'version' attribute provided by
|
* <tr><td> unsupported-version </td><td> the value of the 'version' attribute provided by
|
||||||
* the initiating entity in the stream header specifies a version of XMPP that is not
|
* the initiating entity in the stream header specifies a version of XMPP that is not
|
||||||
* supported. </td></tr>
|
* supported. </td></tr>
|
||||||
* <tr><td> xml-not-well-formed </td><td> the initiating entity has sent XML that is
|
* <tr><td> not-well-formed </td><td> the initiating entity has sent XML that is not
|
||||||
* not well-formed. </td></tr>
|
* well-formed. </td></tr>
|
||||||
* </table>
|
* </table>
|
||||||
*
|
*
|
||||||
* @author Gaston Dombiak
|
* @author Gaston Dombiak
|
||||||
|
|
Loading…
Reference in a new issue