Uses of Class
org.jivesoftware.sparkimpl.plugin.transcripts.HistoryMessage

Packages that use HistoryMessage
org.jivesoftware.sparkimpl.plugin.transcripts   
 

Uses of HistoryMessage in org.jivesoftware.sparkimpl.plugin.transcripts
 

Methods in org.jivesoftware.sparkimpl.plugin.transcripts that return types with arguments of type HistoryMessage
 java.util.List<HistoryMessage> ChatTranscript.getMessages()
          Returns all messages.
 

Methods in org.jivesoftware.sparkimpl.plugin.transcripts with parameters of type HistoryMessage
 void ChatTranscript.addHistoryMessage(HistoryMessage entry)
          Add a HistoryMessage to users chat transcript.