Mercurial > prosody-hg
diff core/rostermanager.lua @ 7949:8acc35b5355a
core: Allow select core modules to mutate some globals (needs luacheck 1.19)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sat, 04 Mar 2017 20:09:28 +0100 |
| parents | b1f80447a2b1 |
| children | d44c6582059d |
line wrap: on
line diff
--- a/core/rostermanager.lua Sat Mar 04 20:06:29 2017 +0100 +++ b/core/rostermanager.lua Sat Mar 04 20:09:28 2017 +0100 @@ -5,7 +5,7 @@ -- This project is MIT/X11 licensed. Please see the -- COPYING file in the source package for more information. -- - +-- luacheck: globals prosody.bare_sessions.?.roster
