Package | Description |
---|---|
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
tigase.xmpp.impl.roster |
Modifier and Type | Field and Description |
---|---|
protected static RosterAbstract |
JabberIqPrivacy.roster_util |
protected RosterAbstract |
PresenceAbstract.roster_util
Field description
|
protected RosterAbstract |
Presence.roster_util
Field description
|
protected RosterAbstract |
InvisibleCommand.roster_util
Field description
|
protected RosterAbstract |
JabberIqRoster.roster_util
instance of class implementing
RosterAbstract |
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 |
Presence.getRosterUtil()
Returns shared instance of class implementing
RosterAbstract -
either default one (RosterFlat ) or the one configured with
"roster-implementation" property. |
protected RosterAbstract |
InvisibleCommand.getRosterUtil()
Method description
|
protected RosterAbstract |
JabberIqRoster.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() |
Modifier and Type | Method and Description |
---|---|
static void |
Presence.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 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. |
protected static boolean |
PresenceAbstract.requiresPresenceSending(RosterAbstract roster,
JID buddy,
XMPPResourceConnection session,
boolean systemCheck)
Method checks whether a given contact requires sending presence.
|
static void |
Presence.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. |
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 | Class and Description |
---|---|
class |
Roster
Deprecated.
RosterFlat should be used instead
|
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.getRosterImplementation(String class_name,
boolean shared_impl)
Creates new instance of class implementing
RosterAbstract from
provided
class_name |
Copyright © 2017 "Tigase, Inc.". All rights reserved.