do not send test messages to contacts not in our list

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

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

Loading…
Cancel
Save