Class DefaultDiscoItemsFilter

  • All Implemented Interfaces:
    DiscoItemsFilter

    @Bean(name="discoItemsFilter",
          active=true)
    public class DefaultDiscoItemsFilter
    extends java.lang.Object
    implements DiscoItemsFilter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean allowed​(tigase.xmpp.jid.JID senderJID, Room room)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultDiscoItemsFilter

        public DefaultDiscoItemsFilter()
    • Method Detail

      • allowed

        public boolean allowed​(tigase.xmpp.jid.JID senderJID,
                               Room room)
        Specified by:
        allowed in interface DiscoItemsFilter