I have 2 mobile applications with two users and the b4j application with another user (users created in cloudmqtt.com).
Is it possible to send messages from user to user? one to one, not one at all?
thnak you
Is it possible to send messages from user to user? one to one, not one at all?
runs ok one to allclient.Publish2("all", CreateMessage(Body),2,True)
don´t send message to movil userclient.Publish2("movil", CreateMessage(Body),2,True)
thnak you