Package tigase.muc

Class StatusCodes

java.lang.Object
tigase.muc.StatusCodes

public class StatusCodes extends Object
  • Field Details

    • OCCUPANT_IS_ALLOWED_TO_SEE_JID

      public static final 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 Integer SELF_PRESENCE
      Inform user that presence refers to itself.
    • ROOM_LOGGING_IS_ENABLED

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

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

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

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

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

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

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

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

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

      public static final 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 Details

    • StatusCodes

      public StatusCodes()