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

Commit

Permalink
Add some explanation to application_services.md (#7091)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Körner <git@lubiland.de>
  • Loading branch information
lub committed Apr 27, 2020
1 parent cc9eceb commit aa24929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
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 service configuration files.
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, only this application service is allowed to register users in its namespace(s).
`group_id`: All users of this application service are dynamically joined to this group. This is useful for e.g user organisation or flairs.

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

0 comments on commit aa24929

Please sign in to comment.