Uses of Class
tigase.server.xmppsession.UserSessionEvent
-
Packages that use UserSessionEvent Package Description tigase.cluster tigase.server.xmppsession tigase.xmpp.impl Package containing implementation of all Session Manager pluginstigase.xmpp.impl.roster -
-
Uses of UserSessionEvent in tigase.cluster
Methods in tigase.cluster with parameters of type UserSessionEvent Modifier and Type Method Description protected booleanSessionManagerClustered. fillRoutedUserSessionEvent(UserSessionEvent event)protected java.util.Collection<Subscription>SessionManagerClustered. routeUserSessionEvent(UserSessionEvent event, java.util.Collection<Subscription> subscriptions) -
Uses of UserSessionEvent in tigase.server.xmppsession
Subclasses of UserSessionEvent in tigase.server.xmppsession Modifier and Type Class Description classUserSessionEventWithProcessorResultWriter -
Uses of UserSessionEvent in tigase.xmpp.impl
Subclasses of UserSessionEvent in tigase.xmpp.impl Modifier and Type Class Description static classJabberIqPrivacy.PrivacyListUpdatedEventstatic classMessageCarbons.MessageCarbonsStateChangedEventEvent class responsible for notification other sessions of same user that message carbons state was changed. -
Uses of UserSessionEvent in tigase.xmpp.impl.roster
Subclasses of UserSessionEvent in tigase.xmpp.impl.roster Modifier and Type Class Description static classRosterAbstract.RosterModifiedEvent
-