Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Add some explanation to application_services.md #7091

Merged
merged 4 commits into from
Apr 27, 2020
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions changelog.d/7091.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Improve the documentation of application services configuration files.
anoadragon453 marked this conversation as resolved.
Show resolved Hide resolved
4 changes: 4 additions & 0 deletions docs/application_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,13 @@ namespaces:
users: # List of users we're interested in
- exclusive: <bool>
regex: <regex>
group_id: <group>
- ...
aliases: [] # List of aliases we're interested in
rooms: [] # List of room ids we're interested in
```

`exclusive`: If enabled registrations of users in that namespace are only allowed for the application service
clokep marked this conversation as resolved.
Show resolved Hide resolved
`group_id`: All users of this application service are dynamically registered for this group to e.g. use it as flair
clokep marked this conversation as resolved.
Show resolved Hide resolved

See the [spec](https://matrix.org/docs/spec/application_service/unstable.html) for further details on how application services work.