mumble/docs/dev/network-protocol/introduction.rst
Jan Klass d05262a9ce DOCS(protocol): Integrate network protocol documentation
Integrates our network protocol docs [1][2]. This will allow us to drop the separate repository. Git history is preserved through adding/merging with/through git subtree.

via

```
git subtree add --prefix docs/dev/network-protocol https://github.com/mumble-voip/mumble-protocol.git master
```

[1]: https://github.com/mumble-voip/mumble-protocol
[2]: https://mumble-protocol.readthedocs.io/

---

Add 'docs/dev/network-protocol/' from commit 'b0d142143c5c37797d787fd7f71eb172dd1219ad'

git-subtree-dir: docs/dev/network-protocol
git-subtree-mainline: 65462b4c3b
git-subtree-split: b0d142143c
2024-11-03 17:32:48 +01:00

11 lines
410 B
ReStructuredText

Introduction
============
This document is meant to be a reference for the Mumble VoIP 1.2.X
server-client communication protocol. It reflects the state of the protocol
implemented in the Mumble 1.2.8 client and might be outdated by the time you
are reading this. Be sure to check for newer revisions of this document at
http://mumble-protocol.readthedocs.org/.
This document is a constant work in progress.