Comparison

spec/scansion/prosody.cfg.lua @ 9702:3a1b07d8c314

spec/scansion/prosody.cfg.lua: Add remaining modules listened in prosody.cfg.lua.dist for easier comparisons
author Kim Alvefur <zash@zash.se>
date Tue, 11 Dec 2018 23:26:16 +0100
parent 9701:7baac5f0c3a5
child 9730:69ef22961b7d
comparison
equal deleted inserted replaced
9701:7baac5f0c3a5 9702:3a1b07d8c314
25 "uptime"; -- Report how long server has been running 25 "uptime"; -- Report how long server has been running
26 "time"; -- Let others know the time here on this server 26 "time"; -- Let others know the time here on this server
27 "ping"; -- Replies to XMPP pings with pongs 27 "ping"; -- Replies to XMPP pings with pongs
28 "register"; -- Allow users to register on this server using a client and change passwords 28 "register"; -- Allow users to register on this server using a client and change passwords
29 --"mam"; -- Store messages in an archive and allow users to access it 29 --"mam"; -- Store messages in an archive and allow users to access it
30 --"csi_simple"; -- Simple Mobile optimizations
31
32 -- Admin interfaces
33 --"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
34 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582
30 35
31 -- HTTP modules 36 -- HTTP modules
32 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP" 37 --"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
33 --"websocket"; -- XMPP over WebSockets 38 --"websocket"; -- XMPP over WebSockets
34 --"http_files"; -- Serve static files from a directory over HTTP 39 --"http_files"; -- Serve static files from a directory over HTTP