libpurple/protocols/meson.build

Wed, 28 Sep 2022 00:18:12 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Wed, 28 Sep 2022 00:18:12 -0500
changeset 41750
7ab7d79ac0c5
parent 41671
18a04d7bfba7
child 41832
63f39d354a73
permissions
-rw-r--r--

Create a skeleton for the IRCv3 protocol plugin

Testing Done:
Compiled and verified that the new protocol showed up in the protocol chooser in the new account editor.

Reviewed at https://reviews.imfreedom.org/r/1846/

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')
38451
4bcc1a76e1f0 Add novell to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38450
diff changeset
8 subdir('novell')
38453
85120eb685de Add sametime to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38452
diff changeset
9 subdir('sametime')
38454
91da90ea9e6a Add silc to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38453
diff changeset
10 subdir('silc')
38456
43e01a578957 Add zephyr to meson build.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents: 38455
diff changeset
11 subdir('zephyr')

mercurial