mirror of
https://github.com/moparisthebest/Conversations
synced 2025-01-13 14:38:05 -05:00
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 New Issue
Block a user