OPENFIRE; XMPP | Notification to chatroom existing users regarding addition or deletion of any user from chatroom

I need to send notification to chat room existing users regarding addition or deletion of any user from chat room. Is there any way to achieve this. I am using .net and openfire xmpp for development purpose.Please let me know if there is any plugin avaialable

Usually the occupants in the chat room should receive a stanza with the MUC extension as described here:

XEP-0045: Multi-User Chat

See:

Example 92

or

Example 189. Service Sends Notice of Admin Status to All Occupants

1 Like