Package tigase.server

Class Presence

java.lang.Object
tigase.server.Packet
tigase.server.Presence

public class Presence extends Packet
Created: Dec 31, 2009 8:42:05 PM
Author:
Artur Hefczyc
  • Field Details

    • ELEM_NAME

      public static final String ELEM_NAME
      See Also:
    • PRESENCE_ERROR_PATH

      public static final String[] PRESENCE_ERROR_PATH
    • PRESENCE_PRIORITY_PATH

      public static final String[] PRESENCE_PRIORITY_PATH
    • PRESENCE_SHOW_PATH

      public static final String[] PRESENCE_SHOW_PATH
  • Constructor Details

  • Method Details

    • getElNameErrorPath

      protected String[] getElNameErrorPath()
      Description copied from class: Packet
      A convenience method to provide XML path as String[] to error element. This method should be override by all classes extending this class.
      Overrides:
      getElNameErrorPath in class Packet
      Returns:
      XML path to error element.