protocols/xmpp/resources/xmpp.gresource.xml

Thu, 11 Apr 2024 20:58:14 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 11 Apr 2024 20:58:14 -0500
changeset 42690
60f99b6d9fff
parent 42529
f00a798a38a6
permissions
-rw-r--r--

Remove PurpleBuddyPresence as it's not longer needed.

Testing Done:
Checked in with the turtles.

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

41076
7c8fcbef00ca move the xmpp protocol plugins icons to a resource in the plugin
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
7c8fcbef00ca move the xmpp protocol plugins icons to a resource in the plugin
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
2 <gresources>
42529
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
3 <gresource prefix="/im/pidgin/libpurple/protocols/xmpp">
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
4 <file>icons/16x16/apps/im-xmpp.png</file>
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
5 <file compressed="true" preprocess="xml-stripblanks">icons/16x16/apps/scalable/im-xmpp.svg</file>
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
6 <file>icons/22x22/apps/im-xmpp.png</file>
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
7 <file compressed="true" preprocess="xml-stripblanks">icons/22x22/apps/scalable/im-xmpp.svg</file>
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
8 <file>icons/48x48/apps/im-xmpp.png</file>
f00a798a38a6 Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents: 41076
diff changeset
9 <file compressed="true" preprocess="xml-stripblanks">icons/scalable/apps/im-xmpp.svg</file>
41076
7c8fcbef00ca move the xmpp protocol plugins icons to a resource in the plugin
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
10 </gresource>
7c8fcbef00ca move the xmpp protocol plugins icons to a resource in the plugin
Gary Kramlich <grim@reaperworld.com>
parents:
diff changeset
11 </gresources>

mercurial