forked from legastero/stanza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubsub-event.json
55 lines (55 loc) · 1.59 KB
/
pubsub-event.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
[
"message",
{
"from": "pubsub.shakespeare.lit",
"id": "foo",
"lang": "",
"pubsub": {
"context": "event",
"items": {
"node": "princely_musings",
"published": [
{
"content": {
"itemType": "urn:xmpp:json:0",
"json": {
"age": "421",
"name": "romeo",
"status": "single"
}
},
"id": "ae890ac52d0df67ed7cfdf51b644e901"
}
]
}
},
"to": "[email protected]"
},
{
"from": "pubsub.shakespeare.lit",
"id": "foo",
"lang": "",
"pubsub": {
"context": "event",
"eventType": "items",
"items": {
"node": "princely_musings",
"published": [
{
"content": {
"itemType": "urn:xmpp:json:0",
"json": {
"age": "421",
"name": "romeo",
"status": "single"
}
},
"id": "ae890ac52d0df67ed7cfdf51b644e901"
}
],
"retracted": []
}
},
"to": "[email protected]"
}
]