Comparison

prosody.cfg.lua.dist @ 4497:f42a0833c47c

prosody.cfg.lua.dist: Comment mod_legacyauth by default (thanks Zash)
author Matthew Wild <mwild1@gmail.com>
date Tue, 31 Jan 2012 22:41:21 +0000
parent 4233:3c644c3b10e2
child 4775:ab73a32a655e
comparison
equal deleted inserted replaced
4493:cad62a675b60 4497:f42a0833c47c
43 "vcard"; -- Allow users to set vCards 43 "vcard"; -- Allow users to set vCards
44 --"privacy"; -- Support privacy lists 44 --"privacy"; -- Support privacy lists
45 --"compression"; -- Stream compression 45 --"compression"; -- Stream compression
46 46
47 -- Nice to have 47 -- Nice to have
48 "legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
49 "version"; -- Replies to server version requests 48 "version"; -- Replies to server version requests
50 "uptime"; -- Report how long server has been running 49 "uptime"; -- Report how long server has been running
51 "time"; -- Let others know the time here on this server 50 "time"; -- Let others know the time here on this server
52 "ping"; -- Replies to XMPP pings with pongs 51 "ping"; -- Replies to XMPP pings with pongs
53 "pep"; -- Enables users to publish their mood, activity, playing music and more 52 "pep"; -- Enables users to publish their mood, activity, playing music and more
65 --"groups"; -- Shared roster support 64 --"groups"; -- Shared roster support
66 --"announce"; -- Send announcement to all online users 65 --"announce"; -- Send announcement to all online users
67 --"welcome"; -- Welcome users who register accounts 66 --"welcome"; -- Welcome users who register accounts
68 --"watchregistrations"; -- Alert admins of registrations 67 --"watchregistrations"; -- Alert admins of registrations
69 --"motd"; -- Send a message to users when they log in 68 --"motd"; -- Send a message to users when they log in
69 --"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
70 }; 70 };
71 71
72 -- These modules are auto-loaded, should you 72 -- These modules are auto-loaded, should you
73 -- (for some mad reason) want to disable 73 -- (for some mad reason) want to disable
74 -- them then uncomment them below 74 -- them then uncomment them below