mod_smacks/mod_smacks.lua
changeset 1527 06ecc5b3ca46
parent 1526 120817435151
child 1528 5ccb3ee2cf72
--- a/mod_smacks/mod_smacks.lua	Mon Oct 20 11:51:07 2014 +0200
+++ b/mod_smacks/mod_smacks.lua	Mon Oct 20 11:55:08 2014 +0200
@@ -138,7 +138,7 @@
 	local ok, err, err_text = can_do_smacks(session);
 	if not ok then
 		session.log("warn", "Failed to enable smacks: %s", err_text); -- TODO: XEP doesn't say we can send error text, should it?
-		session.send(st.stanza("failed", { xmlns = xmlns_sm }):tag(err, { xmlns = xmlns_errors}));
+		(session.sends2s or session.send)(st.stanza("failed", { xmlns = xmlns_sm }):tag(err, { xmlns = xmlns_errors}));
 		return true;
 	end