Bugfix. stanza name is passed in separately.

This commit is contained in:
JC Brand 2016-03-29 09:48:49 +00:00
parent 7f842c423f
commit 2eb727f9f1

View File

@ -155,7 +155,7 @@
converse.connection.addHandler( converse.connection.addHandler(
handler, handler,
options.ns, options.ns,
options.name, name,
options.type, options.type,
options.id, options.id,
options.from, options.from,