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");