Software / code / prosody
Changeset
5707:36a289e9244c
mod_register: Fix indentation
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 19 Jun 2013 16:35:19 +0200 |
| parents | 5706:896094da72e4 |
| children | 5708:667cf4e45356 |
| files | plugins/mod_register.lua |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/mod_register.lua Wed Jun 19 16:20:33 2013 +0200 +++ b/plugins/mod_register.lua Wed Jun 19 16:35:19 2013 +0200 @@ -72,7 +72,7 @@ local register_stream_feature = st.stanza("register", {xmlns="http://jabber.org/features/iq-register"}):up(); module:hook("stream-features", function(event) - local session, features = event.origin, event.features; + local session, features = event.origin, event.features; -- Advertise registration to unauthorized clients only. if not(allow_registration) or session.type ~= "c2s_unauthed" then