Software /
code /
prosody
Log
core/sessionmanager.lua @ 6677:1089f45c5e67
description | author | age |
---|---|---|
sessionmanager: Rename argument to avoid name clash with local variable [luacheck] | Matthew Wild | Wed, 06 May 2015 19:58:33 +0100 |
sessionmanager: Rename unused loop variables to '_' [luacheck] | Matthew Wild | Wed, 06 May 2015 19:58:03 +0100 |
portmanager, s2smanager, sessionmanager, stanza_router, storagemanager, usermanager, util.xml: Add luacheck annotations | Matthew Wild | Wed, 06 May 2015 19:20:07 +0100 |
sessionmanager: Rename parameter to avoid varible name conflict | Matthew Wild | Fri, 03 Apr 2015 19:31:05 +0100 |
Merge 0.9->0.10 | Matthew Wild | Thu, 26 Mar 2015 16:48:39 +0000 |
sessionmanager: Return 'not-allowed' error instead of the non-existent 'already-bound' error when client tries to bind a resource twice on the same stream (thanks Flow) fixes issue #484. | Matthew Wild | Tue, 24 Mar 2015 15:57:46 +0000 |
sessionmanager: Add pre-resource-bind event that would let plugins have a say in resource binding | Kim Alvefur | Fri, 30 Jan 2015 15:38:54 +0100 |