mod_console: Don't allow bang bang as the first command in a session, or when the...
[prosody.git] / util / xmppstream.lua
index d22c923b6f7987781556d5863331ccda4a95379e..2f232fd81127fe71626ab5bbb73941618af1c539 100644 (file)
@@ -69,8 +69,8 @@ function new_sax_handlers(session, stream_callbacks)
                        attr[i] = nil;
                        local ns, nm = k:match(ns_pattern);
                        if nm ~= "" then
-                               ns = ns_prefixes[ns]; 
-                               if ns then 
+                               ns = ns_prefixes[ns];
+                               if ns then
                                        attr[ns..":"..nm] = attr[k];
                                        attr[k] = nil;
                                end