A Matrix-Skype puppeting bridge
Go to file
zhaoYangguang 6ce34374ba Merge branch 'master' into kelare-develop 2022-06-02 19:34:40 +08:00
config add config item for sync contact 2022-06-02 18:46:48 +08:00
database Store also username in database. 2022-05-11 06:20:11 +02:00
skype-ext User ID can be encrypted 2020-12-04 20:53:40 +08:00
types first commit 2020-09-08 12:02:17 +08:00
Dockerfile Update Dockerfile 2021-10-27 17:18:35 +08:00
Dockerfile.ci first commit 2020-09-08 12:02:17 +08:00
LICENSE first commit 2020-09-08 12:02:17 +08:00
README.md Update Dockerfile 2021-10-27 17:18:35 +08:00
api-special.go add customize contacts api 2022-03-07 19:49:03 +08:00
build.sh first commit 2020-09-08 12:02:17 +08:00
commands-special.go add special commands 2020-12-03 22:25:51 +08:00
commands.go Merge branch 'master' into kelare-develop 2022-06-02 19:34:40 +08:00
community.go change device name 2020-11-27 11:10:19 +08:00
crypto.go update double puppet related logic, fix the issue user will rejion matrix room even if user has logout skype(bridge) 2021-12-09 17:27:06 +08:00
custompuppet.go update double puppet related logic, fix the issue user will rejion matrix room even if user has logout skype(bridge) 2021-12-09 17:27:06 +08:00
docker-run.sh update registration generate tips 2021-11-16 13:39:04 +08:00
example-config.yaml add config item for sync contact 2022-06-02 18:46:48 +08:00
formatting.go update mautrix-go to v0.10.3 2021-12-08 18:21:01 +08:00
formatting_test.go optimize reply message 2021-01-15 15:07:12 +08:00
go.mod update mautrix-go to v0.10.3 2021-12-08 18:21:01 +08:00
go.sum update mautrix-go to v0.10.3 2021-12-08 18:21:01 +08:00
main.go update double puppet related logic, fix the issue user will rejion matrix room even if user has logout skype(bridge) 2021-12-09 17:27:06 +08:00
matrix.go delete password message after send login command 2022-06-02 18:47:42 +08:00
portal.go delete password message after send login command 2022-06-02 18:47:42 +08:00
provisioning.go first commit 2020-09-08 12:02:17 +08:00
puppet.go update double puppet related logic, fix the issue user will rejion matrix room even if user has logout skype(bridge) 2021-12-09 17:27:06 +08:00
user.go Merge branch 'master' into kelare-develop 2022-06-02 19:34:40 +08:00

README.md

matrix-skype

matrix-skype is a library for bridging matrix and skype, about matrix, please refer to matrix.org.

functions are available

The following functions are available in both directions without special instructions

  • create private conversation
  • create group conversation
  • private conversation
  • group conversation
  • kick/invite/leave/join(group)
  • generate invitation link(group)
  • quote message(Circular references may have some bugs)
  • mention someone(message)
  • media message
  • picture message
  • group avatar/name change
  • user name/avatar change
  • Typing status

The skype api lib of matrix-skype is go-skypeapi.
matrix room(#goskypebridge:matrix.org)

This matrix-skype bridge is based on mautrix-whatsapp,so the installation and usage methods are very similar to mautrix-whatsapp

mautrix-whatsapp

A Matrix-WhatsApp puppeting bridge based on the Rhymen/go-whatsapp implementation of the sigalor/whatsapp-web-reveng project.

Wiki