|
|
|
|
@ -2563,6 +2563,10 @@ public void unsubscribeToAllContact()
|
|
|
|
|
|
|
|
|
|
// send event notifications saying that all our buddies are
|
|
|
|
|
// offline.
|
|
|
|
|
/* If we unsubscribe and root group contacts, tests fail
|
|
|
|
|
with message: Querying a Online state did not return
|
|
|
|
|
as expected expected: Online but was:Unknown
|
|
|
|
|
|
|
|
|
|
Iterator<Contact> rootContactsIter
|
|
|
|
|
= getServerStoredContactListRoot().contacts();
|
|
|
|
|
|
|
|
|
|
@ -2582,6 +2586,7 @@ public void unsubscribeToAllContact()
|
|
|
|
|
return;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
Iterator<ContactGroup> groupsIter
|
|
|
|
|
= getServerStoredContactListRoot().subgroups();
|
|
|
|
|
|