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

  /external/smack/src/org/jivesoftware/smackx/workgroup/ext/history/
AgentChatHistory.java 40 private List<AgentChatSession> agentChatSessions = new ArrayList<AgentChatSession>();
57 public void addChatSession(AgentChatSession chatSession) {
61 public Collection<AgentChatSession> getAgentChatSessions() {
116 private AgentChatSession parseChatSetting(XmlPullParser parser) throws Exception {
152 return new AgentChatSession(date, duration, visitorsName, visitorsEmail, sessionID, question);
AgentChatSession.java 27 public class AgentChatSession {
35 public AgentChatSession(Date date, long duration, String visitorsName, String visitorsEmail, String sessionID, String question) {

Completed in 110 milliseconds