forked from legastero/stanza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubsub.json
83 lines (83 loc) · 2.79 KB
/
pubsub.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
[
"iq",
{
"from": "[email protected]/balcony",
"type": "set",
"id": "pip1",
"pubsub": {
"publish": {
"node": "storage:bookmarks",
"item": {
"id": "current",
"content": {
"itemType": "storage:bookmarks",
"rooms": [
{
"name": "The Play's the Thing",
"autoJoin": true,
"jid": "[email protected]",
"nick": "JC"
}
]
}
}
},
"publishOptions": {
"type": "submit",
"fields": [
{
"name": "FORM_TYPE",
"type": "hidden",
"value": "http://jabber.org/protocol/pubsub#publish-options"
},
{ "name": "pubsub#persist_items", "value": "true" },
{ "name": "pubsub#access_model", "value": "whitelist" }
]
}
}
},
{
"from": "[email protected]/balcony",
"type": "set",
"id": "pip1",
"lang": "",
"payloadType": "pubsub",
"pubsub": {
"publish": {
"node": "storage:bookmarks",
"item": {
"id": "current",
"content": {
"itemType": "storage:bookmarks",
"rooms": [
{
"name": "The Play's the Thing",
"autoJoin": true,
"jid": "[email protected]",
"nick": "JC"
}
]
}
}
},
"publishOptions": {
"instructions": [],
"type": "submit",
"fields": [
{
"name": "FORM_TYPE",
"type": "hidden",
"value": "http://jabber.org/protocol/pubsub#publish-options",
"rawValues": ["http://jabber.org/protocol/pubsub#publish-options"]
},
{ "name": "pubsub#persist_items", "value": "true", "rawValues": ["true"] },
{
"name": "pubsub#access_model",
"value": "whitelist",
"rawValues": ["whitelist"]
}
]
}
}
}
]