Home
last modified time | relevance | path

Searched refs:getTranscripts (Results 1 – 2 of 2) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DTranscriptManager.java81 public Transcripts getTranscripts(String workgroupJID, String userID) throws XMPPException { in getTranscripts() method in TranscriptManager
DAgentSession.java460 public Transcripts getTranscripts(String userID) throws XMPPException { in getTranscripts() method in AgentSession
461 return transcriptManager.getTranscripts(workgroupJID, userID); in getTranscripts()