Browse Source

Bugfix. stanza name is passed in separately.

JC Brand 9 years ago
parent
commit
2eb727f9f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/converse-api.js

+ 1 - 1
src/converse-api.js

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