| | 1 | = Prosody Admin Docs = |
| | 2 | |
| | 3 | See also our [wiki:how-to/jabber user facing docs]. |
| | 4 | |
| | 5 | Our XMPP server runs prosody on mcchesney.mayfirst.org. |
| | 6 | |
| | 7 | Our custom configuration is in /etc/prosody/conf.d/im.mayfirst.org.cg.lua - please do not edit /etc/prosody/prosody.cfg.lua. |
| | 8 | |
| | 9 | We using an external auth script to authenticate people (/etc/prosody/mf-auth.py) that uses our [wiki:login-service login service] so everyone can login with the user/pass that they already have. |
| | 10 | |
| | 11 | == Modules == |
| | 12 | |
| | 13 | We have the prosody-modules package installed via debian and from that package we have enabled the carbons (copy messages to all clients) and smacks (stream management) modules. |
| | 14 | |
| | 15 | == DNS == |
| | 16 | |
| | 17 | We have srv records: |
| | 18 | |
| | 19 | {{{ |
| | 20 | 0 jamie@turkey:~$ dig +short @a.ns.mayfirst.org -t srv _xmpp-client._tcp.mayfirst.org |
| | 21 | 0 0 5222 im.mayfirst.org. |
| | 22 | 0 jamie@turkey:~$ dig +short @a.ns.mayfirst.org -t srv _xmpp-server._tcp.mayfirst.org |
| | 23 | 0 0 5269 im.mayfirst.org. |
| | 24 | 0 jamie@turkey:~$ |
| | 25 | }}} |
| | 26 | |
| | 27 | In theory you should be able to use <username>@mayfirst.org rather than <username>@im.mayfirst.org. |