I want to use Strophe.js library in an angular 4 application to connect to XMPP server. I have connected to server successfully. But I am not able to send presence so user is not showing online.
Can anyone please tell how to use $pres, receivemessage callback etc in typescript?
I used this "npm install strophe.js" command to install strophe & import { Strophe } from 'strophe.js'; in my .ts file.
Thanks in advance.