Переглянути джерело

Add documentation on mautrix-hangouts bridge

pull/251/head
Eduardo Beltrame 6 роки тому
committed by GitHub
джерело
коміт
53ae84f627
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
1 змінених файлів з 24 додано та 0 видалено
  1. +24
    -0
      docs/configuring-playbook-bridge-mautrix-hangouts.md

+ 24
- 0
docs/configuring-playbook-bridge-mautrix-hangouts.md Переглянути файл

@@ -0,0 +1,24 @@
# Setting up Mautrix Hangouts (optional)

The playbook can install and configure [mautrix-hangouts](https://github.com/tulir/mautrix-hangouts) for you.

See the project's [documentation](https://github.com/tulir/mautrix-hangouts/wiki#usage) to learn what it does and why it might be useful to you.

To enable the Google Hangouts bridge just use the following playbook configuration:


```yaml
matrix_mautrix_hangouts_enabled: true
```

## Usage

Once the bot is enabled you need to start a chat with `Hangouts bridge bot` with handle `@hangoutsbot:YOUR_DOMAIN` (where `YOUR_DOMAIN` is your base domain, not the `matrix.` domain).

Send `login` to the bridge bot to receive a link to the portal from which you can enable the bridging. Open the link sent by the bot and follow the instructions.

Automatic login may not work. If it does not, reload the page and select the "Manual login" checkbox before starting. Manual login involves logging into your Google account normally and then manually getting the OAuth token from browser cookies with developer tools.

Once logged in recent chats should show up as new conversations automatically. Other chats will get portals as you receive messages

You can learn more here about authentication from the bridge's [official documentation on Authentication](https://github.com/tulir/mautrix-hangouts/wiki/Authentication).

Завантаження…
Відмінити
Зберегти