Matrix

A connector for opsdroid to receive and respond to messages in Matrix rooms.

Maintained by @SolarDrew.

Requirements

To use this connector you will need to have a Matrix account, and login using your Matrix username (mxid) and password.

Configuration

connectors:
  matrix:
    # Required
    mxid: "@username:matrix.org"
    password: "mypassword"
    # A dictionary of rooms to connect to
    # One of these have to be named 'main'
    rooms:
      'main': '#matrix:matrix.org'
      'other': '#riot:matrix.org'
    # Optional
    homeserver: "https://matrix.org"
    nick: "Botty McBotface"  # The nick will be set on startup
    room_specific_nicks: False  # Look up room specific nicknames of senders (expensive in large rooms)