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

  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
OccupantsInfo.java 35 public class OccupantsInfo extends IQ {
56 public OccupantsInfo(String roomID) {
133 OccupantsInfo occupantsInfo = new OccupantsInfo(parser.getAttributeValue("", "roomID"));
140 occupantsInfo.occupants.add(parseOccupantInfo(parser));
146 return occupantsInfo;
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 510 public OccupantsInfo getOccupantsInfo(String roomID) throws XMPPException {
511 OccupantsInfo request = new OccupantsInfo(roomID);
518 OccupantsInfo response = (OccupantsInfo)collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
    [all...]

Completed in 239 milliseconds