libpurple/protocols/meson.build

Sat, 12 Nov 2022 15:38:17 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Sat, 12 Nov 2022 15:38:17 -0600
changeset 41913
8bdccbde0536
parent 41912
3bc50beccf03
child 42186
637ba5491231
permissions
-rw-r--r--

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/

38443
86f66bcb3d62 Add bonjour to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
diff changeset
1 subdir('bonjour')
41224
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents: 40566
diff changeset
2 subdir('demo')
38445
0e98f0dee5bd Add facebook to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38444
diff changeset
3 subdir('facebook')
38446
38ce70e0eaef Add gg to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38445
diff changeset
4 subdir('gg')
38447
024f841fe99a Add irc to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38446
diff changeset
5 subdir('irc')
41750
7ab7d79ac0c5 Create a skeleton for the IRCv3 protocol plugin
Gary Kramlich <grim@reaperworld.com>
parents: 41671
diff changeset
6 subdir('ircv3')
38448
18c8f9843c82 Add jabber to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38447
diff changeset
7 subdir('jabber')

mercurial