Thu, 30 Nov 2023 22:18:04 -0600
Stub out our new modern XMPP implementation
This doesn't do anything except show up in the protocol list.
Testing Done:
Verified the protocol showed up in the protocol list.
Reviewed at https://reviews.imfreedom.org/r/2856/
|
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> |