first import
first import between version 0.1.3 and 0.2 darcs-hash:20051127110300-684f5-0ed50cd0e86df9195cec2c1df070fdf24a6faeb5.gz
This commit is contained in:
121
tests/tmp1
Normal file
121
tests/tmp1
Normal file
@@ -0,0 +1,121 @@
|
||||
<iq from="jmc.localhost" to="test@localhost/test" type="result" id="aad9a">
|
||||
<query xmlns="jabber:iq:register">
|
||||
<x xmlns="jabber:x:data">
|
||||
<title>
|
||||
Jabber Mail connection registration</title>
|
||||
<instructions>
|
||||
Enter anything below</instructions>
|
||||
<field type="text-single" label="Connection name" var="name"/>
|
||||
<field type="text-single" label="Login" var="login"/>
|
||||
<field type="text-private" label="Password" var="password"/>
|
||||
<field type="text-single" label="Host" var="host"/>
|
||||
<field type="text-single" label="Port" var="port"/>
|
||||
<field type="list-single" label="Mailbox type" var="type">
|
||||
<option label="POP3">
|
||||
<value>
|
||||
pop3</value>
|
||||
</option>
|
||||
<option label="POP3S">
|
||||
<value>
|
||||
pop3s</value>
|
||||
</option>
|
||||
<option label="IMAP">
|
||||
<value>
|
||||
imap</value>
|
||||
</option>
|
||||
<option label="IMAPS">
|
||||
<value>
|
||||
imaps</value>
|
||||
</option>
|
||||
</field>
|
||||
<field type="text-single" label="Mailbox (IMAP)" var="mailbox">
|
||||
<value>
|
||||
INBOX</value>
|
||||
</field>
|
||||
<field type="list-single" label="Action when state is 'Free For Chat'" var="ffc_action">
|
||||
<value>
|
||||
2</value>
|
||||
<option label="Do nothing">
|
||||
<value>
|
||||
0</value>
|
||||
</option>
|
||||
<option label="Send mail digest">
|
||||
<value>
|
||||
1</value>
|
||||
</option>
|
||||
<option label="Retrieve mail">
|
||||
<value>
|
||||
2</value>
|
||||
</option>
|
||||
</field>
|
||||
<field type="list-single" label="Action when state is 'Online'" var="online_action">
|
||||
<value>
|
||||
2</value>
|
||||
<option label="Do nothing">
|
||||
<value>
|
||||
0</value>
|
||||
</option>
|
||||
<option label="Send mail digest">
|
||||
<value>
|
||||
1</value>
|
||||
</option>
|
||||
<option label="Retrieve mail">
|
||||
<value>
|
||||
2</value>
|
||||
</option>
|
||||
</field>
|
||||
<field type="list-single" label="Action when state is 'Away'" var="away_action">
|
||||
<value>
|
||||
1</value>
|
||||
<option label="Do nothing">
|
||||
<value>
|
||||
0</value>
|
||||
</option>
|
||||
<option label="Send mail digest">
|
||||
<value>
|
||||
1</value>
|
||||
</option>
|
||||
<option label="Retrieve mail">
|
||||
<value>
|
||||
2</value>
|
||||
</option>
|
||||
</field>
|
||||
<field type="list-single" label="Action when state is 'Extended Away'" var="ea_action">
|
||||
<value>
|
||||
1</value>
|
||||
<option label="Do nothing">
|
||||
<value>
|
||||
0</value>
|
||||
</option>
|
||||
<option label="Send mail digest">
|
||||
<value>
|
||||
1</value>
|
||||
</option>
|
||||
<option label="Retrieve mail">
|
||||
<value>
|
||||
2</value>
|
||||
</option>
|
||||
</field>
|
||||
<field type="list-single" label="Action when state is 'Offline'" var="offline_action">
|
||||
<value>
|
||||
0</value>
|
||||
<option label="Do nothing">
|
||||
<value>
|
||||
0</value>
|
||||
</option>
|
||||
<option label="Send mail digest">
|
||||
<value>
|
||||
1</value>
|
||||
</option>
|
||||
<option label="Retrieve mail">
|
||||
<value>
|
||||
2</value>
|
||||
</option>
|
||||
</field>
|
||||
<field type="text-single" label="Mail check interval (in minutes)" var="interval">
|
||||
<value>
|
||||
5</value>
|
||||
</field>
|
||||
</x>
|
||||
</query>
|
||||
</iq>
|
||||
Reference in New Issue
Block a user