protocols/xmpp/resources/xmpp.gresource.xml

Sun, 10 Aug 2025 23:44:08 +0800

author
Gong Zhile <gongzl@stu.hebust.edu.cn>
date
Sun, 10 Aug 2025 23:44:08 +0800
branch
purple_conversation_find_message_by_id
changeset 43309
099e1dfb856b
parent 42529
f00a798a38a6
permissions
-rw-r--r--

Add Purple.Conversation.find_message_by_id

The method was added so that a protocol or plugin could easily lookup
for the reference for a message. This will be especially useful when a
protocol received a quoted message but only with an id.

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