protocols/meson.build

Thu, 31 Jul 2025 16:55:45 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 31 Jul 2025 16:55:45 -0500
changeset 43296
5eab84f697de
parent 43245
b83427aa2c38
permissions
-rw-r--r--

Remove searching from Purple.ProtocolContacts

This is being moved to Purple.ProtocolDirectory and being implemented in a
different way.

Testing Done:
Called in the turtles.

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

42606
d6ed63c2508e Start new Bonjour protocol plugin
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 42529
diff changeset
1 subdir('bonjour')
42652
225762d4e206 Move the Demo and IRCv3 protocols to the new protocols directory
Gary Kramlich <grim@reaperworld.com>
parents: 42606
diff changeset
2 subdir('demo')
225762d4e206 Move the Demo and IRCv3 protocols to the new protocols directory
Gary Kramlich <grim@reaperworld.com>
parents: 42606
diff changeset
3 subdir('ircv3')
43245
b83427aa2c38 SIP: A stubbed out SIP protocol plugin
Gary Kramlich <grim@reaperworld.com>
parents: 42652
diff changeset
4 subdir('sip')
42529
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 subdir('xmpp')

mercurial