I want to detect the presence of a specific user in the chat:
Presence presence = roster.getPresence(xxxx@xxx.xx);
System.out.println("Status receiver :" +presence);
How can I convert the presence variable to a String? How can I verify the value? (i.e. "Available" / "Unavailable").