private void loadCustomServer() {
   String custom = SwingUiSettings.USER_DEFINED_JABBER_SERVICENAME.get();
   FriendAccountConfigurationImpl customConfig =
       new FriendAccountConfigurationImpl(
           custom, "Jabber", resource, Network.Type.XMPP, otherIconSmall, otherIconLarge);
   configs.put(customConfig.getLabel(), customConfig);
 }