Home | History | Annotate | Download | only in agent

Lines Matching refs:iq

512         request.setType(IQ.Type.GET);

681 // Acknowledge the IQ set.
682 IQ reply = new IQ() {
689 reply.setType(IQ.Type.RESULT);
777 // Acknowledge the IQ set.
778 IQ reply = new IQ() {
784 reply.setType(IQ.Type.RESULT);
803 notes.setType(IQ.Type.SET);
811 IQ response = (IQ)collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
832 request.setType(IQ.Type.GET);
871 request.setType(IQ.Type.GET);
898 request.setType(IQ.Type.GET);
927 request.setType(IQ.Type.GET);
956 request.setType(IQ.Type.SET);
965 IQ response = (IQ)collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
986 request.setType(IQ.Type.GET);
1036 IQ iq = new IQ() {
1042 iq.setType(IQ.Type.SET);
1043 iq.setTo(workgroupJID);
1044 iq.setFrom(connection.getUser());
1046 PacketCollector collector = connection.createPacketCollector(new PacketIDFilter(iq.getPacketID()));
1047 connection.sendPacket(iq);
1049 IQ response = (IQ)collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
1088 IQ iq = new IQ() {
1094 iq.setType(IQ.Type.SET);
1095 iq.setTo(workgroupJID);
1096 iq.setFrom(connection.getUser());
1098 PacketCollector collector = connection.createPacketCollector(new PacketIDFilter(iq.getPacketID()));
1099 connection.sendPacket(iq);
1101 IQ response = (IQ)collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
1123 setting.setType(IQ.Type.GET);
1144 request.setType(IQ.Type.GET);
1166 request.setType(IQ.Type.SET);