util/xmppstream.lua
changeset 6367 769a3577dd85
parent 6355 c2d144d3f8dd
parent 6363 ec446efc15e1
child 6780 5de6b93d0190
--- a/util/xmppstream.lua	Wed Aug 27 13:00:04 2014 +0200
+++ b/util/xmppstream.lua	Thu Aug 28 09:23:24 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