Skip to content

Commit 2327c0f

Browse files
Updated documentation and step to v2.0.1
1 parent 0b60887 commit 2327c0f

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## 2.0.1 - 2018-08-21
88
### Added
9+
- Added
10+
[documentation in the wiki](https://github.com/jsxc/xmpp-cloud-auth/wiki)
11+
how to achieve
12+
[100% Compliance on the Conversations XMPP tests](https://compliance.conversations.im)
913

1014
### Fixed
1115
- Deprecation version numbers in the 2.0.0 changelog entry have been fixed.

doc/Installation.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Installation instructions
2-
Alternative installation instructions:
3-
* [Step-by-step setup of a new server](https://github.com/jsxc/xmpp-cloud-auth/wiki/raspberry-pi-en)
4-
* [Quick setup for an existing *ejabberd* installation](./QuickInstallEjabberd.md)
5-
* [Quick setup for an existing *Prosody* installation](./QuickInstallProsody.md)
2+
3+
## Adding `xcauth` to an existing Nextcloud and an existing XMPP server
4+
This document gives a step-by-step setup if you already have Nextcloud and an XMPP server set up and just want to add *XMPP Cloud Authentication*.
5+
6+
If you are in a hurry, you might use the follow simpler documents instead. If they do not answer all your questions, just come back to this document:
7+
-* [Quick setup for an existing *ejabberd* installation](./QuickInstallEjabberd.md)
8+
-* [Quick setup for an existing *Prosody* installation](./QuickInstallProsody.md)
9+
10+
## Setting things up from the beginning
11+
If, instead, you would like to set up a federated cloud server for storage and communication more or less from scratch, there are more detailed setups in our wiki. We especially recommend:
12+
* [Step-by-step tutorial-style setup of a new server](https://github.com/jsxc/xmpp-cloud-auth/wiki/raspberry-pi-en) (using *ejabberd*; achieves 100% score on [Conversations XMPP Compliance test](https://compliance.conversations.im))
13+
* [Setup of a new server for the experienced admin or separate servers](https://github.com/jsxc/xmpp-cloud-auth/wiki) (the description for *ejabberd* achieves the same 100%)
614

715
## Download software
816
### Option 1, simple: Use the Debian package

xclib/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.0.0+'
1+
VERSION = '2.0.1'

0 commit comments

Comments
 (0)