From 07595ca31c5d1a394f2eb30d28564616aa331d36 Mon Sep 17 00:00:00 2001 From: Vincent Lucas Date: Tue, 2 Oct 2012 16:45:45 +0000 Subject: [PATCH] Adds XMPP GUI configuration the ability to disable Jingle (audio and video calls with XMPP). --- resources/languages/resources.properties | 3 +- .../ProtocolProviderServiceJabberImpl.java | 1 + .../JabberAccountRegistration.java | 25 +++++++++++++++++ .../JabberAccountRegistrationForm.java | 6 ++++ .../JabberAccountRegistrationWizard.java | 4 +++ .../TelephonyConfigPanel.java | 28 +++++++++++++++++++ .../AbstractProtocolProviderService.java | 9 ++++++ 7 files changed, 75 insertions(+), 1 deletion(-) diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 3b67ef211..438fdda4b 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -238,7 +238,7 @@ but only
hide it. If you wish to exit the application choose File/Quit. void removeSupportedOperationSet( supportedOperationSets.remove(opsetClass.getName()); } + /** + * Removes all OperationSet implementation from the set of + * supported OperationSets for this instance. + */ + protected void clearSupportedOperationSet() + { + supportedOperationSets.clear(); + } + /** * Creates a RegistrationStateChange event corresponding to the specified * old and new states and notifies all currently registered listeners.