Uses of Class
tigase.mix.model.ChannelConfiguration
Packages that use ChannelConfiguration
-
Uses of ChannelConfiguration in tigase.mix.model
Methods in tigase.mix.model that return ChannelConfigurationModifier and TypeMethodDescriptionChannelConfiguration.apply(tigase.xml.Element form) IMixRepository.getChannelConfiguration(tigase.xmpp.jid.BareJID channelJID) MixRepository.getChannelConfiguration(tigase.xmpp.jid.BareJID channelJID) protected ChannelConfigurationMixRepository.loadChannelConfiguration(tigase.xmpp.jid.BareJID channelJID) Methods in tigase.mix.model with parameters of type ChannelConfigurationModifier and TypeMethodDescriptionvoidDefaultMixLogic.generateAffiliationChangesNotifications(tigase.xmpp.jid.BareJID channelJid, ChannelConfiguration oldConfig, ChannelConfiguration newConfig, Consumer<tigase.server.Packet> packetConsumer) voidMixLogic.generateAffiliationChangesNotifications(tigase.xmpp.jid.BareJID channelJid, ChannelConfiguration oldConfig, ChannelConfiguration newConfig, Consumer<tigase.server.Packet> packetConsumer) protected voidDefaultMixLogic.generateAffiliationChangesNotificationsForNodeUpdateRights(tigase.xmpp.jid.BareJID channelJID, ChannelConfiguration configuration, ChannelNodePermission oldPermission, ChannelNodePermission newPermission, String node, Consumer<tigase.server.Packet> packetConsumer)