mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-23 02:58:00 +01:00
Added method description.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@4551 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
9ade8ac8cd
commit
1716c6ed22
1 changed files with 7 additions and 1 deletions
|
@ -465,7 +465,13 @@ public class RosterTest extends SmackTestCase {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Test presence management.
|
* Test presence management.<p>
|
||||||
|
*
|
||||||
|
* 1. Log in user0 from a client and user1 from 2 clients
|
||||||
|
* 2. Create presence subscription of type BOTH between 2 users
|
||||||
|
* 3. Check that presence is correctly delivered to both users
|
||||||
|
* 4. User1 logs out from a client
|
||||||
|
* 5. Check that presence for each connected resource is correct
|
||||||
*/
|
*/
|
||||||
public void testRosterPresences() throws Exception {
|
public void testRosterPresences() throws Exception {
|
||||||
Thread.sleep(200);
|
Thread.sleep(200);
|
||||||
|
|
Loading…
Reference in a new issue