forum.test17
forum.test17

Reputation: 2219

Do XMPP users need to be in same group to be able to communicate with each other?

I am using "openfire" XMPP server. I have setup the server and created two users

with name testUser1, testUser2.

they can send messages with each other when there are in the same group and cannot when there are not in group

Note: I do not want to create groups at all to avoid broadcasting of "Presence" stanza when one of the users come online.

Upvotes: 0

Views: 57

Answers (2)

Md Samiul Alim Sakib
Md Samiul Alim Sakib

Reputation: 1114

There's no such restriction in XMPP. But you have to put full jid like [email protected] you use only user id it won't work.

Upvotes: 0

Flow
Flow

Reputation: 24073

Do XMPP users need to be in same group to be able to communicate with each other?

In general: No. XMPP does not impose such a restriction for exchanging messages between entities. But of course, your server could impose one.

Upvotes: 1

Related Questions