Is there a similar way to limit the number of messages but for the one-to-one chat?
The monitoring plugin offers complex message archive functionality.
I think what Guus meant is that you can do a lot of things programatically from the client by querying archive for a particular number of messages. Such calls are not exposed in plugin’s interface and i think usually (and maybe the only right thing to do) it is done from a client, not from plugin’s side. This would require creating your custom client.
Maybe it can also be enforced from the plugin’s side. Then patches are welcome with such functionality 
1 Like
Okay, I’ll have to put my hand in the plugin then 

