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:
commit
b8a23ecd36
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -69,3 +69,7 @@
|
||||
branch = master
|
||||
[submodule "ui"]
|
||||
branch = master
|
||||
[submodule "voice-gateway"]
|
||||
branch = master
|
||||
[submodule "rtc"]
|
||||
branch = master
|
||||
|
@ -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
1
fosscord-rtc
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 9c9c948ae9eb1959aabd70eff968dd49272a05fb
|
1
fosscord-voice-gateway
Submodule
1
fosscord-voice-gateway
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 78e5b546b620e9d2aac7e5fdc45c4fd7b5c2f046
|
Loading…
Reference in New Issue
Block a user