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