Fix mod_legacyauth to not use old stanza_dispatch
authorMatthew Wild <mwild1@gmail.com>
Fri, 24 Oct 2008 14:45:50 +0100
changeset 154 1fee9396ca2f
parent 153 8310bfddaba8
child 155 8c9a9f6f6455
Fix mod_legacyauth to not use old stanza_dispatch
plugins/mod_legacyauth.lua
--- a/plugins/mod_legacyauth.lua	Fri Oct 24 07:57:06 2008 +0100
+++ b/plugins/mod_legacyauth.lua	Fri Oct 24 14:45:50 2008 +0100
@@ -49,7 +49,7 @@
 					reply.attr.type = "error";
 					reply:tag("error", { code = "401", type = "auth" })
 						:tag("not-authorized", { xmlns = "urn:ietf:params:xml:ns:xmpp-stanzas" });
-					dispatch_stanza(reply);
+					send(session, reply);
 					return true;
 				end
 			end