mautrix / python

A Python 3 asyncio Matrix framework.
Mozilla Public License 2.0
183 stars 74 forks source link

Unix socket support #164

Open cyberb opened 1 year ago

cyberb commented 1 year ago

Dendrite and whatsapp bridge (go lib) already support unix socket connection using the following config:

homeserver:
  address: unix:///var/snap/matrix/current/matrix.socket
appservice:
  address: unix:///var/snap/matrix/current/telegram.socket
  hostname: /var/snap/matrix/current/telegram.socket

Is it possible with python lib (for example telegram)? If not I will try to add the support.