Interface PresenceModule

All Superinterfaces:
tigase.component.modules.Module
All Known Implementing Classes:
PresenceModuleImpl, PresenceModuleNoBroadcast

public interface PresenceModule extends tigase.component.modules.Module
Author:
bmalkow
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface tigase.component.modules.Module

    EMPTY_FEATURES
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    doQuit(Room room, tigase.xmpp.jid.JID senderJID, Integer... selfStatusCodes)
     
    void
    sendPresencesToNewOccupant(Room room, tigase.xmpp.jid.JID senderJID)
     

    Methods inherited from interface tigase.component.modules.Module

    canHandle, getFeatures, getModuleCriteria, process
  • Field Details

  • Method Details

    • doQuit

      void doQuit(Room room, tigase.xmpp.jid.JID senderJID, Integer... selfStatusCodes) throws tigase.util.stringprep.TigaseStringprepException
      Throws:
      tigase.util.stringprep.TigaseStringprepException
    • sendPresencesToNewOccupant

      void sendPresencesToNewOccupant(Room room, tigase.xmpp.jid.JID senderJID) throws tigase.util.stringprep.TigaseStringprepException
      Throws:
      tigase.util.stringprep.TigaseStringprepException