Tue, 13 May 2025 14:29:06 -0500
Create a Privacy preference page with the send typing notification preference
This only controls whether or not the conversation window will send typing
notifications, plugins can still do this on their own.
Testing Done:
Used ngrep to verify if the irc typing messages were being sent or not. Also manually modified the settings file and verified the ui update and vice versa.
Bugs closed: PIDGIN-17450
Reviewed at https://reviews.imfreedom.org/r/3999/
|
43248
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="utf-8"?> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
2 | <schemalist> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
3 | <schema path="/pidgin3/appearance/" id="im.pidgin.Pidgin3.Appearance"> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | <key name="show-formatting" type="b"> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
5 | <default>true</default> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
6 | <summary>Show formatting of messages</summary> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
7 | <description> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
8 | Whether to display formatting from messages. |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
9 | </description> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
10 | </key> |
|
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
11 | </schema> |
|
43251
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
12 | <schema path="/pidgin3/privacy/" id="im.pidgin.Pidgin3.Privacy"> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
13 | <key name="send-typing-notifications" type="b"> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
14 | <default>true</default> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
15 | <summary>Send typing notifications</summary> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
16 | <description> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
17 | Whether or not typing notifications will be sent. |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
18 | </description> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
19 | </key> |
|
8bd7eee2f178
Create a Privacy preference page with the send typing notification preference
Gary Kramlich <grim@reaperworld.com>
parents:
43248
diff
changeset
|
20 | </schema> |
|
43248
55ff17a82093
Add a preference for toggling whether or not to show formatting
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
21 | </schemalist> |