ejabberd - Comments for "http-bind prevents running parallel sessions with different resources" https://www.ejabberd.im/node/5174 en I think I know why... my https://www.ejabberd.im/node/5174#comment-58316 <p>I think I know why... my external auth script is handling a token based authentification where the password may differ for the same user on parallel sessions, the authcah is quite cerainly caching the password, which is not OK for further sessions. It would need a fallback on external auth after a caching auth failure.</p> Sat, 04 Feb 2012 13:04:17 +0000 regilero comment 58316 at https://www.ejabberd.im Problem disappear If i https://www.ejabberd.im/node/5174#comment-58315 <p>Problem disappear If i set:</p> <div class="codeblock"><code>{extauth_cache, false}.</code></div> <p>But this seems to prevent my shared_roster behavior now.</p> <p>The question is why the extauth_cache is preventing further login with the same user on other resources when I come from http-bind first?</p> Sat, 04 Feb 2012 12:12:46 +0000 regilero comment 58315 at https://www.ejabberd.im