Multiple resource

I have one question

i connect to open fire with differente PC (3) but whit some user/password

with differente resource

I set property route.all-resources for receive to all PC the chat from other user

the question is: it’s possible when one pc response to chat, also other pc (some user different resource) see what the user response?

Thank

Not, if client sends a response to full JID (username@servername/resource) which usually clients do. For this property to work messages have to always be send to bare JID (username@servername). Unless you specifically modify your client to always send messages like that, then this won’t work for you.