Update README.md

This commit is contained in:
pidong 2020-09-11 10:20:06 +08:00 committed by GitHub
parent 6a7937f41a
commit a3cd1cb96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# matrix-skype # matrix-skype
This matrix-skype bridge is based on [mautrix-whatsapp](https://github.com/tulir/mautrix-whatsapp),so the installation and usage methods are very similar to mautrix-whatsapp(matrix-skype currently does not support docker installation) matrix-skype is a library for bridging matrix and skype, about matrix, please refer to [matrix.org](http://matrix.org/).
## functions are available ## functions are available
`The following functions are available in both directions without special instructions` `The following functions are available in both directions without special instructions`
@ -19,8 +19,10 @@ This matrix-skype bridge is based on [mautrix-whatsapp](https://github.com/tulir
* user name/avatar change * user name/avatar change
* Typing status * Typing status
The skype api lib of matrix-skype is [go-skypeapi]https://github.com/kelaresg/go-skypeapi.
This matrix-skype bridge is based on [mautrix-whatsapp](https://github.com/tulir/mautrix-whatsapp),so the installation and usage methods are very similar to mautrix-whatsapp(matrix-skype currently does not support docker installation)
## Below is the readme of mautrix-whatsapp
> # mautrix-whatsapp > # mautrix-whatsapp
> A Matrix-WhatsApp puppeting bridge based on the [Rhymen/go-whatsapp](https://github.com/Rhymen/go-whatsapp) > A Matrix-WhatsApp puppeting bridge based on the [Rhymen/go-whatsapp](https://github.com/Rhymen/go-whatsapp)
> implementation of the [sigalor/whatsapp-web-reveng](https://github.com/sigalor/whatsapp-web-reveng) project. > implementation of the [sigalor/whatsapp-web-reveng](https://github.com/sigalor/whatsapp-web-reveng) project.