summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/session/README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/session/README.md b/plugins/session/README.md
index 832e779..218d269 100644
--- a/plugins/session/README.md
+++ b/plugins/session/README.md
@@ -53,9 +53,8 @@ authenticating with, then you will receive a JSON-encoded response as follows:
`{"user":"<user>","secret":"<secret>","time":"<time>"}
From the point in `<time>` to however long you configured the timeout
-(60 seconds are recommended), `<secret>` will be accepted as a password
-by ejabberd for `<user>` on any domains you set up to use the session
-plugin.
+(60 seconds are the default), `<secret>` will be accepted once as a password
+for `<user>`.
Security Considerations
-----------------------