Rename of method + TODO for AccountInfo OpSet for suggesting correct

user display name when adding chat room.
fix-message-formatting
Danny van Heumen 12 years ago
parent 6af853aefd
commit f2ea6fc71b

@ -133,7 +133,7 @@ public static BundleContext getBundleContext()
*
* @return the CertificateVerification service.
*/
public static CertificateService getCertificateVerificationService()
public static CertificateService getCertificateService()
{
if(certiticateService == null)
{

@ -244,7 +244,7 @@ private SSLContext getCustomSSLContext(String hostname)
try
{
CertificateService cs =
IrcActivator.getCertificateVerificationService();
IrcActivator.getCertificateService();
X509TrustManager tm =
cs.getTrustManager(hostname);
context = cs.getSSLContext(tm);

@ -6,7 +6,6 @@
*/
package net.java.sip.communicator.impl.protocol.irc;
import net.java.sip.communicator.service.certificate.*;
import net.java.sip.communicator.service.protocol.*;
import net.java.sip.communicator.service.protocol.event.*;
import net.java.sip.communicator.util.*;
@ -96,6 +95,9 @@ protected void initialize(String userID, AccountID accountID)
addSupportedOperationSet(
OperationSetMultiUserChat.class,
multiUserChat);
// TODO Implement OperationSetServerStoredAccountInfo so we can
// suggest a display name to use when adding new chat rooms?
userID = getAccountID().getUserID();

Loading…
Cancel
Save