1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-13 15:15:18 +02:00

Add support for presence probes

This commit is contained in:
Florian Schmaus 2014-09-03 17:32:41 +02:00
parent e8471baccb
commit 66be759ce6

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