public abstract class AbstractHistoryProvider<DS extends tigase.db.DataSource> extends Object implements HistoryProvider<DS>
| Modifier and Type | Field and Description |
|---|---|
protected Logger |
log |
protected static tigase.xml.SimpleParser |
parser |
| Constructor and Description |
|---|
AbstractHistoryProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected static <Q extends tigase.xmpp.mam.Query> |
calculateOffsetAndPosition(Q query,
int count,
Integer before,
Integer after) |
tigase.server.Packet |
createMessage(tigase.xmpp.jid.BareJID roomJID,
tigase.xmpp.jid.JID senderJID,
String msgSenderNickname,
String originalMessage,
String body,
String msgSenderJid,
boolean addRealJids,
Date msgTimestamp) |
tigase.xml.Element |
createMessageElement(tigase.xmpp.jid.BareJID roomJID,
tigase.xmpp.jid.JID senderJID,
String msgSenderNickname,
String originalMessage,
String body) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddJoinEvent, addLeaveEvent, addMessage, addSubjectChange, destroy, getHistoryMessages, isPersistent, removeHistoryprotected static final tigase.xml.SimpleParser parser
protected final Logger log
protected static <Q extends tigase.xmpp.mam.Query> void calculateOffsetAndPosition(Q query,
int count,
Integer before,
Integer after)
public tigase.server.Packet createMessage(tigase.xmpp.jid.BareJID roomJID,
tigase.xmpp.jid.JID senderJID,
String msgSenderNickname,
String originalMessage,
String body,
String msgSenderJid,
boolean addRealJids,
Date msgTimestamp)
throws tigase.util.stringprep.TigaseStringprepException
tigase.util.stringprep.TigaseStringprepExceptionpublic tigase.xml.Element createMessageElement(tigase.xmpp.jid.BareJID roomJID,
tigase.xmpp.jid.JID senderJID,
String msgSenderNickname,
String originalMessage,
String body)
throws tigase.util.stringprep.TigaseStringprepException
tigase.util.stringprep.TigaseStringprepExceptionCopyright © 2007–2019 "Tigase, Inc.". All rights reserved.