Fixed small writing mistakes.
This commit is contained in:
parent
65d87c1da7
commit
fc9c07e26a
|
@ -1,7 +1,7 @@
|
||||||
%%-
|
%%-
|
||||||
title: XMPP - qwik docs
|
title: XMPP - qwik docs
|
||||||
header: XMPP
|
header: XMPP
|
||||||
date: 9th August 2021
|
date: 10th August 2021
|
||||||
-%%
|
-%%
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
@ -32,8 +32,8 @@ To use XMPP you would need a client. Under here you can see our recommendations
|
||||||
* Beagle IM ([Mac App Store](https://apps.apple.com/us/app/beagleim-by-tigase-inc/id1445349494))
|
* Beagle IM ([Mac App Store](https://apps.apple.com/us/app/beagleim-by-tigase-inc/id1445349494))
|
||||||
|
|
||||||
**Android:**
|
**Android:**
|
||||||
* blabber.im ([F-Droid](https://f-droid.org/en/packages/eu.siacs.conversations/)*, [Google Play](https://play.google.com/store/apps/details?id=eu.siacs.conversations))
|
* blabber.im ([F-Droid](https://f-droid.org/en/packages/de.pixart.messenger/)*, [Google Play](https://play.google.com/store/apps/details?id=im.blabber.messenger))
|
||||||
* Conversations ([F-Droid](https://f-droid.org/en/packages/de.pixart.messenger/)*, [Google Play](https://play.google.com/store/apps/details?id=im.blabber.messenger))
|
* Conversations ([F-Droid](https://f-droid.org/en/packages/eu.siacs.conversations/)*, [Google Play](https://play.google.com/store/apps/details?id=eu.siacs.conversations))
|
||||||
|
|
||||||
**iOS:**
|
**iOS:**
|
||||||
* Monal IM ([App Store](https://apps.apple.com/us/app/monal-xmpp-chat/id317711500))
|
* Monal IM ([App Store](https://apps.apple.com/us/app/monal-xmpp-chat/id317711500))
|
||||||
|
@ -46,7 +46,7 @@ We primarily use gajim and blabber.im.
|
||||||
|
|
||||||
## Registration
|
## Registration
|
||||||
To register you would need a server to register on. Kind of in the same way you can register an email at different domains.
|
To register you would need a server to register on. Kind of in the same way you can register an email at different domains.
|
||||||
(@gmail.com, @outllok.com, @protonamil.com, etc.) XMPP works in a similar manner where your *JID* (Jabber ID) is formatted as
|
(@gmail.com, @outlook.com, @protonmail.com, etc.) XMPP works in a similar manner where your *JID* (Jabber ID) is formatted as
|
||||||
`username@server.com`. You can choose between thousands of server, but we'd be happy if you joined our server.
|
`username@server.com`. You can choose between thousands of server, but we'd be happy if you joined our server.
|
||||||
|
|
||||||
Most, if not all, clients allow you to register an account directly in the app, but if you have problems to register through the
|
Most, if not all, clients allow you to register an account directly in the app, but if you have problems to register through the
|
||||||
|
@ -58,7 +58,7 @@ When you've registered on our server you should get a welcome message kind of li
|
||||||
> Welcome to qwik.space!
|
> Welcome to qwik.space!
|
||||||
> You can find more information at https://qwik.space/xmpp.html
|
> You can find more information at https://qwik.space/xmpp.html
|
||||||
>
|
>
|
||||||
> If you have any questions regarding the server, send a message on XMPP to furo@qwik.space
|
> If you have any questions regarding the server, send a message on XMPP to [furo@qwik.space](xmpp:furo@qwik.space)
|
||||||
|
|
||||||
## Encryption
|
## Encryption
|
||||||
XMPP supports two types of encryption: OMEMO and OTR. We personally recommend using OMEMO as it is the easiest to use and all
|
XMPP supports two types of encryption: OMEMO and OTR. We personally recommend using OMEMO as it is the easiest to use and all
|
||||||
|
|
Loading…
Reference in New Issue
Block a user