mautrix / python

A Python 3 asyncio Matrix framework.
Mozilla Public License 2.0
174 stars 71 forks source link

Unix socket support #164

Open cyberb opened 9 months ago

cyberb commented 9 months 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.