Lines Matching refs:IQ
27 import org.jivesoftware.smack.packet.IQ;
218 if (discoverItems != null && discoverItems.getType() == IQ.Type.GET) {
220 response.setType(IQ.Type.RESULT);
237 response.setType(IQ.Type.ERROR);
253 if (discoverInfo != null && discoverInfo.getType() == IQ.Type.GET) {
255 response.setType(IQ.Type.RESULT);
281 response.setType(IQ.Type.ERROR);
539 disco.setType(IQ.Type.GET);
550 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
556 if (result.getType() == IQ.Type.ERROR) {
586 disco.setType(IQ.Type.GET);
597 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
603 if (result.getType() == IQ.Type.ERROR) {
665 discoverItems.setType(IQ.Type.SET);
676 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
682 if (result.getType() == IQ.Type.ERROR) {