Package tigase.muc

Class StatusCodes


  • public class StatusCodes
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Integer BANNED
      Inform user that he or she has been banned from the room.
      static java.lang.Integer CONFIGURATION_CHANGE
      Inform occupants that a non-privacy-related room configuration change has occurred.
      static java.lang.Integer KICKED
      Inform user that he or she has been kicked from the room.
      static java.lang.Integer NEW_NICKNAME
      Inform all occupants of new room nickname.
      static java.lang.Integer NEW_ROOM
      Inform user that a new room has been created.
      static java.lang.Integer OCCUPANT_IS_ALLOWED_TO_SEE_JID
      Inform user that any occupant is allowed to see the user's full JID.
      static java.lang.Integer REMOVED_FROM_ROOM
      Inform users that a user was removed because of an error reply (for example when an s2s link fails between the MUC and the removed users server).
      static java.lang.Integer ROOM_IS_NOW_NON_ANONYMOUS
      Inform occupants that the room is now non-anonymous.
      static java.lang.Integer ROOM_IS_NOW_SEMI_ANONYMOUS
      Inform occupants that the room is now semi-anonymous.
      static java.lang.Integer ROOM_LOGGING_IS_DISABLED
      Inform occupants that room logging is now disabled.
      static java.lang.Integer ROOM_LOGGING_IS_ENABLED
      Inform occupants that room logging is now enabled.
      static java.lang.Integer SELF_PRESENCE
      Inform user that presence refers to itself.
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusCodes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • OCCUPANT_IS_ALLOWED_TO_SEE_JID

        public static final java.lang.Integer OCCUPANT_IS_ALLOWED_TO_SEE_JID
        Inform user that any occupant is allowed to see the user's full JID.
      • SELF_PRESENCE

        public static final java.lang.Integer SELF_PRESENCE
        Inform user that presence refers to itself.
      • ROOM_LOGGING_IS_ENABLED

        public static final java.lang.Integer ROOM_LOGGING_IS_ENABLED
        Inform occupants that room logging is now enabled.
      • ROOM_LOGGING_IS_DISABLED

        public static final java.lang.Integer ROOM_LOGGING_IS_DISABLED
        Inform occupants that room logging is now disabled.
      • NEW_ROOM

        public static final java.lang.Integer NEW_ROOM
        Inform user that a new room has been created.
      • NEW_NICKNAME

        public static final java.lang.Integer NEW_NICKNAME
        Inform all occupants of new room nickname.
      • ROOM_IS_NOW_NON_ANONYMOUS

        public static final java.lang.Integer ROOM_IS_NOW_NON_ANONYMOUS
        Inform occupants that the room is now non-anonymous.
      • ROOM_IS_NOW_SEMI_ANONYMOUS

        public static final java.lang.Integer ROOM_IS_NOW_SEMI_ANONYMOUS
        Inform occupants that the room is now semi-anonymous.
      • CONFIGURATION_CHANGE

        public static final java.lang.Integer CONFIGURATION_CHANGE
        Inform occupants that a non-privacy-related room configuration change has occurred.
      • KICKED

        public static final java.lang.Integer KICKED
        Inform user that he or she has been kicked from the room.
      • BANNED

        public static final java.lang.Integer BANNED
        Inform user that he or she has been banned from the room.
      • REMOVED_FROM_ROOM

        public static final java.lang.Integer REMOVED_FROM_ROOM
        Inform users that a user was removed because of an error reply (for example when an s2s link fails between the MUC and the removed users server).
    • Constructor Detail

      • StatusCodes

        public StatusCodes()