I am using Strophe.js to connect with Openfire XMPP server. Connection got established with status CONNECTED but I am not able to send presence to server i.e user is not showing online on Openfire console.
Here is my plunker link : Plunker
In the code please refer src/app.ts line no.47
this.connection.send($pres());
Problem is in above method.
Please tell what I am missing or what is incorrect?
Thanks