summaryrefslogtreecommitdiff
path: root/libpurple/data/im.pidgin.Purple.gschema.xml
blob: 1320a945a936ddfd0fb59934c66b405c90dfe603 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
  <schema path="/" id="im.pidgin.Purple">
    <child name="credentials" schema="im.pidgin.Purple.Credentials"/>
  </schema>

  <schema path="/purple/conversations/" id="im.pidgin.Purple.Conversations">
    <key name="send-typing-notifications" type="b">
      <default>true</default>
      <summary>Send typing notifications</summary>
      <description>
        Send a notification when you are typing to any conversation that
        supports it.
      </description>
    </key>
  </schema>

  <schema path="/purple/credentials/" id="im.pidgin.Purple.Credentials">
    <key name="active-provider" type="s">
      <default>"noop-provider"</default>
      <summary>Active credential provider</summary>
      <description>
        The credential provider that will be used to save credentials, i.e.,
        passwords, tokens, etc.
      </description>
    </key>
  </schema>

  <enum id="im.pidgin.Purple.Idle.Method">
    <value nick="Never" value="0"/>
    <value nick="Purple" value="1"/>
    <value nick="System" value="2"/>
  </enum>
  <schema path="/purple/idle/" id="im.pidgin.Purple.Idle">
    <key name="method" enum="im.pidgin.Purple.Idle.Method">
      <default>"System"</default>
      <summary>Idle reporting method</summary>
      <description>
        The method to use to report idle time.
      </description>
    </key>

    <key name="duration" type="i">
      <default>10</default>
      <summary>Number of minutes before being marked idle</summary>
      <description>
        The time in minutes, that must pass before the user will be marked as
        idle.
      </description>
    </key>

    <key name="change-status" type="b">
      <default>false</default>
      <summary>Change status when idle</summary>
      <description>
        When going idle switch statuses.
      </description>
    </key>

    <key name="status" type="s">
      <default>""</default>
      <summary>The status to use when idle</summary>
      <description>
        The ID of the status to use when the user has gone idle.
      </description>
    </key>
  </schema>

  <schema path="/purple/network/" id="im.pidgin.Purple.Network.IP">
    <key name="autodetect" type="b">
      <default>true</default>
      <summary>Auto-detect public IP address</summary>
      <description>
        Use the enabled network discovery methods to determine the external IP
        address.
      </description>
    </key>

    <key name="address" type="s">
      <default>""</default>
      <summary>The external IP address</summary>
      <description>
        The auto-detected IP address if auto-detection is enabled, or a manually
        specified external IP address if auto-detection is disabled.
      </description>
    </key>
  </schema>

  <schema path="/purple/network/" id="im.pidgin.Purple.Network.Discovery">
    <key name="upnp" type="b">
      <default>true</default>
      <summary>Use UPnP for discovery</summary>
      <description>
        Allow the use of Universal Plugin and Play for network discovery.
      </description>
    </key>

    <key name="nat-pmp" type="b">
      <default>true</default>
      <summary>Use NAT-PMP for discovery</summary>
      <description>
        Allow the use of NAT-PMP for network discovery.
      </description>
    </key>

    <key name="stun" type="b">
      <default>true</default>
      <summary>Use STUN for discovery</summary>
      <description>
        Allow the use of STUN for network discovery.
      </description>
    </key>
  </schema>

  <schema path="/purple/network/ports/" id="im.pidgin.Purple.Network.Ports">
    <key name="use-discovery" type="b">
      <default>true</default>
      <summary>Use network discovery to open ports</summary>
      <description>
        Use the network discovery protocols like NAT-PMP, STUN, and UPnP to open
        ports.
      </description>
    </key>
  </schema>

  <schema path="/purple/network/ports/manual/" id="im.pidgin.Purple.Network.Ports.Manual">
    <key name="enabled" type="b">
      <default>false</default>
      <summary>Manually specify open ports</summary>
      <description>
        Manually specify a range of open ports to use.
      </description>
    </key>

    <key name="start" type="q">
      <default>1024</default>
      <summary>The first port of the range</summary>
      <description>
        The first port in the range of open ports.
      </description>
    </key>

    <key name="end" type="q">
      <default>2048</default>
      <summary>The last port of the range</summary>
      <description>
        The last port in the range of open ports.
      </description>
    </key>
  </schema>

  <schema path="/purple/network/stun/" id="im.pidgin.Purple.Network.Stun">
    <key name="server" type="s">
      <default>""</default>
      <summary>The STUN server to use</summary>
      <description>
        The hostname or IP address of the STUN server to use
      </description>
    </key>

    <key name="use-udp" type="b">
      <default>true</default>
      <summary>Use UDP for STUN connections</summary>
      <description>
        Attempt to use UDP to connect to the STUN server.
      </description>
    </key>

    <key name="udp-port" type="q">
      <default>3478</default>
      <summary>The UDP port number</summary>
      <description>
        The UDP port number to use when connecting to the STUN server. Defaults
        to 3478.
      </description>
    </key>

    <key name="use-tls" type="b">
      <default>false</default>
      <summary>Use TLS for TCP connections</summary>
      <description>
        Use TLS for connections over the TCP port.
      </description>
    </key>

    <key name="tcp-port" type="q">
      <default>3478</default>
      <summary>The TCP port number</summary>
      <description>
        The TCP port number to use when connection to the STUN server. Defaults
        to 3478.
      </description>
    </key>
  </schema>

  <schema path="/purple/network/turn/" id="im.pidgin.Purple.Network.Turn">
    <key name="server" type="s">
      <default>""</default>
      <summary>The TURN server to use</summary>
      <description>
        The hostname or IP address of the TURN server to use.
      </description>
    </key>

    <key name="udp-port" type="q">
      <default>3478</default>
      <summary>The UDP port of the server</summary>
      <description>
        The UDP port of the TURN server. Defaults to 3478.
      </description>
    </key>

    <key name="tcp-port" type="q">
      <default>3478</default>
      <summary>The TCP port of the server</summary>
      <description>
        The TCP port of the TURN server. Defaults to 3478.
      </description>
    </key>

    <key name="username" type="s">
      <default>""</default>
      <summary>The username</summary>
      <description>
        If the TURN server requires authentication, this field represents the
        username.
      </description>
    </key>

    <key name="password" type="s">
      <default>""</default>
      <summary>The password</summary>
      <description>
        If the TURN server requires authentication, this field represents the
        password.
      </description>
    </key>
  </schema>

  <enum id="im.pidgin.Purple.Proxy.Type">
    <value nick="No Proxy" value="0"/>
    <value nick="HTTP" value="1"/>
    <value nick="SOCKS4" value="2"/>
    <value nick="SOCKS5" value="3"/>
    <value nick="Use Environmental Settings" value="4"/>
    <value nick="TOR" value="5"/>
  </enum>
  <schema path="/purple/proxy/" id="im.pidgin.Purple.Proxy">
    <key name="type" enum="im.pidgin.Purple.Proxy.Type">
      <default>"No Proxy"</default>
      <summary>The proxy type</summary>
      <description>
        The proxy type to use.
      </description>
    </key>
    <key name="host" type="s">
      <default>""</default>
      <summary>The hostname of the proxy server</summary>
      <description>
        The hostname or IP address of the proxy server.
      </description>
    </key>

    <key name="port" type="q">
      <default>8080</default>
      <summary>The port to use</summary>
      <description>
        The port that the proxy server is running on.
      </description>
    </key>

    <key name="username" type="s">
      <default>""</default>
      <summary>The username</summary>
      <description>
        If the proxy server requires authentication, this field represents the username.
      </description>
    </key>

    <key name="password" type="s">
      <default>""</default>
      <summary>The password</summary>
      <description>
        If the proxy server requires authentication, this field represents the password.
      </description>
    </key>
  </schema>

  <schema path="/purple/status/" id="im.pidgin.Purple.Status">
    <key name="recents" type="as">
      <default>[]</default>
      <summary>The list of recent statuses</summary>
      <description>
        The list of recent statuses sorted with the most recently used statuses
        at the top.
      </description>
    </key>
  </schema>
</schemalist>