Open cyberb opened 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.
Dendrite and whatsapp bridge (go lib) already support unix socket connection using the following config:
Is it possible with python lib (for example telegram)? If not I will try to add the support.