DukeX
DukeX

Reputation: 27

ejabberd previous message received upon joining MUC room

Every time when a user joined a Multiple User Chat Room, the room will broadcast latest previous 20 messages to the user.

Is there a way to disable this?

Upvotes: 0

Views: 120

Answers (1)

DukeX
DukeX

Reputation: 27

It happens that adding history_size: 0 at mod_muc in the ejabberd.yml will turn off the message.

Upvotes: 1

Related Questions