prosody.cfg.lua.dist
changeset 1132 3a63efe285c2
parent 912 62dd71870ee3
child 1176 2be14b7021b2
equal deleted inserted replaced
1131:83a150e3b3bb 1132:3a63efe285c2
    36 	-- This is the list of modules Prosody will load on startup.
    36 	-- This is the list of modules Prosody will load on startup.
    37 	-- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
    37 	-- It looks for mod_modulename.lua in the plugins folder, so make sure that exists too.
    38 	modules_enabled = {
    38 	modules_enabled = {
    39 			-- Generally required
    39 			-- Generally required
    40 				"roster"; -- Allow users to have a roster. Recommended ;)
    40 				"roster"; -- Allow users to have a roster. Recommended ;)
       
    41 				"presence"; -- See and broadcast status changes to/from contacts
    41 				"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
    42 				"saslauth"; -- Authentication for clients and servers. Recommended if you want to log in.
    42 				"tls"; -- Add support for secure TLS on c2s/s2s connections
    43 				"tls"; -- Add support for secure TLS on c2s/s2s connections
    43 				"dialback"; -- s2s dialback support
    44 				"dialback"; -- s2s dialback support
    44 			  	"disco"; -- Service discovery
    45 			  	"disco"; -- Service discovery
    45 			
    46