diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-02-28 22:12:29 +0100 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-02-28 22:12:47 +0100 |
commit | 6f50b84df3d6a9536413ca3d51ccf812bbb0cb6c (patch) | |
tree | 5c5a9980e05b6f01374d740c06c010c1d3f4bc59 /lib | |
parent | be0540e2b75cc30d437daad88cb3467580eff0cc (diff) | |
download | jitsi-6f50b84df3d6a9536413ca3d51ccf812bbb0cb6c.zip jitsi-6f50b84df3d6a9536413ca3d51ccf812bbb0cb6c.tar.gz jitsi-6f50b84df3d6a9536413ca3d51ccf812bbb0cb6c.tar.bz2 |
Remove the Facebook protocol wizard
Facebook disabled their XMPP API.
See also: https://developers.facebook.com/docs/chat
Diffstat (limited to 'lib')
-rw-r--r-- | lib/felix.client.run.properties | 1 | ||||
-rw-r--r-- | lib/jitsi-defaults.properties | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index 061b70a..649afc8 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -189,7 +189,6 @@ felix.auto.start.67= \ reference:file:sc-bundles/keybindingChooser.jar \ reference:file:sc-bundles/generalconfig.jar \ reference:file:sc-bundles/otr.jar \ - reference:file:sc-bundles/facebookaccregwizz.jar \ reference:file:sc-bundles/spellChecker.jar \ reference:file:sc-bundles/advancedconfig.jar \ reference:file:sc-bundles/plugin-loggingutils.jar \ diff --git a/lib/jitsi-defaults.properties b/lib/jitsi-defaults.properties index 417bd00..a132d7e 100644 --- a/lib/jitsi-defaults.properties +++ b/lib/jitsi-defaults.properties @@ -37,7 +37,7 @@ net.java.sip.communicator.service.protocol.jabber.GOOGLE_CONTACTS_ENABLED=true net.java.sip.communicator.plugin.spellcheck.SYSTEM_HUNSPELL_DIR=/usr/share/hunspell # protocol order for the simple initial account registration wizard -plugin.simpleaccreg.PROTOCOL_ORDER=SIP|Jabber|Facebook|Google Talk +plugin.simpleaccreg.PROTOCOL_ORDER=SIP|Jabber|Google Talk #provisioning defaults net.java.sip.communicator.plugin.provisioning.MANDATORY=false @@ -75,7 +75,6 @@ net.java.sip.communicator.plugin.pluginmanager.SYSTEM_BUNDLES=\ net.java.sip.communicator.plugin.defaultresourcepack,\ net.java.sip.communicator.plugin.demuxcontactsource,\ net.java.sip.communicator.replacement.directimage,\ - net.java.sip.communicator.plugin.facebookaccregwizz,\ net.java.sip.communicator.fileaccess,\ net.java.sip.communicator.filehistory,\ net.java.sip.communicator.replacement.flickr,\ |