notes added

master
samhunter 2 years ago
parent 3102d3408d
commit f6e9a1d3c8

@ -51,9 +51,20 @@ Other possible rendering:
testuser - - -
```
## Notes
- User/author name is _not_ a part of the specification. Client programs should extract it from the full pathname of the currently processed 'gab' file.
### User names
User/author name is _not_ a part of the specification. Client programs should, when neede, extract it from the full pathname of the currently processed 'gab' file.
```
/home/testuser/.gab
^^^^^^^^
```
### 'Private' chats/channels
'Private' channels are by convention marked by a `!` attached to the 'gab' file name.
```
.gab-regular-chat
.gab-private-conversation!
```
Well-behaved programs using the 'gab' protocol should refrain from listing the private channels in their channel directiories/selection boxes.

Loading…
Cancel
Save