aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/services
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu-online-accounts/cc-plugins/services')
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/Makefile.am15
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/aim-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/gadugadu-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/groupwise-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/icq-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/irc-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/local-xmpp-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/mxit-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/myspace-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/sametime-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/sip-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/yahoo-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/yahoojp-im.service18
-rw-r--r--ubuntu-online-accounts/cc-plugins/services/zephyr-im.service18
14 files changed, 248 insertions, 1 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/services/Makefile.am b/ubuntu-online-accounts/cc-plugins/services/Makefile.am
index 2c0dfa3d5..545c260b0 100644
--- a/ubuntu-online-accounts/cc-plugins/services/Makefile.am
+++ b/ubuntu-online-accounts/cc-plugins/services/Makefile.am
@@ -3,7 +3,20 @@
servicesdir = $(ACCOUNTS_SERVICE_FILES_DIR)
services_DATA = \
- jabber-im.service \
+ aim-im.service\
+ gadugadu-im.service\
+ groupwise-im.service\
+ icq-im.service\
+ irc-im.service\
+ jabber-im.service\
+ mxit-im.service\
+ myspace-im.service\
+ sip-im.service\
+ local-xmpp-im.service\
+ sametime-im.service\
+ yahoojp-im.service\
+ yahoo-im.service\
+ zephyr-im.service \
$(NULL)
EXTRA_DIST = $(services_DATA)
diff --git a/ubuntu-online-accounts/cc-plugins/services/aim-im.service b/ubuntu-online-accounts/cc-plugins/services/aim-im.service
new file mode 100644
index 000000000..63a4d7d78
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/aim-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="aim-im">
+ <type>IM</type>
+ <name>AIM</name>
+ <icon>aim</icon>
+ <provider>aim</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">aim</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/gadugadu-im.service b/ubuntu-online-accounts/cc-plugins/services/gadugadu-im.service
new file mode 100644
index 000000000..76e5903d2
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/gadugadu-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="gadugadu-im">
+ <type>IM</type>
+ <name>GaduGadu</name>
+ <icon>gadugadu</icon>
+ <provider>gadugadu</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">gadugadu</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/groupwise-im.service b/ubuntu-online-accounts/cc-plugins/services/groupwise-im.service
new file mode 100644
index 000000000..ef8668898
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/groupwise-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="groupwise-im">
+ <type>IM</type>
+ <name>Groupwise</name>
+ <icon>groupwise</icon>
+ <provider>groupwise</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">groupwise</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/icq-im.service b/ubuntu-online-accounts/cc-plugins/services/icq-im.service
new file mode 100644
index 000000000..e67f25a16
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/icq-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="icq-im">
+ <type>IM</type>
+ <name>ICQ</name>
+ <icon>icq</icon>
+ <provider>icq</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">icq</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/irc-im.service b/ubuntu-online-accounts/cc-plugins/services/irc-im.service
new file mode 100644
index 000000000..a3e2cfe7d
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/irc-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="irc-im">
+ <type>IM</type>
+ <name>IRC</name>
+ <icon>irc</icon>
+ <provider>irc</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">idle</setting>
+ <setting name="protocol">irc</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/local-xmpp-im.service b/ubuntu-online-accounts/cc-plugins/services/local-xmpp-im.service
new file mode 100644
index 000000000..c8dbb29a8
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/local-xmpp-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="local-xmpp-im">
+ <type>IM</type>
+ <name>Salut</name>
+ <icon>people-nearby</icon>
+ <provider>local-xmpp</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">salut</setting>
+ <setting name="protocol">local-xmpp</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/mxit-im.service b/ubuntu-online-accounts/cc-plugins/services/mxit-im.service
new file mode 100644
index 000000000..5c986c157
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/mxit-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="mxit-im">
+ <type>IM</type>
+ <name>Mxit</name>
+ <icon>mxit</icon>
+ <provider>mxit</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">mxit</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/myspace-im.service b/ubuntu-online-accounts/cc-plugins/services/myspace-im.service
new file mode 100644
index 000000000..38488db5b
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/myspace-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="myspace-im">
+ <type>IM</type>
+ <name>Myspace</name>
+ <icon>myspace</icon>
+ <provider>myspace</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">myspace</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/sametime-im.service b/ubuntu-online-accounts/cc-plugins/services/sametime-im.service
new file mode 100644
index 000000000..623a017ac
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/sametime-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="sametime-im">
+ <type>IM</type>
+ <name>Sametime</name>
+ <icon>sametime</icon>
+ <provider>sametime</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">sametime</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/sip-im.service b/ubuntu-online-accounts/cc-plugins/services/sip-im.service
new file mode 100644
index 000000000..e46ef7ab4
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/sip-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="sip-im">
+ <type>IM</type>
+ <name>SIP</name>
+ <icon>sip</icon>
+ <provider>sip</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">sofiasip</setting>
+ <setting name="protocol">sip</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/yahoo-im.service b/ubuntu-online-accounts/cc-plugins/services/yahoo-im.service
new file mode 100644
index 000000000..6fffb851c
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/yahoo-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="yahoo-im">
+ <type>IM</type>
+ <name>Yahoo!</name>
+ <icon>yahoo</icon>
+ <provider>yahoo</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">yahoo</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/yahoojp-im.service b/ubuntu-online-accounts/cc-plugins/services/yahoojp-im.service
new file mode 100644
index 000000000..d3a4592ac
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/yahoojp-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="yahoojp-im">
+ <type>IM</type>
+ <name>Yahoo Japan</name>
+ <icon>yahoo</icon>
+ <provider>yahoojp</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">yahoojp</setting>
+ </group>
+ </template>
+
+</service>
diff --git a/ubuntu-online-accounts/cc-plugins/services/zephyr-im.service b/ubuntu-online-accounts/cc-plugins/services/zephyr-im.service
new file mode 100644
index 000000000..bcf3592e8
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/services/zephyr-im.service
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<service id="zephyr-im">
+ <type>IM</type>
+ <name>Zephyr</name>
+ <icon>zephyr</icon>
+ <provider>zephyr</provider>
+
+ <!-- default settings (account settings have precedence over these) -->
+ <template>
+ <group name="telepathy">
+ <setting name="manager">haze</setting>
+ <setting name="protocol">zephyr</setting>
+ </group>
+ </template>
+
+</service>