1 <?xml version="1.0" encoding="UTF-8"?>
3 <name>Pwmd XMPP Elements</name>
4 <shortDescription>Create XMPP account elements.</shortDescription>
7 This wizard allows you to create the
8 <a href="https://gitlab.com/bjk/pwmd">pwmd</a>
9 elements needed for XMPP authentication.
12 Click <em>"Next"</em> to proceed to fill out the form.
13 Help is available by right-clicking on a form label.
17 <!-- This ID is reserved by QPwmc. -->
19 <label>Socket:</label>
21 <placeholderText>Default</placeholderText>
25 <whatsThis>The pwmd server to connect to.</whatsThis>
28 <!-- This ID is reserved by QPwmc. -->
30 <label>Data file:</label>
32 <placeholderText>Required</placeholderText>
37 <whatsThis>The data file on the pwmd server to open. Required.</whatsThis>
40 <!-- This ID is reserved by QPwmc. -->
42 <label>Root element:</label>
44 <placeholderText>Element path...</placeholderText>
45 <value>im<TAB>XMPP</value>
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>
52 <label>Username:</label>
54 <placeholderText>Required</placeholderText>
55 <value>username@hostname.com</value>
56 <childOf>pwmdRootElement</childOf>
59 <whatsThis>The username of the XMPP server to login as. Required.</whatsThis>
63 <label>Password:</label>
66 <element>password</element>
67 <childOf>username</childOf>
71 <whatsThis>The password for this XMPP account.</whatsThis>
74 </PwmdApplicationForm>