summaryrefslogtreecommitdiff
path: root/pidgin/plugins
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2022-11-12 15:38:17 -0600
committerGary Kramlich <grim@reaperworld.com>2022-11-12 15:38:17 -0600
commit80314c9e2e6e22d9c8c164a418731b6948c0ea45 (patch)
tree47778bc3641619cfef0e5c9bfcb1504c26643868 /pidgin/plugins
parent205a6cc4cb337fa344d31f7dd56d7e5f80adee04 (diff)
downloadpidgin-80314c9e2e6e22d9c8c164a418731b6948c0ea45.tar.gz
Remove the Sametime protocol plugin
We haven't been able to test this in forever, and as such, it hasn't received any real maintenance. So rather than continue this cycle we're going to cut our loses. Testing Done: Compiled and greped everything. I've left the man pages for now as they need their own overhaul. Reviewed at https://reviews.imfreedom.org/r/2022/
Diffstat (limited to 'pidgin/plugins')
-rw-r--r--pidgin/plugins/disco/xmppdisco.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pidgin/plugins/disco/xmppdisco.c b/pidgin/plugins/disco/xmppdisco.c
index 9ade48963b..cc590d4270 100644
--- a/pidgin/plugins/disco/xmppdisco.c
+++ b/pidgin/plugins/disco/xmppdisco.c
@@ -259,7 +259,6 @@ static const struct {
const char *to;
} disco_type_mappings[] = {
{ "gadu-gadu", "gadu-gadu" }, /* the protocol is gg, but list_icon returns "gadu-gadu" */
- { "sametime", "meanwhile" },
{ "xmpp", "jabber" }, /* jabber (mentioned in case the protocol is renamed so this line will match) */
{ NULL, NULL }
};