protocols/demo/resources/purpledemo.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 43231
f07f095b5002
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.

<?xml version="1.0" encoding="UTF-8"?>
<gresources>
  <gresource prefix="/im/pidgin/libpurple/protocols/demo">
    <file compressed="true" preprocess="json-stripblanks">contacts.json</file>
    <file>icons/64x64/status/demo-badge-crazy-patch-writer.png</file>
    <file>icons/64x64/status/demo-badge-developer.png</file>
    <file>icons/64x64/status/demo-badge-lead-developer.png</file>
    <file>icons/16x16/apps/im-purple-demo.png</file>
    <file>icons/22x22/apps/im-purple-demo.png</file>
    <file>icons/48x48/apps/im-purple-demo.png</file>
    <file>icons/scalable/apps/im-purple-demo.svg</file>
    <file>buddy_icons/Aegina.png</file>
    <file>buddy_icons/Alice.png</file>
    <file>buddy_icons/Bob.png</file>
    <file>buddy_icons/Carlos.png</file>
    <file>buddy_icons/Chuck.png</file>
    <file>buddy_icons/Echo.png</file>
    <file>buddy_icons/EionRobb.png</file>
    <file>buddy_icons/Elliott.png</file>
    <file>buddy_icons/Erin.png</file>
    <file>buddy_icons/Eve.png</file>
    <file>buddy_icons/Gary.png</file>
    <file>buddy_icons/John.png</file>
    <file>buddy_icons/Mallory.png</file>
    <file>buddy_icons/Markus.png</file>
    <file>buddy_icons/Michael.png</file>
    <file>buddy_icons/Richard.png</file>
  </gresource>
</gresources>

mercurial