Software /
code /
prosody
Comparison
prosody.cfg.lua.dist @ 518:127eb78cbf4a
Fix port number in mod_console instructions
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Dec 2008 13:06:23 +0000 |
parent | 479:67b8d8260443 |
child | 524:3f9f67f1a106 |
comparison
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 = { |