From a3cd1cb96ec899d47e4ce0e4f1b107d11ac28ae3 Mon Sep 17 00:00:00 2001 From: pidong <1163765691@qq.com> Date: Fri, 11 Sep 2020 10:20:06 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10ac222..fd554c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 `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 * 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 > 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.