Home
last modified time | relevance | path

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

/external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
DAgentChatHistory.java37 private int maxSessions; field in AgentChatHistory
42 public AgentChatHistory(String agentJID, int maxSessions, Date startDate) { in AgentChatHistory() argument
44 this.maxSessions = maxSessions; in AgentChatHistory()
48 public AgentChatHistory(String agentJID, int maxSessions) { in AgentChatHistory() argument
50 this.maxSessions = maxSessions; in AgentChatHistory()
83 buf.append(" maxSessions=\"" + maxSessions + "\""); in getChildElementXML()
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DAgentSession.java862 …public AgentChatHistory getAgentHistory(String jid, int maxSessions, Date startDate) throws XMPPEx… in getAgentHistory() argument
865 request = new AgentChatHistory(jid, maxSessions, startDate); in getAgentHistory()
868 request = new AgentChatHistory(jid, maxSessions); in getAgentHistory()