1
0
mirror of https://github.com/spacebarchat/spacebarchat.git synced 2024-11-09 12:12:34 +01:00

Merge pull request #41 from ItsNewe/master

[add] Voice gateway and RTC server to submodules
This commit is contained in:
Flam3rboy 2021-05-24 16:18:28 +02:00 committed by GitHub
commit b8a23ecd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 0 deletions

4
.gitmodules vendored
View File

@ -69,3 +69,7 @@
branch = master
[submodule "ui"]
branch = master
[submodule "voice-gateway"]
branch = master
[submodule "rtc"]
branch = master

View File

@ -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 |

1
fosscord-rtc Submodule

@ -0,0 +1 @@
Subproject commit 9c9c948ae9eb1959aabd70eff968dd49272a05fb

@ -0,0 +1 @@
Subproject commit 78e5b546b620e9d2aac7e5fdc45c4fd7b5c2f046