Преглед изворни кода

Bugfix. stanza name is passed in separately.

JC Brand пре 9 година
родитељ
комит
2eb727f9f1
1 измењених фајлова са 1 додато и 1 уклоњено
  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,