Comparison

spec/scansion/prosody.cfg.lua @ 9730:69ef22961b7d

Merge 0.11->trunk
author Kim Alvefur <zash@zash.se>
date Sun, 23 Dec 2018 15:34:19 +0100
parent 9702:3a1b07d8c314
parent 9729:4f6413ec08a8
child 10238:9cfefd57da05
comparison
equal deleted inserted replaced
9727:9a35ae935390 9730:69ef22961b7d
24 "version"; -- Replies to server version requests 24 "version"; -- Replies to server version requests
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 30 --"csi_simple"; -- Simple Mobile optimizations
31 31
32 -- Admin interfaces 32 -- Admin interfaces
33 --"admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands 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 34 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582
63 authentication = "insecure" 63 authentication = "insecure"
64 insecure_open_authentication = "Yes please, I know what I'm doing!" 64 insecure_open_authentication = "Yes please, I know what I'm doing!"
65 65
66 storage = "memory" 66 storage = "memory"
67 67
68 mam_smart_enable = true
68 69
69 -- For the "sql" backend, you can uncomment *one* of the below to configure: 70 -- For the "sql" backend, you can uncomment *one* of the below to configure:
70 --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename. 71 --sql = { driver = "SQLite3", database = "prosody.sqlite" } -- Default. 'database' is the filename.
71 --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } 72 --sql = { driver = "MySQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" }
72 --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" } 73 --sql = { driver = "PostgreSQL", database = "prosody", username = "prosody", password = "secret", host = "localhost" }