| Package | Description |
|---|---|
| tigase.server.amp | |
| tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
| Modifier and Type | Class and Description |
|---|---|
class |
JDBCMsgRepository
Created: May 3, 2010 5:28:02 PM
|
class |
MsgRepository<T> |
| Modifier and Type | Method and Description |
|---|---|
static MsgRepositoryIfc |
MsgRepository.getInstance(String cls,
String id_string) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
OfflineMessages.OfflineMsgRepositoryIfc |
| Modifier and Type | Method and Description |
|---|---|
protected MsgRepositoryIfc |
OfflineMessages.getMsgRepoImpl(NonAuthUserRepository repo,
XMPPResourceConnection conn)
Method allows obtaining instance of
MsgRepositoryIfc interface
implementation. |
| Modifier and Type | Method and Description |
|---|---|
Queue<Packet> |
OfflineMessages.restorePacketForOffLineUser(XMPPResourceConnection conn,
MsgRepositoryIfc repo)
Method restores all messages from repository for the JID of the current
session.
|
Authorization |
OfflineMessages.savePacketForOffLineUser(Packet pac,
MsgRepositoryIfc 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. |
Copyright © 2017 "Tigase, Inc.". All rights reserved.