From cc0d287bdfcd2eec082e9b646e6a994642b8e949 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 27 Mar 2019 11:58:39 +0100 Subject: [PATCH] Update 'raw/configuring_an_xmpp_server_prosody_0.11.md' fix xmpp uri --- raw/configuring_an_xmpp_server_prosody_0.11.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raw/configuring_an_xmpp_server_prosody_0.11.md b/raw/configuring_an_xmpp_server_prosody_0.11.md index 88c24a3..552e8df 100644 --- a/raw/configuring_an_xmpp_server_prosody_0.11.md +++ b/raw/configuring_an_xmpp_server_prosody_0.11.md @@ -227,7 +227,7 @@ Alternatively you can change `allow_registration = false;` to `allow_registratio Now you can try connecting to your own server by using a client like Gajim or Conversations. Login with the above configured username and password. -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) +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/picking-modern-xmpp-clients.html).