matrix-hacks / matrix-puppet-bridge

Facilitates implementation of double puppeted Matrix bridges
80 stars 28 forks source link

[Feature request] Provide matrix bridge based on libpurple library for support many IM networks in one place #28

Closed MurzNN closed 5 years ago

MurzNN commented 7 years ago

libpurple project provide good API for work with many instant messaging services via one interface: https://developer.pidgin.im/wiki/WhatIsLibpurple

libpurple library already have plugins to many instant messaging services (XMPP, Telegram, Skype, etc), so if we implement only one Matrix bridge to libpurple, we got one bridge that works with many IM networks! Here is list of supported networks via plugins: https://developer.pidgin.im/wiki/ThirdPartyPlugins

MurzNN commented 7 years ago

Here https://github.com/matrix-org/node-purple/tree/master/appservice is implemention of this idea, but in experemental state at now

MurzNN commented 5 years ago

It happens! https://github.com/matrix-org/matrix-appservice-purple :man_dancing: