fixed type=timeout
This commit is contained in:
parent
cb70df7a34
commit
5298f4e2aa
|
@ -52,6 +52,8 @@ public class IqPacket extends AbstractAcknowledgeableStanza {
|
||||||
return TYPE.SET;
|
return TYPE.SET;
|
||||||
case "get":
|
case "get":
|
||||||
return TYPE.GET;
|
return TYPE.GET;
|
||||||
|
case "timeout":
|
||||||
|
return TYPE.TIMEOUT;
|
||||||
default:
|
default:
|
||||||
return TYPE.INVALID;
|
return TYPE.INVALID;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue