plugins/mod_legacyauth.lua

changeset 45
363c0af290bc
parent 38
3fdfd6e0cb4e
child 154
1fee9396ca2f
--- a/plugins/mod_legacyauth.lua	Sat Oct 04 02:12:54 2008 +0100
+++ b/plugins/mod_legacyauth.lua	Sat Oct 04 02:14:11 2008 +0100
@@ -38,7 +38,7 @@
 								reply:tag("error", { code = "401", type = "auth" })
 									:tag("not-authorized", { xmlns = "urn:ietf:params:xml:ns:xmpp-stanzas" });
 							end
-							dispatch_stanza(reply);
+							send(session, reply);
 							return true;
 						end
 					end

mercurial