Diff

util/xmppstream.lua @ 6367:769a3577dd85

Merge 0.9->0.10
author Matthew Wild <mwild1@gmail.com>
date Thu, 28 Aug 2014 09:23:24 +0100
parent 6355:c2d144d3f8dd
parent 6363:ec446efc15e1
child 6777:5de6b93d0190
line wrap: on
line diff
--- 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