Groupchat "entered" & "left" messages

This seems like a silly question, but is there a way to remove the “foo entered”, “foo left” messages in the groupchat? Thanks.

-j

use Psi

if more seriously, Why? I call a client buggie if it doesnt show such messages by default. Anyway i think that “feature” is more at client level thatn server.

Hey Jason,

The server is not sending that message to the client. The server informs the client that a new occupant joined the room by sending an available presence. It’'s up to the client to decide how to show that event. The usual way to do that is by showing the message “Foo has entered the room”. Check if your client provides a way to customize those messages.

Regards,

– Gato