The session test expects urn:inbuxa:jmap (MT-22, contract C-1)

This commit is contained in:
2026-09-18 16:00:25 -07:00
parent 2e43f5fc0d
commit e109cf86ae
+6 -2
View File
@@ -64,7 +64,9 @@ pub async fn test(test: &TestServer) {
"urn:ietf:params:jmap:websocket": {
"url": "wss://127.0.0.1:8899/jmap/ws",
"supportsPush": true
}
},
// inbuxa: the fork's own capability (contract C-1, multi-tenancy MT-22)
"urn:inbuxa:jmap": {}
},
"accounts": {
john_id: {
@@ -244,7 +246,9 @@ pub async fn test(test: &TestServer) {
"webWriteUrlTemplate": null
},
"urn:ietf:params:jmap:mail:share": {},
"urn:stalwart:jmap": {}
"urn:stalwart:jmap": {},
// inbuxa: MT-22, the logo that applies to the account
"urn:inbuxa:jmap": { "logo": null }
}
}
},