Package | Description |
---|---|
tigase.db | |
tigase.db.xml | |
tigase.server.amp.db | |
tigase.xmpp.impl |
Package containing implementation of all Session Manager plugins
|
Modifier and Type | Interface and Description |
---|---|
interface |
MsgRepositoryIfc<T extends DataSource>
Created by andrzej on 13.03.2016.
|
Modifier and Type | Class and Description |
---|---|
class |
XMLMsgRepository
Created by andrzej on 04.04.2017.
|
Modifier and Type | Class and Description |
---|---|
class |
JDBCMsgRepository
Created: May 3, 2010 5:28:02 PM
|
class |
MsgRepository<T,S extends DataSource> |
static class |
MsgRepository.MsgRepositoryMDBean
Bean used to provide MsgRepository implementations
|
Modifier and Type | Interface and Description |
---|---|
static interface |
OfflineMessages.OfflineMsgRepositoryIfc |
Modifier and Type | Method and Description |
---|---|
Queue<Packet> |
OfflineMessages.restorePacketForOffLineUser(XMPPResourceConnection conn,
OfflineMsgRepositoryIfc repo)
Method restores all messages from repository for the JID of the current session.
|
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. |
Copyright © 2004–2021 "Tigase, Inc.". All rights reserved.