Class AbstractMucModule

    • Field Summary

      • Fields inherited from class tigase.component.modules.AbstractModule

        eventBus, log, writer
      • Fields inherited from interface tigase.component.modules.Module

        EMPTY_FEATURES
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static tigase.xml.Element createResultIQ​(tigase.xml.Element iq)  
      static java.lang.String getNicknameFromJid​(tigase.xmpp.jid.JID jid)  
      protected void sendMucMessage​(Room room, java.lang.String recipientNickame, java.lang.String message)  
      • Methods inherited from class tigase.component.modules.AbstractModule

        fireEvent, getEventBus, getWriter, setEventBus, setWriter, write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface tigase.component.modules.Module

        canHandle, getFeatures, getModuleCriteria, process
    • Constructor Detail

      • AbstractMucModule

        public AbstractMucModule()
    • Method Detail

      • createResultIQ

        public static tigase.xml.Element createResultIQ​(tigase.xml.Element iq)
      • getNicknameFromJid

        public static java.lang.String getNicknameFromJid​(tigase.xmpp.jid.JID jid)
      • sendMucMessage

        protected void sendMucMessage​(Room room,
                                      java.lang.String recipientNickame,
                                      java.lang.String message)
                               throws tigase.util.stringprep.TigaseStringprepException
        Throws:
        tigase.util.stringprep.TigaseStringprepException