1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-26 17:59:34 +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. * 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 * Converts a String into the corresponding types. Valid String values that can be converted