Android Question MQTT Chat Room

fanfalveto

Active Member
Licensed User
Longtime User
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?
client.Publish2("all", CreateMessage(Body),2,True)
runs ok one to all
client.Publish2("movil", CreateMessage(Body),2,True)
don´t send message to movil user
thnak you
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…