Comparison

prosody.cfg.lua.dist @ 9590:6d4da1b4b6f4 0.11

prosody.cfg.lua.dist: Add mod_csi_simple
author Kim Alvefur <zash@zash.se>
date Mon, 29 Oct 2018 21:50:40 +0100
parent 8285:433b2a41351f
child 9591:b0d309abf7d4
comparison
equal deleted inserted replaced
9589:aeb054ee88c5 9590:6d4da1b4b6f4
56 "uptime"; -- Report how long server has been running 56 "uptime"; -- Report how long server has been running
57 "time"; -- Let others know the time here on this server 57 "time"; -- Let others know the time here on this server
58 "ping"; -- Replies to XMPP pings with pongs 58 "ping"; -- Replies to XMPP pings with pongs
59 "register"; -- Allow users to register on this server using a client and change passwords 59 "register"; -- Allow users to register on this server using a client and change passwords
60 --"mam"; -- Store messages in an archive and allow users to access it 60 --"mam"; -- Store messages in an archive and allow users to access it
61 --"csi_simple"; -- Simple Mobile optimizations
61 62
62 -- Admin interfaces 63 -- Admin interfaces
63 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands 64 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands
64 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 65 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582
65 66