disabled modules that are now in core:
* csi_battery_saver
* graceful_shutdown
enabled modules:
* csi & csi_simple as replacement for csi_battery_saver
* limits (nice protection)
* bookmarks (because of a more unified user experience)
added but disabled
* cloud_notify (will be in 0.13 - it is a community module now. Use it
then)
* http - this allows http uploads and image sharing but was disabled
before so not enabling now
* vcard_muc - this allows to set vcards for muc ie change profile
picture. It is however a community module and thus disabled by
default.
The previous configuration was copied over from helium.n39.eu for
prosody v0.9 and did only work more or less by accident. The new
configuration was done based on the upstream example configuration.
Some modules we used for 0.9 were replaced, some are not necessary
anymore, some modules are new for 0.11. The list was reviewed carefully
on a test host, and proved to work for several months there.
The VirtualHost 'localhost' is kept, but moved from a separate
configuration file to the main configuration, because it's only one line
and it's part of the example config anyways.