How do i restrict all my client to use one resource name?

I use openfire to create messenger. I have both andriod and ios client. I want both to use same resource name say “chat”. Can i do this from server end?

No, you can’t do this. Why do you want to do this?

1 Like

Thanks for the response wroot. Actually i wanted to have a single connection for a client even though he is trying to connect form multiple resource. And my client team was not sure on how to declare constant resource name. Thats the reason i asked this question. But now they are able to handle it. Thanks.