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

  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
AgentChatHistory.java 35 public class AgentChatHistory extends IQ {
42 public AgentChatHistory(String agentJID, int maxSessions, Date startDate) {
48 public AgentChatHistory(String agentJID, int maxSessions) {
54 public AgentChatHistory() {
100 AgentChatHistory agentChatHistory = new AgentChatHistory();
106 agentChatHistory.addChatSession(parseChatSetting(parser));
113 return agentChatHistory;
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 26 import org.jivesoftware.smackx.workgroup.ext.history.AgentChatHistory;
    [all...]

Completed in 2616 milliseconds