Disabling offline messages for AIM as we don't seem to support them properly at this point.

cusax-fix
Emil Ivov 18 years ago
parent 090f7637b2
commit 1ddb65c2ae

@ -381,7 +381,10 @@ private void assertConnected() throws IllegalStateException
*/
public boolean isOfflineMessagingSupported()
{
return true;
if(icqProvider.USING_ICQ)
return true;
else
return false;
}
/**

Loading…
Cancel
Save