Add Kyber to algorithm strings.
[qpwmc.git] / contrib / xmpp.xml
blobd969983f4efbf54035f4959abd9c12a28617cb61
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PwmdApplicationForm>
3   <name>Pwmd XMPP Elements</name>
4   <shortDescription>Create XMPP account elements.</shortDescription>
5   <description>
6 &lt;p&gt;
7           This wizard allows you to create the
8           &lt;a href=&quot;https://gitlab.com/bjk/pwmd&quot;&gt;pwmd&lt;/a&gt;
9 elements needed for XMPP authentication.
10 &lt;/p&gt;
11 &lt;p&gt;
12 Click &lt;em&gt;&quot;Next&quot;&lt;/em&gt; to proceed to fill out the form.
13 Help is available by right-clicking on a form label.
14 &lt;/p&gt;
15   </description>
17   <!-- This ID is reserved by QPwmc. -->
18   <formRow>
19     <label>Socket:</label>
20     <type>lineEdit</type>
21     <placeholderText>Default</placeholderText>
22     <value />
23     <elementSelector />
24     <id>pwmdSocket</id>
25     <whatsThis>The pwmd server to connect to.</whatsThis>
26   </formRow>
28   <!-- This ID is reserved by QPwmc. -->
29   <formRow>
30     <label>Data file:</label>
31     <type>lineEdit</type>
32     <placeholderText>Required</placeholderText>
33     <value />
34     <elementSelector />
35     <id>pwmdFilename</id>
36     <required />
37     <whatsThis>The data file on the pwmd server to open. Required.</whatsThis>
38   </formRow>
40   <!-- This ID is reserved by QPwmc. -->
41   <formRow>
42     <label>Root element:</label>
43     <type>lineEdit</type>
44     <placeholderText>Element path...</placeholderText>
45     <value>im&lt;TAB&gt;XMPP</value>
46     <elementSelector />
47     <id>pwmdRootElement</id>
48 <whatsThis>The root element for all other created elements. If not specified then the other elements will be created at the document root.</whatsThis>
49   </formRow>
51   <formRow>
52     <label>Username:</label>
53     <type>lineEdit</type>
54     <placeholderText>Required</placeholderText>
55     <value>username@hostname.com</value>
56     <childOf>pwmdRootElement</childOf>
57     <id>username</id>
58     <required />
59     <whatsThis>The username of the XMPP server to login as. Required.</whatsThis>
60   </formRow>
62   <formRow>
63     <label>Password:</label>
64     <type>lineEdit</type>
65     <value />
66     <element>password</element>
67     <childOf>username</childOf>
68     <passwordGenerator />
69     <id>password</id>
70     <hiddenInput />
71     <whatsThis>The password for this XMPP account.</whatsThis>
72   </formRow>
74 </PwmdApplicationForm>