A Matrix-Skype puppeting bridge
.github/workflows | ||
config | ||
database | ||
skype-ext | ||
types | ||
api-special.go | ||
build.sh | ||
commands-special.go | ||
commands.go | ||
community.go | ||
crypto.go | ||
custompuppet.go | ||
docker-run.sh | ||
Dockerfile | ||
Dockerfile.ci | ||
example-config.yaml | ||
formatting.go | ||
formatting_test.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
matrix.go | ||
portal.go | ||
provisioning.go | ||
puppet.go | ||
README.md | ||
user.go |
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