https://github.com/jsxc/prosody-cloud-roster
https://github.com/jsxc/prosody-cloud-roster
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsxc/prosody-cloud-roster
- Owner: jsxc
- License: mit
- Created: 2017-07-17T20:25:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T13:31:46.000Z (over 7 years ago)
- Last Synced: 2025-10-23T18:48:14.124Z (8 months ago)
- Language: Lua
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mod_roster_cloud
Take your Nextcloud groups to your XMPP client.
## How to install
1. Download all lua files and move them to e.g. `/usr/lib/prosody/modules/mod_roster_cloud/`.
2. Add `roster_cloud` to your `modules_enabled` section in your prosody configuration.
3. Add `roster_cloud_url` and `roster_cloud_secret` to your prosody configuration with the values provided by [jsxc.nextcloud](https://github.com/nextcloud/jsxc.nextcloud) on your Nextcloud admin page. They correspond to *API URL* and *Secure API Token* in the Nextcloud JSXC settings.
4. Restart prosody.