Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Merged
Changes from 1 commit
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
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
Comment thread
clokep marked this conversation as resolved.
Outdated
`group_id`: All users of this application service are dynamically registered for this group to e.g. use it as flair
Comment thread
clokep marked this conversation as resolved.
Outdated

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