From cfb5b9c99cff5274cbd833535bcc1c27324e4b2c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 21 Feb 2013 13:03:07 +0100 Subject: [PATCH] Add conf fragment to configure XMPP accounts on Thunderbird via MCD --- ipasserelle-im.spec | 5 ++++- root/usr/share/mozilla-mcd/thunderbird.mod.im.php | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 root/usr/share/mozilla-mcd/thunderbird.mod.im.php diff --git a/ipasserelle-im.spec b/ipasserelle-im.spec index fb078a6..3e3c500 100644 --- a/ipasserelle-im.spec +++ b/ipasserelle-im.spec @@ -1,4 +1,4 @@ -%define version 0.2.5 +%define version 0.2.6 %define release 1 %define name ipasserelle-im @@ -31,6 +31,9 @@ Meta package to configure Instant Messaging features on your iPasserelle. %changelog +* Fri Nov 30 2012 Daniel Berteaud 0.2.6-1 +- Fix local users ACL + * Fri Sep 28 2012 Daniel Berteaud 0.2.5-1 - Update the database if it already exist (create missing tables) - Add SRV records for xmpp-server and xmpp-client diff --git a/root/usr/share/mozilla-mcd/thunderbird.mod.im.php b/root/usr/share/mozilla-mcd/thunderbird.mod.im.php new file mode 100644 index 0000000..aba367f --- /dev/null +++ b/root/usr/share/mozilla-mcd/thunderbird.mod.im.php @@ -0,0 +1,6 @@ +("messenger.account.account1.alias", ""); +("messenger.account.account1.autoLogin", true); +("messenger.account.account1.name", "@"); +("messenger.account.account1.prpl", "prpl-jabber"); +("messenger.account.account1.options.connection_security", "require_tls"); +("messenger.accounts", "account1");