aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts/cc-plugins/generate-plugins.py
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/generate-plugins.py
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/generate-plugins.py')
-rwxr-xr-xubuntu-online-accounts/cc-plugins/generate-plugins.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/ubuntu-online-accounts/cc-plugins/generate-plugins.py b/ubuntu-online-accounts/cc-plugins/generate-plugins.py
index 9f03a289b..a5a892f77 100755
--- a/ubuntu-online-accounts/cc-plugins/generate-plugins.py
+++ b/ubuntu-online-accounts/cc-plugins/generate-plugins.py
@@ -2,7 +2,20 @@
# (name, CM, protocol, icon)
ALL = [
+ ('AIM', 'haze', 'aim', 'aim'),
+ ('GaduGadu', 'haze', 'gadugadu', 'gadugadu'),
+ ('Groupwise', 'haze', 'groupwise', 'groupwise'),
+ ('ICQ', 'haze', 'icq', 'icq'),
+ ('IRC', 'idle', 'irc', 'irc'),
('Jabber', 'gabble', 'jabber', 'jabber'),
+ ('Mxit', 'haze', 'mxit', 'mxit'),
+ ('Myspace', 'haze', 'myspace', 'myspace'),
+ ('SIP', 'sofiasip', 'sip', 'sip'),
+ ('Salut', 'salut', 'local-xmpp', 'people-nearby'),
+ ('Sametime', 'haze', 'sametime', 'sametime'),
+ ('Yahoo Japan', 'haze', 'yahoojp', 'yahoo'),
+ ('Yahoo!', 'haze', 'yahoo', 'yahoo'),
+ ('Zephyr', 'haze', 'zephyr', 'zephyr'),
]
class Plugin: