forked from legastero/stanza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdataform-2.json
65 lines (65 loc) · 2.04 KB
/
dataform-2.json
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
[
"dataform",
{
"type": "submit",
"instructions": [],
"fields": [
{
"name": "FORM_TYPE",
"value": "jabber:bot",
"type": "hidden",
"rawValues": ["jabber:bot"]
},
{
"name": "botname",
"value": "The Jabber Google Bot",
"rawValues": ["The Jabber Google Bot"]
},
{
"name": "description",
"value": [
"This bot enables you to send requests to",
"Google and receive the search results right",
"in your Jabber client. It's really cool!",
"It even supports Google News!"
],
"type": "text-multi",
"rawValues": [
"This bot enables you to send requests to",
"Google and receive the search results right",
"in your Jabber client. It's really cool!",
"It even supports Google News!"
]
},
{
"name": "public",
"value": false,
"type": "boolean",
"rawValues": ["0"]
},
{
"name": "password",
"value": "v3r0na",
"type": "password",
"rawValues": ["v3r0na"]
},
{
"name": "features",
"value": ["news", "search"],
"type": "list-multi",
"rawValues": ["news", "search"]
},
{
"name": "maxsubs",
"value": "50",
"rawValues": ["50"]
},
{
"name": "invitelist",
"value": ["[email protected]", "[email protected]"],
"type": "jid-multi",
"rawValues": ["[email protected]", "[email protected]"]
}
]
}
]