aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/providers
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-18 18:48:46 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-07-24 22:20:04 +0800
commit3d004d7ebe17b0a139ef38cbd4e5631940210b78 (patch)
tree3b0a3fb92406e4148095acdc0d3f351e9c9f0f7c /ubuntu-online-accounts/cc-plugins/providers
parente296ad8a3b6dd5049caa9ea6b739a34d9d16dea6 (diff)
downloadgsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.tar
gsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.tar.gz
gsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.tar.bz2
gsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.tar.lz
gsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.tar.xz
gsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.tar.zst
gsoc2013-empathy-3d004d7ebe17b0a139ef38cbd4e5631940210b78.zip
Generate plugins for most protocols
https://bugzilla.gnome.org/show_bug.cgi?id=680448
Diffstat (limited to 'ubuntu-online-accounts/cc-plugins/providers')
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/Makefile.am15
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/aim.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/gadugadu.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/groupwise.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/icq.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/irc.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/local-xmpp.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/mxit.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/myspace.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/sametime.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/sip.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/yahoo.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/yahoojp.provider7
-rw-r--r--ubuntu-online-accounts/cc-plugins/providers/zephyr.provider7
14 files changed, 105 insertions, 1 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/providers/Makefile.am b/ubuntu-online-accounts/cc-plugins/providers/Makefile.am
index 3941ed608..6a57b5ff2 100644
--- a/ubuntu-online-accounts/cc-plugins/providers/Makefile.am
+++ b/ubuntu-online-accounts/cc-plugins/providers/Makefile.am
@@ -3,7 +3,20 @@
providersdir = $(ACCOUNTS_PROVIDER_FILES_DIR)
providers_DATA = \
- jabber.provider \
+ aim.provider\
+ gadugadu.provider\
+ groupwise.provider\
+ icq.provider\
+ irc.provider\
+ jabber.provider\
+ mxit.provider\
+ myspace.provider\
+ sip.provider\
+ local-xmpp.provider\
+ sametime.provider\
+ yahoojp.provider\
+ yahoo.provider\
+ zephyr.provider \
$(NULL)
EXTRA_DIST = $(providers_DATA)
diff --git a/ubuntu-online-accounts/cc-plugins/providers/aim.provider b/ubuntu-online-accounts/cc-plugins/providers/aim.provider
new file mode 100644
index 000000000..f309431a2
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/aim.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="aim">
+ <name>AIM</name>
+ <icon>aim</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/gadugadu.provider b/ubuntu-online-accounts/cc-plugins/providers/gadugadu.provider
new file mode 100644
index 000000000..8da98e701
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/gadugadu.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="gadugadu">
+ <name>GaduGadu</name>
+ <icon>gadugadu</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/groupwise.provider b/ubuntu-online-accounts/cc-plugins/providers/groupwise.provider
new file mode 100644
index 000000000..368988da9
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/groupwise.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="groupwise">
+ <name>Groupwise</name>
+ <icon>groupwise</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/icq.provider b/ubuntu-online-accounts/cc-plugins/providers/icq.provider
new file mode 100644
index 000000000..a225aa47f
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/icq.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="icq">
+ <name>ICQ</name>
+ <icon>icq</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/irc.provider b/ubuntu-online-accounts/cc-plugins/providers/irc.provider
new file mode 100644
index 000000000..ab40288a4
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/irc.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="irc">
+ <name>IRC</name>
+ <icon>irc</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/local-xmpp.provider b/ubuntu-online-accounts/cc-plugins/providers/local-xmpp.provider
new file mode 100644
index 000000000..45f1b3c37
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/local-xmpp.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="local-xmpp">
+ <name>Salut</name>
+ <icon>people-nearby</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/mxit.provider b/ubuntu-online-accounts/cc-plugins/providers/mxit.provider
new file mode 100644
index 000000000..4fd3b8c7c
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/mxit.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="mxit">
+ <name>Mxit</name>
+ <icon>mxit</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/myspace.provider b/ubuntu-online-accounts/cc-plugins/providers/myspace.provider
new file mode 100644
index 000000000..d6edad44d
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/myspace.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="myspace">
+ <name>Myspace</name>
+ <icon>myspace</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/sametime.provider b/ubuntu-online-accounts/cc-plugins/providers/sametime.provider
new file mode 100644
index 000000000..b8e3b206c
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/sametime.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="sametime">
+ <name>Sametime</name>
+ <icon>sametime</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/sip.provider b/ubuntu-online-accounts/cc-plugins/providers/sip.provider
new file mode 100644
index 000000000..15a62b552
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/sip.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="sip">
+ <name>SIP</name>
+ <icon>sip</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/yahoo.provider b/ubuntu-online-accounts/cc-plugins/providers/yahoo.provider
new file mode 100644
index 000000000..f962e030f
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/yahoo.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="yahoo">
+ <name>Yahoo!</name>
+ <icon>yahoo</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/yahoojp.provider b/ubuntu-online-accounts/cc-plugins/providers/yahoojp.provider
new file mode 100644
index 000000000..b83ec8e1f
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/yahoojp.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="yahoojp">
+ <name>Yahoo Japan</name>
+ <icon>yahoo</icon>
+</provider>
diff --git a/ubuntu-online-accounts/cc-plugins/providers/zephyr.provider b/ubuntu-online-accounts/cc-plugins/providers/zephyr.provider
new file mode 100644
index 000000000..6e21f11a6
--- /dev/null
+++ b/ubuntu-online-accounts/cc-plugins/providers/zephyr.provider
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!-- Generated using empathy/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+ Do NOT edit manually -->
+<provider id="zephyr">
+ <name>Zephyr</name>
+ <icon>zephyr</icon>
+</provider>