Class PresenceModule

    • Constructor Detail

      • PresenceModule

        public PresenceModule()
    • Method Detail

      • getFeatures

        public java.lang.String[] getFeatures()
        Description copied from interface: Module
        Returns XMPP features offered by module. Features will be returned by Service Discovery.
        Returns:
        array of features or null.
      • getModuleCriteria

        public Criteria getModuleCriteria()
        Description copied from interface: Module
        Returns critera used by Component to select module to handle incoming stanza.
        Returns:
        criteria of selecting module.
      • sendAgentStatusUpdate

        public void sendAgentStatusUpdate​(Agent agent)
                                   throws TigaseStringprepException
        Workgroup Status Update. Update agents on the status of the workgroup.
        Parameters:
        agent - agent to send update.
        Throws:
        TigaseStringprepException - in case of invalid JID.