Commit 9f325cd
feat(dav): add a room building name to IRoomMetadata
Room backends can publish a building address but not a building name.
Clients that group rooms by building therefore derive one from the
address, in practice by taking the segment before the first comma. That
only works for backends that put the building name first: a room whose
address is "1098 XG, Amsterdam" ends up grouped under a postal code.
Add BUILDING_NAME so backends that hold the building name as a separate
field can publish it, and clients can stop guessing. The key is
optional, and nothing changes for backends that do not provide it.
Assisted-by: ClaudeCode:claude-opus-5
Signed-off-by: Rikdekker <Rikdekker@users.noreply.github.com>1 parent 04aa4e8 commit 9f325cd
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
40 | 51 | | |
41 | 52 | | |
42 | 53 | | |
| |||
0 commit comments