Package | Description |
---|---|
tigase.component.adhoc | |
tigase.component.exceptions | |
tigase.server.bosh | |
tigase.workgroupqueues | |
tigase.xmpp | |
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
tigase.xmpp.impl.push |
Modifier and Type | Method and Description |
---|---|
Authorization |
AdHocCommandException.getErrorCondition() |
Constructor and Description |
---|
AdHocCommandException(Authorization errorCondition) |
AdHocCommandException(Authorization errorCondition,
String message) |
AdHocCommandException(Element item,
Authorization errorCondition) |
AdHocCommandException(Element item,
Authorization errorCondition,
String message) |
Constructor and Description |
---|
ComponentException(Authorization errorCondition) |
ComponentException(Authorization errorCondition,
String text) |
ComponentException(Authorization errorCondition,
String text,
String message) |
ComponentException(Authorization errorCondition,
String text,
String message,
Throwable cause) |
ComponentException(Authorization errorCondition,
String text,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
void |
BoshIOService.sendErrorAndStop(Authorization errorCode,
StreamError streamError,
Packet packet,
String errorMsg) |
Constructor and Description |
---|
ComponentException(Authorization errorCondition) |
ComponentException(Authorization errorCondition,
String text) |
ComponentException(Authorization errorCondition,
String text,
String message) |
Modifier and Type | Field and Description |
---|---|
protected Authorization |
RepositoryAccess.authState
Current authorization state - initialy session i
NOT_AUTHORIZED . |
Modifier and Type | Method and Description |
---|---|
Authorization |
XMPPProcessor.canHandle(Packet packet,
XMPPResourceConnection conn) |
Authorization |
XMPPImplIfc.canHandle(Packet packet,
XMPPResourceConnection conn)
By default the method uses
XMPPImplIfc.supElementNamePaths() and XMPPImplIfc.supTypes() method results to determine
whether the plugin would process given packet. |
Authorization |
RepositoryAccess.changeRegistration(String name_param,
String pass_param,
Map<String,String> registr_params) |
Authorization |
RepositoryAccess.getAuthState()
Gets the value of authState
|
static Authorization |
Authorization.getByCondition(String condition) |
Authorization |
XMPPProcessorException.getErrorCondition() |
Authorization |
XMPPResourceConnection.unregister(String name_param)
Deprecated.
|
Authorization |
RepositoryAccess.unregister(String name_param)
Deprecated.
|
static Authorization |
Authorization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Authorization[] |
Authorization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
XMPPProcessorException(Authorization errorCondition) |
XMPPProcessorException(Authorization errorCondition,
String text) |
XMPPProcessorException(Authorization errorCondition,
String text,
String message) |
XMPPProcessorException(Authorization errorCondition,
String text,
String message,
Throwable cause) |
XMPPProcessorException(Authorization errorCondition,
String text,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Authorization |
JabberIqStats.canHandle(Packet packet,
XMPPResourceConnection conn) |
Authorization |
JabberIqCommand.canHandle(Packet packet,
XMPPResourceConnection conn) |
Authorization |
FlexibleOfflineMessageRetrieval.canHandle(Packet packet,
XMPPResourceConnection conn) |
protected Authorization |
JabberIqAuth.doAuth(NonAuthUserRepository repo,
Map<String,Object> settings,
XMPPResourceConnection session,
BareJID user_id,
String password,
String digest) |
Authorization |
OfflineMessages.savePacketForOffLineUser(Packet pac,
OfflineMsgRepositoryIfc repo,
NonAuthUserRepository userRepo)
Method stores messages to offline repository with the following rules applied, i.e. saves only: message
stanza with either nonempty
<body> , <event> or <header> child element and only messages
of type normal, chat. |
static Authorization |
JabberIqPrivacy.validateList(XMPPResourceConnection session,
List<Element> items) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractPushNotifications.shouldDisablePush(Authorization error) |
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.