summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2014-01-23 02:58:55 +0100
committerChristoph Burschka2014-01-23 02:58:55 +0100
commitc6b579308ab3ea4f0a420e4cebbcac21c3fc6828 (patch)
tree3db8183686dc333cb6e5eb69ab224c237b86417c
parentDelete unused configuration file. (diff)
downloadejabberd-auth-php-c6b579308ab3ea4f0a420e4cebbcac21c3fc6828.tar.gz
Clarified readme
-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
-----------------------