]> git.0d.be Git - empathy.git/commit
UOA: share a common configuration plugin
authorAlberto Mardegan <alberto.mardegan@canonical.com>
Wed, 9 Jan 2013 11:42:41 +0000 (12:42 +0100)
committerXavier Claessens <xavier.claessens@collabora.co.uk>
Wed, 9 Jan 2013 15:53:42 +0000 (16:53 +0100)
commitcfef33e79d3d01b5a407381267bd5f481ceca340
tree792ef5eff3222bb90d1dbfebcd252de6a7b459ce
parent7035c0ab139dcabac395fc2798af04db4d89f884
UOA: share a common configuration plugin

The latest libaccounts-glib and libaccount-plugin libraries add support
for using the same binary plugin for different providers.
This means that bug 683415 is no longer valid, and that all the
provider-specific plugins can now be removed.

Fixes bug #691418
46 files changed:
ubuntu-online-accounts/cc-plugins/account-plugins/Makefile.am
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-aim.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-aim.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-gadugadu.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-gadugadu.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-groupwise.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-groupwise.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-icq.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-icq.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-irc.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-irc.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-jabber.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-jabber.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-local-xmpp.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-local-xmpp.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-mxit.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-mxit.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-myspace.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-myspace.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sametime.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sametime.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sip.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-sip.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoo.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoo.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoojp.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-yahoojp.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-zephyr.c [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-zephyr.h [deleted file]
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin.c
ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin.h
ubuntu-online-accounts/cc-plugins/generate-plugins.py
ubuntu-online-accounts/cc-plugins/providers/aim.provider
ubuntu-online-accounts/cc-plugins/providers/gadugadu.provider
ubuntu-online-accounts/cc-plugins/providers/groupwise.provider
ubuntu-online-accounts/cc-plugins/providers/icq.provider
ubuntu-online-accounts/cc-plugins/providers/irc.provider
ubuntu-online-accounts/cc-plugins/providers/jabber.provider
ubuntu-online-accounts/cc-plugins/providers/local-xmpp.provider
ubuntu-online-accounts/cc-plugins/providers/mxit.provider
ubuntu-online-accounts/cc-plugins/providers/myspace.provider
ubuntu-online-accounts/cc-plugins/providers/sametime.provider
ubuntu-online-accounts/cc-plugins/providers/sip.provider
ubuntu-online-accounts/cc-plugins/providers/yahoo.provider
ubuntu-online-accounts/cc-plugins/providers/yahoojp.provider
ubuntu-online-accounts/cc-plugins/providers/zephyr.provider