Mercurial > prosody-hg
comparison prosody.cfg.lua.dist @ 12334:e621bb7bb623
prosody.cfg.lua.dist: Enable csi_simple by default
It was added here in 2018, and at that time probably a bit too new to be
enabled by default. Times change, and most people have this enabled now.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Mon, 14 Feb 2022 15:49:43 +0000 |
| parents | 0d245034600a |
| children | abfe210adcc4 |
comparison
equal
deleted
inserted
replaced
| 12333:ed8a4f8dfd27 | 12334:e621bb7bb623 |
|---|---|
| 54 "bookmarks"; -- Synchronise open rooms between clients | 54 "bookmarks"; -- Synchronise open rooms between clients |
| 55 "smacks"; -- Stream management and resumption (XEP-0198) | 55 "smacks"; -- Stream management and resumption (XEP-0198) |
| 56 "dialback"; -- s2s dialback support | 56 "dialback"; -- s2s dialback support |
| 57 | 57 |
| 58 -- Nice to have | 58 -- Nice to have |
| 59 "csi_simple"; -- Simple Mobile optimizations | |
| 59 "version"; -- Replies to server version requests | 60 "version"; -- Replies to server version requests |
| 60 "uptime"; -- Report how long server has been running | 61 "uptime"; -- Report how long server has been running |
| 61 "time"; -- Let others know the time here on this server | 62 "time"; -- Let others know the time here on this server |
| 62 "ping"; -- Replies to XMPP pings with pongs | 63 "ping"; -- Replies to XMPP pings with pongs |
| 63 "register"; -- Allow users to register on this server using a client and change passwords | 64 "register"; -- Allow users to register on this server using a client and change passwords |
| 64 "invites"; -- Create and manage invites | 65 "invites"; -- Create and manage invites |
| 65 "invites_register"; -- Create accounts using invites | 66 "invites_register"; -- Create accounts using invites |
| 66 "invites_adhoc"; -- Create invites via AdHoc command | 67 "invites_adhoc"; -- Create invites via AdHoc command |
| 67 --"mam"; -- Store messages in an archive and allow users to access it | 68 --"mam"; -- Store messages in an archive and allow users to access it |
| 68 --"csi_simple"; -- Simple Mobile optimizations | |
| 69 --"turn_external"; -- Provide external TURN (and STUN) service | 69 --"turn_external"; -- Provide external TURN (and STUN) service |
| 70 | 70 |
| 71 -- Admin interfaces | 71 -- Admin interfaces |
| 72 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands | 72 "admin_adhoc"; -- Allows administration via an XMPP client that supports ad-hoc commands |
| 73 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 | 73 --"admin_telnet"; -- Opens telnet console interface on localhost port 5582 |
