The session test expects urn:inbuxa:jmap (MT-22, contract C-1)
This commit is contained in:
@@ -64,7 +64,9 @@ pub async fn test(test: &TestServer) {
|
|||||||
"urn:ietf:params:jmap:websocket": {
|
"urn:ietf:params:jmap:websocket": {
|
||||||
"url": "wss://127.0.0.1:8899/jmap/ws",
|
"url": "wss://127.0.0.1:8899/jmap/ws",
|
||||||
"supportsPush": true
|
"supportsPush": true
|
||||||
}
|
},
|
||||||
|
// inbuxa: the fork's own capability (contract C-1, multi-tenancy MT-22)
|
||||||
|
"urn:inbuxa:jmap": {}
|
||||||
},
|
},
|
||||||
"accounts": {
|
"accounts": {
|
||||||
john_id: {
|
john_id: {
|
||||||
@@ -244,7 +246,9 @@ pub async fn test(test: &TestServer) {
|
|||||||
"webWriteUrlTemplate": null
|
"webWriteUrlTemplate": null
|
||||||
},
|
},
|
||||||
"urn:ietf:params:jmap:mail:share": {},
|
"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 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user