I need to have my server talk directly with my clients. I want to disable any client-to-client cross talk. Is this a possible use case for XMPP?
We need to be able to talk to any given user 2 ways: via session id and via user name. So for example, my server might need to talk with their web browser via session id 335, or it might want to talk with "all of their connected devices" under user id 25? Is this a possible use case?
