aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java')
-rw-r--r--src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java
index 9364d38..af33659 100644
--- a/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java
+++ b/src/net/java/sip/communicator/impl/protocol/jabber/JabberAccountIDImpl.java
@@ -32,19 +32,6 @@ public class JabberAccountIDImpl
}
/**
- * Returns the service name - the server we are logging to
- * if it is null which is not supposed to be - we return for compatibility
- * the string we used in the first release for creating AccountID
- * (Using this string is wrong, but used for compatibility for now)
- * @param accountProperties Map
- * @return String
- */
- private static String getServiceName(Map<String, String> accountProperties)
- {
- return accountProperties.get(ProtocolProviderFactory.SERVER_ADDRESS);
- }
-
- /**
* Returns the list of STUN servers that this account is currently
* configured to use.
*