diff --git a/source/org/jivesoftware/smack/packet/StreamError.java b/source/org/jivesoftware/smack/packet/StreamError.java
index 46e674bd6..f40a637fb 100644
--- a/source/org/jivesoftware/smack/packet/StreamError.java
+++ b/source/org/jivesoftware/smack/packet/StreamError.java
@@ -45,8 +45,6 @@ package org.jivesoftware.smack.packet;
* misconfiguration.
*
invalid-from | the JID or hostname provided in a 'from' address does
* not match an authorized JID. |
- * invalid-id | the stream ID or dialback ID is invalid or does not match
- * an ID previously provided. |
* invalid-namespace | the streams namespace name is invalid. |
* invalid-xml | the entity has sent invalid XML over the stream. |
* not-authorized | the entity has attempted to send data before the
|