Uses of Class
tigase.xmpp.XMPPSession
Packages that use XMPPSession
Package
Description
Package containing implementation of all Session Manager plugins
-
Uses of XMPPSession in tigase.cluster
Methods in tigase.cluster that return types with arguments of type XMPPSessionMethods in tigase.cluster with parameters of type XMPPSessionModifier and TypeMethodDescriptionvoid
SessionManagerClustered.processPresenceUpdate
(XMPPSession session, Element packet) -
Uses of XMPPSession in tigase.cluster.api
Methods in tigase.cluster.api that return types with arguments of type XMPPSessionMethods in tigase.cluster.api with parameters of type XMPPSessionModifier and TypeMethodDescriptionvoid
SessionManagerClusteredIfc.processPresenceUpdate
(XMPPSession session, Element element) -
Uses of XMPPSession in tigase.server.xmppsession
Fields in tigase.server.xmppsession with type parameters of type XMPPSessionModifier and TypeFieldDescriptionprotected ConcurrentHashMap<BareJID,
XMPPSession> SessionManager.sessionsByNodeId
A Map with bare user JID as a key and a user session object as a value.Methods in tigase.server.xmppsession that return XMPPSessionModifier and TypeMethodDescriptionprotected XMPPSession
SessionManager.getSession
(BareJID jid) UserPresenceChangedEvent.getSession()
UserSessionEvent.getSession()
Methods in tigase.server.xmppsession with parameters of type XMPPSessionModifier and TypeMethodDescriptionprotected void
SessionManager.processPresenceUpdate
(XMPPSession session, Element packet) void
UserSessionEvent.setSession
(XMPPSession session) Constructors in tigase.server.xmppsession with parameters of type XMPPSessionModifierConstructorDescriptionUserPresenceChangedEvent
(XMPPSession session, Packet presence) UserSessionEvent
(JID sender, JID userJid, XMPPSession session) UserSessionEventWithProcessorResultWriter
(JID sender, JID userJid, XMPPSession session, SessionManager.ProcessorResultWriter writer) -
Uses of XMPPSession in tigase.util.log
Constructor parameters in tigase.util.log with type arguments of type XMPPSessionModifierConstructorDescriptionLogUserFilter
(BareJID jid, Map<BareJID, XMPPSession> sessionsByNodeId) -
Uses of XMPPSession in tigase.xmpp
Methods in tigase.xmpp that return XMPPSessionMethods in tigase.xmpp with parameters of type XMPPSessionModifier and TypeMethodDescriptionvoid
XMPPResourceConnection.removeParentSession
(XMPPSession parent) void
XMPPResourceConnection.setParentSession
(XMPPSession parent) -
Uses of XMPPSession in tigase.xmpp.impl
Constructors in tigase.xmpp.impl with parameters of type XMPPSessionModifierConstructorDescriptionMessageCarbonsStateChangedEvent
(JID sender, JID userJid, XMPPSession session) PrivacyListUpdatedEvent
(JID sender, JID userJid, XMPPSession session, String privacyListName) -
Uses of XMPPSession in tigase.xmpp.impl.roster
Methods in tigase.xmpp.impl.roster with parameters of type XMPPSessionModifier and TypeMethodDescriptionRosterAbstract.addJidToRoster
(UserRepository repository, XMPPSession session, BareJID owner, RosterElement rosterElement) protected List<XMPPResourceConnection>
RosterAbstract.getActiveConnections
(XMPPSession session) RosterAbstract.removeJidFromRoster
(UserRepository repository, XMPPSession session, BareJID owner, JID jid) Deprecated.Constructors in tigase.xmpp.impl.roster with parameters of type XMPPSessionModifierConstructorDescriptionRosterModifiedEvent
(JID sender, JID userJid, XMPPSession session, RosterElement rosterElement) Deprecated.RosterModifiedEvent
(JID sender, JID userJid, XMPPSession session, JID jid, RosterAbstract.SubscriptionType subscription) Deprecated.