# HG changeset patch # User Kim Alvefur # Date 1371652519 -7200 # Node ID 36a289e9244cef72b9323e5b12cc29cdefe12a71 # Parent 896094da72e490aa7662b66c0f2b3fd15eca7a6b mod_register: Fix indentation diff -r 896094da72e4 -r 36a289e9244c plugins/mod_register.lua --- 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