Searched refs:sessID (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/workgroup/
H A DWorkgroupInvitation.java49 * @param sessID the session id associated with the pending chat
54 String sessID, String msgBody, String from) {
55 this(jid, group, workgroup, sessID, msgBody, from, null);
63 * @param sessID the session id associated with the pending chat
68 public WorkgroupInvitation (String jid, String group, String workgroup, String sessID, String msgBody, argument
73 this.sessionID = sessID;
53 WorkgroupInvitation(String jid, String group, String workgroup, String sessID, String msgBody, String from) argument

Completed in 77 milliseconds