aboutsummaryrefslogtreecommitdiffstats
path: root/profiles
diff options
context:
space:
mode:
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