Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ evt.Detail = &cotlib.Detail{
Chat: &cotlib.Chat{
ID: "Room",
Chatroom: "Room",
GroupOwner: "false",
SenderCallsign: "Alpha",
ChatGrps: []cotlib.ChatGrp{
{ID: "Room", UID0: "AlphaUID", UID1: "BravoUID"},
Expand All @@ -264,6 +265,9 @@ evt.Detail = &cotlib.Detail{
out, _ := evt.ToXML()
```

Note: the `groupOwner` attribute is mandatory for TAK chat messages. It must be
present for schema validation to succeed when using the TAK chat format.

Delivery or read receipts can be sent by populating `Detail.ChatReceipt` with
the appropriate `Ack`, `ID`, and `MessageID` fields.

Expand Down
Loading