HomeSort by relevance Sort by last modified time
    Searched refs:getTranscripts (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
TranscriptManager.java 33 * conversations that a user had {@link #getTranscripts(String, String)}.
81 public Transcripts getTranscripts(String workgroupJID, String userID) throws XMPPException {
AgentSession.java 460 public Transcripts getTranscripts(String userID) throws XMPPException {
461 return transcriptManager.getTranscripts(workgroupJID, userID);
    [all...]

Completed in 412 milliseconds