Browse Source

corrected some mistakes thanks bart

pull/1/head
RRA 7 years ago
parent
commit
0a1da8cfae
  1. 2
      raw/configuring_an_xmpp_server.md
  2. 6
      raw/downloads/prosody.cfg.lua

2
raw/configuring_an_xmpp_server.md

@ -152,4 +152,4 @@ Now you can try connecting to your own server by using a client like Gajim or Co
If you have questions about Prosody, the project's [documentation](http://prosody.im/doc) is quite good. If you can't find answers there, try contacting prosody developers and users directly via [the Prosody XMPP chatroom](xmpp://prosody.conference.prosody.im?join)
This guide is a companion to our article [Have You Considered The Alternative?](http://homebrewserver.club/have-you-considered-the-alternative.html) on instant messaging. Also check out our guide on [XMPP clients](http://homebrewserver.club/404).
This guide is a companion to our article [Have You Considered The Alternative?](http://homebrewserver.club/have-you-considered-the-alternative.html) on instant messaging. Also check out our guide on [XMPP clients](http://homebrewserver.club/picking-modern-xmpp-clients.html).

6
raw/downloads/prosody.cfg.lua

@ -74,9 +74,3 @@ Component "dump.placeholderdomain.org" "http_upload"
Component "muc.placeholderdomain.org" "muc"
compression_level = 9
After you've set up all of the above it is time to start the server:
/etc/init.d/prosody restart
Users can be added from the command line, you will also be prompted for a password:
prosodyctl adduser me@placeholderdomain.org

Loading…
Cancel
Save