Interface PresenceModule

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

    public interface PresenceModule
    extends tigase.component.modules.Module
    Author:
    bmalkow
    • Method Detail

      • doQuit

        void doQuit​(Room room,
                    tigase.xmpp.JID senderJID)
             throws tigase.util.TigaseStringprepException
        Parameters:
        r -
        source -
        Throws:
        tigase.util.TigaseStringprepException
      • sendPresencesToNewOccupant

        void sendPresencesToNewOccupant​(Room room,
                                        tigase.xmpp.JID senderJID)
                                 throws tigase.util.TigaseStringprepException
        Parameters:
        room -
        occupantJID -
        Throws:
        tigase.util.TigaseStringprepException