forked from legastero/stanza
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ids.json
25 lines (25 loc) · 899 Bytes
/
ids.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
[
"message",
{
"type": "groupchat",
"to": "[email protected]",
"body": "Typical body text",
"originId": "de305d54-75b4-431b-adb2-eb6b9e546013",
"stanzaIds": [
{ "by": "[email protected]", "id": "5f3dbc5e-e1d3-4077-a492-693f3769c7ad" },
{ "by": "[email protected]", "id": "de305d54-75b4-431b-adb2-eb6b9e546013" }
]
},
{
"type": "groupchat",
"lang": "",
"to": "[email protected]",
"alternateLanguageBodies": [{ "lang": "", "value": "Typical body text" }],
"body": "Typical body text",
"originId": "de305d54-75b4-431b-adb2-eb6b9e546013",
"stanzaIds": [
{ "by": "[email protected]", "id": "5f3dbc5e-e1d3-4077-a492-693f3769c7ad" },
{ "by": "[email protected]", "id": "de305d54-75b4-431b-adb2-eb6b9e546013" }
]
}
]