Home | History | Annotate | Download | only in packet

Lines Matching defs:userID

117         private String userID;

123 public ChatInfo(String sessionID, String userID, Date date, String email, String username, String question) {
125 this.userID = userID;
145 * then the userID will be the value of the ID attribute of the USER element. Otherwise,
146 * the userID will be the bare JID of the user that made the request.
151 return userID;
197 if (userID != null) {
198 buf.append(" userID=\"").append(userID).append("\"");
251 String userID = parser.getAttributeValue("", "userID");
263 return new ChatInfo(sessionID, userID, date, email, username, question);