prosody.cfg.lua.dist
changeset 2408 550dd0014575
parent 2407 00121b728a02
child 2694 a6d80b6e9ee1
equal deleted inserted replaced
2407:00121b728a02 2408:550dd0014575
    61 			  	"pep"; -- Enables users to publish their mood, activity, playing music and more
    61 			  	"pep"; -- Enables users to publish their mood, activity, playing music and more
    62 				"register"; -- Allow users to register on this server using a client and change passwords
    62 				"register"; -- Allow users to register on this server using a client and change passwords
    63 
    63 
    64 			-- Other specific functionality
    64 			-- Other specific functionality
    65 				--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
    65 				--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
    66 			  	--"console"; -- telnet to port 5582 (needs console_enabled = true)
    66 			  	--"console"; -- Opens admin telnet interface on localhost port 5582
    67 				--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
    67 				--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
    68 				--"httpserver"; -- Serve static files from a directory over HTTP
    68 				--"httpserver"; -- Serve static files from a directory over HTTP
    69 			  };
    69 			  };
    70 	
    70 	
    71 	-- These modules are auto-loaded, should you
    71 	-- These modules are auto-loaded, should you