do not send test messages to contacts not in our list

cusax-fix
Emil Ivov 18 years ago
parent c6a0aa00d7
commit d2b04d0483

@ -485,20 +485,9 @@ public void testSendFunMessages()
if(contact == null)
{
try
{
opSetPresence2.subscribe(contactID);
Object o = new Object();
synchronized (o)
{
o.wait(2000);
}
}
catch (Exception ex1)
{
//contact is not in our contact list
continue;
}
}
contact
= opSetPresence2.findContactByID(contactID);

Loading…
Cancel
Save