Searched refs:getTranscript (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DTranscriptManager.java32 * {@link #getTranscript(String, String)} or to retrieve a list with the summary of all the
52 public Transcript getTranscript(String workgroupJID, String sessionID) throws XMPPException { method in class:TranscriptManager
H A DAgentSession.java471 public Transcript getTranscript(String sessionID) throws XMPPException { method in class:AgentSession
472 return transcriptManager.getTranscript(workgroupJID, sessionID);

Completed in 71 milliseconds