Moodle Plugins directory: Rocket.Chat Integration (Block): Versions: v4.4-r1 | Moodle.org
Rocket.Chat Integration (Block)
Rocket.Chat Integration (Block) v4.4-r1
Moodle Rocket.Chat Block Plugin 
The Rocket.Chat block plugin acts as overview and quick access between Moodle and Rocket.Chat. This block lists all groups and channels of the Rocket.Chat user.
Main features
- Channel overview (public and private)
- Access to Rocket.Chat channels and groups.
Installation
This plugin has a dependency as the local_rocketchat
plugin must be installed first. After that please do these steps:
- Copy this Rocket.Chat plugin to the
blocks
directory of your Moodle instance:git clone https://github.com/adpe/moodle-blocks_rocketchat.git blocks/rocketchat
- Run
composer install
inside theblocks/rocketchat
directory to install the dependencies - Visit the notifications' page to complete the installation process
For more information, visit documentation for installing contributed modules and plugins.
Note - you need a running Rocket.Chat server that you can point the plugin to. If you aren't sure how to do this, checkout the documentation on Rocket.Chat.
Configuration
In order to allow IFrame based Single Sign On you must have configured your Rocket.Chat instance
under Administration
> General
> Restrict access insid any Iframe/Options to X-Frame-Options
.
Usage
The user can add this block in all Moodle areas where blocks can be added. So he has over all Moodle access to his channels.
Version information
- Version build number
- 2024091600
- Version release name
- v4.4-r1
- Maturity
- Stable version
- MD5 Sum
- cec51aa4cb938b95372cbadb0a4796f4
- Supported software
- Moodle 4.4
- Latest release for Moodle 4.4
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v4.4-r1
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.