protocols/demo/resources/purpledemo.gresource.xml

Thu, 09 May 2024 20:50:45 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 09 May 2024 20:50:45 -0500
changeset 42763
e73dd56b68f1
parent 42652
225762d4e206
child 42793
e132211afba4
permissions
-rw-r--r--

Remove the media implementation from the Demo protocol plugin

This API will be rewritten in the future, but keeping the old version around
isn't helping anything.

Testing Done:
Dialed TMNT

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

41224
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 <gresources>
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
3 <gresource prefix="/im/pidgin/purple/demo">
41788
7a5bc285372c Use the preprocess attribute in gresource xml files to minimize and validate xml and json
Gary Kramlich <grim@reaperworld.com>
parents: 41281
diff changeset
4 <file compressed="true" preprocess="json-stripblanks">contacts.json</file>
41224
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
5 <file>icons/16x16/apps/im-purple-demo.png</file>
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
6 <file>icons/22x22/apps/im-purple-demo.png</file>
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
7 <file>icons/48x48/apps/im-purple-demo.png</file>
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
8 <file>icons/scalable/apps/im-purple-demo.svg</file>
42598
5e42cba3e8ad Add an offline contact in the Demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41845
diff changeset
9 <file>buddy_icons/Aegina.png</file>
41281
aa8fc0497d6d Add an echo user to the demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41274
diff changeset
10 <file>buddy_icons/Echo.png</file>
41274
c6bd9ea15211 Add buddy icons in demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41224
diff changeset
11 <file>buddy_icons/Eion.png</file>
c6bd9ea15211 Add buddy icons in demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41224
diff changeset
12 <file>buddy_icons/Elliott.png</file>
c6bd9ea15211 Add buddy icons in demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41224
diff changeset
13 <file>buddy_icons/Gary.png</file>
c6bd9ea15211 Add buddy icons in demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41224
diff changeset
14 <file>buddy_icons/John.png</file>
41845
c4e4896c5437 add ivanhoe to Demo plugin
Markus Fischer <ivanhoe@fiscari.de>
parents: 41788
diff changeset
15 <file>buddy_icons/Markus.png</file>
41274
c6bd9ea15211 Add buddy icons in demo protocol
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents: 41224
diff changeset
16 <file>buddy_icons/Richard.png</file>
41224
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
17 </gresource>
32a7796a2a36 Create a demo protocol plugin that right now just adds contacts and statuses.
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
18 </gresources>

mercurial