mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02: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.
|
||||
*/
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue