prosody.cfg.lua.dist
changeset 518 127eb78cbf4a
parent 479 67b8d8260443
child 524 3f9f67f1a106
equal deleted inserted replaced
517:afd9f6590fd0 518:127eb78cbf4a
    47 				"dialback"; -- s2s dialback support
    47 				"dialback"; -- s2s dialback support
    48 			  	"disco"; -- Service discovery
    48 			  	"disco"; -- Service discovery
    49 			  	"ping"; -- XMPP Ping
    49 			  	"ping"; -- XMPP Ping
    50 			  	"time"; -- Let others know the time here
    50 			  	"time"; -- Let others know the time here
    51 			  	"uptime"; -- Uptime reporting
    51 			  	"uptime"; -- Uptime reporting
    52 			  	"console"; -- telnet to port 5528 (needs console_enabled = true)
    52 			  	"console"; -- telnet to port 5582 (needs console_enabled = true)
    53 			  };
    53 			  };
    54 	
    54 	
    55 	-- These are the SSL/TLS-related settings. If you don't want
    55 	-- These are the SSL/TLS-related settings. If you don't want
    56 	-- to use SSL/TLS, you may comment or remove this
    56 	-- to use SSL/TLS, you may comment or remove this
    57 	ssl = { 
    57 	ssl = {