- I have a collaboration product for which I am adding a chat feature
- I want to notify users (through email or some other means) whenever they get subscription requests
- How can I achieve it through smack? My understanding is that you have to login to XMPP server using your credentials and can register a listener for presence events of the logged in user.
- But what I want is to listen to all the presence subscription requests. Is it possible?
0
votes