mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
* Roster.getPresence now forces bare JID (SMACK-192).
* RosterListner API changes (SMACK-191). git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7070 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
274ef0cd51
commit
5c1fc7f8b7
5 changed files with 86 additions and 49 deletions
|
@ -269,16 +269,16 @@ public class Presence extends Packet {
|
|||
*/
|
||||
public enum Mode {
|
||||
|
||||
/**
|
||||
* Available (the default).
|
||||
*/
|
||||
available,
|
||||
|
||||
/**
|
||||
* Free to chat.
|
||||
*/
|
||||
chat,
|
||||
|
||||
/**
|
||||
* Available (the default).
|
||||
*/
|
||||
available,
|
||||
|
||||
/**
|
||||
* Away.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue