MUC: Don't limit affiliation changes to owners, and allow owners to remove themselves...
[prosody.git] / plugins / adhoc / adhoc.lib.lua
index d4ffd80ceee8b449201cc58a3e9344fbf24d8793..0cb4efe1097c06b4bfe6f32384bd9ed348367844 100644 (file)
@@ -46,7 +46,7 @@ function _M.handle_cmd(command, origin, stanza)
                stanza = st.error_reply(stanza, data.error.type, data.error.condition, data.error.message);
                origin.send(stanza);
                return true;
-       else 
+       else
                cmdtag = command:cmdtag("executing", sessionid);
        end