aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java')
-rw-r--r--src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java b/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
index 2ac7fcf..0d86d76 100644
--- a/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
+++ b/src/net/java/sip/communicator/service/protocol/event/ChatRoomMessageDeliveryFailedEvent.java
@@ -66,6 +66,13 @@ public class ChatRoomMessageDeliveryFailedEvent
public static final int FORBIDDEN = 6;
/**
+ * Set when delivery fails because of dependency on an operation that is
+ * unsupported. For example, because it is unknown or not supported at that
+ * particular moment.
+ */
+ public static final int UNSUPPORTED_OPERATION = 7;
+
+ /**
* An error code indicating the reason for the failure of this delivery.
*/
private int errorCode = UNKNOWN_ERROR;