diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-12-10 15:32:51 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-12-10 15:32:51 +0000 |
commit | 753ab685818da815d7ffba71492b48985d67709c (patch) | |
tree | aad914706f6fc41c8d838524c6fe8ad513254c96 | |
parent | 8e253779f90cc222a82cdab224def4cf9813fdac (diff) | |
download | prosody-753ab685818da815d7ffba71492b48985d67709c.tar.gz prosody-753ab685818da815d7ffba71492b48985d67709c.zip |
Newline at end of file for sessionmanager
-rw-r--r-- | core/sessionmanager.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/sessionmanager.lua b/core/sessionmanager.lua index 34cc9f0f..5c99cb5c 100644 --- a/core/sessionmanager.lua +++ b/core/sessionmanager.lua @@ -209,4 +209,4 @@ function send_to_available_resources(user, host, stanza) return count; end -return _M;
\ No newline at end of file +return _M; |