util/xmppstream.lua
changeset 6363 ec446efc15e1
parent 6053 2f93a04564b2
child 6367 769a3577dd85
--- a/util/xmppstream.lua	Wed Aug 27 13:20:08 2014 +0200
+++ b/util/xmppstream.lua	Sat Aug 23 09:22:05 2014 +0100
@@ -109,7 +109,7 @@
 					end
 				else
 					-- Garbage before stream?
-					cb_error(session, "no-stream");
+					cb_error(session, "no-stream", tagname);
 				end
 				return;
 			end