I am using Openfire as an XMPP server and strophe as an XMPP client. If a chatroom c1
is created by a user a
and participants are b,c,d
. But b and c
are online and they have an active connection with XMPP server(Openfire)
So, how b and c
users can join the room by getting the notification on creating of the chatroom. Is there any option available as a feature of XMPP or in Openfire?
Asked
Active
Viewed 98 times
1

ashok
- 1,078
- 3
- 20
- 63
-
If the participants are online, they do receive message with invite from Room, you mean you are not receiving any message from server to online participants when room is created? – Shoaib Ahmad Gondal Jun 14 '21 at 20:19
-
@ShoaibAhmadGondal yeah I am using strophejs, whether any configuration need to be done from openfire side? – ashok Jun 17 '21 at 17:35
-
I haven't used Strophe. When you create a new chatroom, is it created successfully? Can you see it from Openfire Admin console? – Shoaib Ahmad Gondal Jun 17 '21 at 18:42
-
@ShoaibAhmadGondal yeah if i am creating using admin console, I am able to see it – ashok Jun 18 '21 at 08:05
-
@ShoaibAhmadGondal but invite room should be sent from the other client right XEP-0045, it is not automcatically sent by server? – ashok Aug 09 '21 at 18:48