Package | Description |
---|---|
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
tigase.xmpp.impl.push | |
tigase.xmpp.impl.roster |
Modifier and Type | Field and Description |
---|---|
protected RosterAbstract |
PresenceAbstract.roster_util |
protected RosterAbstract |
JabberIqRoster.roster_util
instance of class implementing
RosterAbstract |
protected static RosterAbstract |
JabberIqPrivacy.roster_util |
protected RosterAbstract |
InvisibleCommand.roster_util |
Modifier and Type | Method and Description |
---|---|
protected static RosterAbstract |
PresenceAbstract.getRosterUtil()
Returns shared instance of class implementing
RosterAbstract - either default one (RosterFlat ) or
the one configured with "roster-implementation" property. |
protected static RosterAbstract |
LastActivity.getRosterUtil() |
protected RosterAbstract |
JabberIqRoster.getRosterUtil()
Returns shared instance of class implementing
RosterAbstract - either default one (RosterFlat ) or
the one configured with "roster-implementation" property. |
protected RosterAbstract |
InvisibleCommand.getRosterUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
PresenceState.broadcastOffline(XMPPResourceConnection session,
Queue<Packet> results,
Map<String,Object> settings,
RosterAbstract roster_util)
sendPresenceBroadcast method broadcasts given presence to all buddies from roster and to all users
to which direct presence was sent. |
static PrivacyList |
PrivacyList.create(XMPPResourceConnection session,
RosterAbstract rosterUtil,
Element el) |
protected static boolean |
PresenceAbstract.requiresPresenceSending(RosterAbstract roster,
JID buddy,
XMPPResourceConnection session,
boolean systemCheck)
Method checks whether a given contact requires sending presence.
|
static void |
PresenceState.sendPresenceBroadcast(StanzaType t,
XMPPResourceConnection session,
EnumSet<RosterAbstract.SubscriptionType> subscrs,
Queue<Packet> results,
Element pres,
Map<String,Object> settings,
RosterAbstract roster_util)
sendPresenceBroadcast method broadcasts given presence to all buddies from roster and to all users
to which direct presence was sent. |
Modifier and Type | Field and Description |
---|---|
protected RosterAbstract |
IgnoreFromUnknownFilter.roster_util |
Modifier and Type | Class and Description |
---|---|
class |
RosterFlat
Describe class RosterFlat here.
|
Modifier and Type | Method and Description |
---|---|
static RosterAbstract |
RosterFactory.getRosterImplementation(boolean shared_impl)
Creates new instance of class implementing
RosterAbstract - either default one (RosterFlat ) or
the one configured with "roster-implementation" property. |
static RosterAbstract |
RosterFactory.newRosterInstance(String class_name) |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.