I am using Strophe.js to connect with XMPP server in angular4. connection.addHandler() received a single message. I add this listener after successful connection.
connection.addHandler(this.receiveMessage, null, 'message');
Please tell what I missing or incorrect.