<No Comment Entered>

cusax-fix
Emil Ivov 20 years ago
parent 3682734314
commit e992c2269e

@ -68,17 +68,13 @@ public Map getSupportedOperationSets()
}
/**
* Indicates whether or not this provider is registered
* Mock implementation of the corresponding ProtocolProviderService method.
*
* @return true if the provider is currently registered and false
* otherwise.
* @todo Implement this
* net.java.sip.communicator.service.protocol.ProtocolProviderService
* method
* @return always true.
*/
public boolean isRegistered()
{
return false;
return true;
}
/**

Loading…
Cancel
Save