disabling last_activity

We're using our deployment of ejabberd with http binding and basically just need the base authentication, offline messaging, and messaging functionality. We're running on the MySQL ODBC driver and I noticed our last table has gotten fairly large but the importance of the data seems pretty weak for what we need. I have already removed it from the odbc via ejabberd.cfg modules settings so it's now running on mnesia but I'm guessing this is still going to be a waste of space/memory in the long run.

Can I disable this functionality?
Is it required to use http binding?

Thanks,
Chad

Re: disabling last_activity

You can safely remove both mod_last and mod_last_odbc from your config. Then remove all that tables from a disc. There is no modules depend on mod_last.

I disabled it... everything

I disabled it... everything seems alright on the surface... thanks for the feedback.

Syndicate content