diff --git a/.gitmodules b/.gitmodules index 7c66020..1470da1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -69,3 +69,7 @@ branch = master [submodule "ui"] branch = master +[submodule "voice-gateway"] + branch = master +[submodule "rtc"] + branch = master diff --git a/README.md b/README.md index a36de10..1ba84e9 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ If we are finished we'll host our own support server. | [Gateway](https://github.com/fosscord/fosscord-gateway) | Fosscord WebSocket Gateway Server for fosscord-client | [Docs](https://github.com/fosscord/fosscord-docs) | Documentation for Fosscord | | [WebRTC Server](https://github.com/fosscord/fosscord-rtc) | Fosscord voice and video server | +| [Voice Gateway](https://github.com/fosscord/fosscord-voice-gateway) | Fosscord voice gateway | | [Server-Util](https://github.com/fosscord/fosscord-server-util) | Utility functions for the all server repositories | | [Dashboard](https://github.com/fosscord/fosscord-dashboard) | An admin dashboard for fosscord-server \(analytics, settings, administration, trust & safety\) | | [Client](https://github.com/fosscord/fosscord-client) | Fosscord Client compatible with fosscord-server and discord.com | diff --git a/fosscord-rtc b/fosscord-rtc new file mode 160000 index 0000000..9c9c948 --- /dev/null +++ b/fosscord-rtc @@ -0,0 +1 @@ +Subproject commit 9c9c948ae9eb1959aabd70eff968dd49272a05fb diff --git a/fosscord-voice-gateway b/fosscord-voice-gateway new file mode 160000 index 0000000..78e5b54 --- /dev/null +++ b/fosscord-voice-gateway @@ -0,0 +1 @@ +Subproject commit 78e5b546b620e9d2aac7e5fdc45c4fd7b5c2f046