Add support for presence probes

This commit is contained in:
Florian Schmaus 2014-09-03 17:32:41 +02:00
parent e8471baccb
commit 66be759ce6
1 changed files with 7 additions and 1 deletions

View File

@ -309,7 +309,13 @@ public class Presence extends Packet {
/**
* The presence packet contains an error message.
*/
error;
error,
/**
* A presence probe as defined in section 4.3 of RFC 6121
*/
probe,
;
/**
* Converts a String into the corresponding types. Valid String values that can be converted