mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-26 05:52:06 +01:00
Add support for presence probes
This commit is contained in:
parent
e8471baccb
commit
66be759ce6
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue