mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
Remove <invalid-id> stream error (SMACK-401)
RFC 6120 removed the unnecessary and unused <invalid-id/> stream error.
This commit is contained in:
parent
470868506f
commit
acbf75a01b
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ package org.jivesoftware.smack.packet;
|
||||||
* misconfiguration. </td></tr>
|
* misconfiguration. </td></tr>
|
||||||
* <tr><td> invalid-from </td><td> the JID or hostname provided in a 'from' address does
|
* <tr><td> invalid-from </td><td> the JID or hostname provided in a 'from' address does
|
||||||
* not match an authorized JID. </td></tr>
|
* not match an authorized JID. </td></tr>
|
||||||
* <tr><td> invalid-id </td><td> the stream ID or dialback ID is invalid or does not match
|
|
||||||
* an ID previously provided. </td></tr>
|
|
||||||
* <tr><td> invalid-namespace </td><td> the streams namespace name is invalid. </td></tr>
|
* <tr><td> invalid-namespace </td><td> the streams namespace name is invalid. </td></tr>
|
||||||
* <tr><td> invalid-xml </td><td> the entity has sent invalid XML over the stream. </td></tr>
|
* <tr><td> invalid-xml </td><td> the entity has sent invalid XML over the stream. </td></tr>
|
||||||
* <tr><td> not-authorized </td><td> the entity has attempted to send data before the
|
* <tr><td> not-authorized </td><td> the entity has attempted to send data before the
|
||||||
|
|
Loading…
Reference in a new issue