Added XMPP support (#4679)

Ylian Saint-Hilaire committed Oct 28, 2022 at 12:42 UTC 65c4b9c50a06cfa9c9ad51ce8527960e06662e78
1 file changed +3 -3
docs/docs/messaging/index.md
+3 -3
@@ -130,9 +130,9 @@ As an administrator you can turn off use of messaging for 2FA using the followin
130 "domains": {
131 "": {
132 "title": "My Server",
133 - "passwordRequirements": {
134 - "msg2factor": false
135 - }
133 + "passwordRequirements": {
134 + "msg2factor": false
135 + }
136 }
137 }
138 }