Skip to content

Commit

Permalink
Merge pull request #24 from rosano/chat
Browse files Browse the repository at this point in the history
Document Liqid Chat
  • Loading branch information
rosano authored Dec 15, 2023
2 parents 24d4ad8 + b0ceb8b commit 9354c13
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,18 @@ For now, the only known use of one-to-one chat is for [SNAP messages](https://gi
snap:preimage "3ge44fgef34343734" ;
snap:expiresAt "2019-04-17T07:50:18Z"^^XML:dateTime .
```

## [Liqid Chat](https://liqid.chat)

> [!NOTE]
> Requests root access
Uses [custom module?](https://github.com/o-development/ochat-client/tree/master/src/chat) writing to `/chats/`:

```turtle
:dd5e723f-7a61-4b59-9d51-70cf804e71fc
dct:created "2023-12-14T13:29:16.759Z"^^xsd:dateTime;
sioc:content "hello!";
foaf:maker c:me;
terms:liqidChatSignedCredential
```

0 comments on commit 9354c13

Please sign in to comment.