fixed type=timeout

This commit is contained in:
Daniel Gultsch 2015-08-28 11:41:41 +02:00
parent cb70df7a34
commit 5298f4e2aa

View File

@ -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;
}