|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjabber.presence.Presence
public class Presence
Presence management class
Field Summary | |
---|---|
static java.lang.String[] |
string_presence
|
Constructor Summary | |
---|---|
Presence()
|
Method Summary | |
---|---|
static void |
changePresence(java.lang.String _presence,
java.lang.String message)
Send presence information |
static java.lang.String |
getPresence(int _presence)
Returns the string corresponding to the presence value. |
static java.lang.String |
getPresence(java.lang.String _presence)
Returns the protocol string corresponding to the presence value. |
static void |
getVCard(java.lang.String to)
Get vcard with avatar |
static java.lang.String |
sendFirstPresence(byte[] image)
Create initial presence with avatar |
static java.lang.String |
sendFirstVCard(byte[] image)
Create initial vcard with avatar |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static java.lang.String[] string_presence
Constructor Detail |
---|
public Presence()
Method Detail |
---|
public static void changePresence(java.lang.String _presence, java.lang.String message)
_presence
- public static java.lang.String getPresence(java.lang.String _presence)
String
- public static java.lang.String getPresence(int _presence)
int
- public static java.lang.String sendFirstPresence(byte[] image)
public static java.lang.String sendFirstVCard(byte[] image)
public static void getVCard(java.lang.String to)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |