Home | History | Annotate | Download | only in smackx

Lines Matching refs:IQ

17 import org.jivesoftware.smack.packet.IQ;
83 packet.setType(IQ.Type.GET);
105 return info.containsFeature("jabber:iq:register");
210 register.setType(IQ.Type.SET);
222 if(result!=null && result instanceof IQ){
223 IQ resultIQ = (IQ)result;
227 if(resultIQ.getType()==IQ.Type.ERROR){
258 register.setType(IQ.Type.SET);
265 if(result!=null && result instanceof IQ){
266 IQ resultIQ = (IQ)result;
270 if(resultIQ.getType()==IQ.Type.ERROR){