prosody.cfg.lua.dist
changeset 3490 957b40dc6d7c
parent 3412 7c66519f4973
child 3493 f2b6115b531b
equal deleted inserted replaced
3489:1b76d18e8045 3490:957b40dc6d7c
    50 		"uptime"; -- Report how long server has been running
    50 		"uptime"; -- Report how long server has been running
    51 		"time"; -- Let others know the time here on this server
    51 		"time"; -- Let others know the time here on this server
    52 		"ping"; -- Replies to XMPP pings with pongs
    52 		"ping"; -- Replies to XMPP pings with pongs
    53 		"pep"; -- Enables users to publish their mood, activity, playing music and more
    53 		"pep"; -- Enables users to publish their mood, activity, playing music and more
    54 		"register"; -- Allow users to register on this server using a client and change passwords
    54 		"register"; -- Allow users to register on this server using a client and change passwords
       
    55 		"adhoc"; -- Support for "ad-hoc commands" that can be executed with an XMPP client
       
    56 		"admin_adhoc"; -- Offer a range of administrative ad-hoc commands to server admins
    55 
    57 
    56 	-- Other specific functionality
    58 	-- Other specific functionality
    57 		--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
    59 		--"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
    58 		--"console"; -- Opens admin telnet interface on localhost port 5582
    60 		--"console"; -- Opens admin telnet interface on localhost port 5582
    59 		--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"
    61 		--"bosh"; -- Enable BOSH clients, aka "Jabber over HTTP"