aboutsummaryrefslogtreecommitdiffstats
path: root/profiles
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-04-26 05:59:20 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-04-26 05:59:20 +0800
commit40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6 (patch)
treec1426dc8388fc711bf4a5e8de42fd3a4b76e6842 /profiles
downloadgsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.tar
gsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.tar.gz
gsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.tar.bz2
gsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.tar.lz
gsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.tar.xz
gsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.tar.zst
gsoc2013-empathy-40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6.zip
[darcs-to-svn @ initial import]
svn path=/trunk/; revision=2
Diffstat (limited to 'profiles')
-rw-r--r--profiles/Makefile.am8
-rw-r--r--profiles/gtalk.profile14
-rw-r--r--profiles/jabber.profile8
-rw-r--r--profiles/msn.profile7
4 files changed, 37 insertions, 0 deletions
diff --git a/profiles/Makefile.am b/profiles/Makefile.am
new file mode 100644
index 000000000..2536260bb
--- /dev/null
+++ b/profiles/Makefile.am
@@ -0,0 +1,8 @@
+profiledir = $(datadir)/mission-control/profiles
+
+profile_DATA = \
+ jabber.profile \
+ msn.profile \
+ gtalk.profile
+
+EXTRA_DIST = $(profile_DATA)
diff --git a/profiles/gtalk.profile b/profiles/gtalk.profile
new file mode 100644
index 000000000..c70bfa840
--- /dev/null
+++ b/profiles/gtalk.profile
@@ -0,0 +1,14 @@
+[Profile]
+Manager=gabble
+Protocol=jabber
+DisplayName=Google Talk
+IconName = im-jabber
+ConfigurationUI = jabber
+DefaultAccountDomain = gmail.com, googlemail.com
+Default-server = talk.google.com
+Default-port = 5223
+Default-old-ssl = 1
+Default-fallback-conference-server = conference.jabber.org
+Default-randomize-resource = 1
+Default-ignore-ssl-errors = 1
+SupportsInvisible = 0
diff --git a/profiles/jabber.profile b/profiles/jabber.profile
new file mode 100644
index 000000000..811132cdf
--- /dev/null
+++ b/profiles/jabber.profile
@@ -0,0 +1,8 @@
+[Profile]
+Manager=gabble
+Protocol=jabber
+DisplayName=Jabber
+IconName = im-jabber
+ConfigurationUI = jabber
+DefaultAccountDomain = jabber.org
+SupportsInvisible = 0
diff --git a/profiles/msn.profile b/profiles/msn.profile
new file mode 100644
index 000000000..599204c1b
--- /dev/null
+++ b/profiles/msn.profile
@@ -0,0 +1,7 @@
+[Profile]
+Manager=butterfly
+Protocol=msn
+DisplayName=MSN
+IconName = im-msn
+ConfigurationUI = msn
+SupportsInvisible = 1