Skip to content

Commit 936f76e

Browse files
lubphil-flex
authored andcommitted
Add some explanation to application_services.md (matrix-org#7091)
Signed-off-by: Simon Körner <git@lubiland.de>
1 parent d24911e commit 936f76e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

changelog.d/7091.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Improve the documentation of application service configuration files.

docs/application_services.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,13 @@ namespaces:
2323
users: # List of users we're interested in
2424
- exclusive: <bool>
2525
regex: <regex>
26+
group_id: <group>
2627
- ...
2728
aliases: [] # List of aliases we're interested in
2829
rooms: [] # List of room ids we're interested in
2930
```
3031
32+
`exclusive`: If enabled, only this application service is allowed to register users in its namespace(s).
33+
`group_id`: All users of this application service are dynamically joined to this group. This is useful for e.g user organisation or flairs.
34+
3135
See the [spec](https://matrix.org/docs/spec/application_service/unstable.html) for further details on how application services work.

0 commit comments

Comments
 (0)