diff options
author | Matthew Wild <mwild1@gmail.com> | 2014-08-28 09:23:24 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2014-08-28 09:23:24 +0100 |
commit | 878efeecd5030048b33121b05c6cf402f860ca1d (patch) | |
tree | 29a8b368a2ebd36175100726d9d02b82b27edc8c /util/xmppstream.lua | |
parent | 6007de18c4db1acae2bb17c9d2aaad3b1ef994f5 (diff) | |
parent | b27e7b3834519214f9b3c9e6e041421429bbcc74 (diff) | |
download | prosody-878efeecd5030048b33121b05c6cf402f860ca1d.tar.gz prosody-878efeecd5030048b33121b05c6cf402f860ca1d.zip |
Merge 0.9->0.10
Diffstat (limited to 'util/xmppstream.lua')
-rw-r--r-- | util/xmppstream.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/xmppstream.lua b/util/xmppstream.lua index 5848e200..dede0da9 100644 --- a/util/xmppstream.lua +++ b/util/xmppstream.lua @@ -109,7 +109,7 @@ function new_sax_handlers(session, stream_callbacks, cb_handleprogress) end else -- Garbage before stream? - cb_error(session, "no-stream"); + cb_error(session, "no-stream", tagname); end return; end |