protocols/meson.build

Thu, 07 Aug 2025 21:34:33 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 07 Aug 2025 21:34:33 -0500
changeset 43301
0e43dc8462e8
parent 43245
b83427aa2c38
permissions
-rw-r--r--

Replace Purple.Avatar with Purple.Image

Purple.Avatar was unnecessary and this just moves everything to Purple.Image
which should work just fine.

Testing Done:
Loaded a demo account and verified that the avatars were shown in the contact list properly. Also called in the turtles.

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

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