Package | Description |
---|---|
org.jivesoftware.sparkimpl.plugin.transcripts |
Modifier and Type | Method and Description |
---|---|
static ChatTranscript |
ChatTranscripts.getChatTranscript(java.lang.String jid)
Retrieve the full chat history.
|
static ChatTranscript |
ChatTranscripts.getCurrentChatTranscript(java.lang.String jid)
Retrieve the current chat history.
|
static ChatTranscript |
ChatTranscripts.getTranscript(java.io.File transcriptFile)
Reads in the transcript file using the Xml Pull Parser.
|
Modifier and Type | Method and Description |
---|---|
static void |
ChatTranscripts.appendToTranscript(java.lang.String jid,
ChatTranscript transcript)
Appends the given ChatTranscript to the transcript file associated with a JID.
|