Skip to content
Snippets Groups Projects
Commit b75676d0 authored by Adrien Béraud's avatar Adrien Béraud Committed by Sébastien Blin
Browse files

docs: rename to Jami

Change-Id: Ice9d9b57571f779eb86e5940f67d30ac57100945
parent 87cfc334
Branches
Tags
No related merge requests found
# libringclient # libringclient
libringclient is a client library for GNU Ring libringclient is a client library for Jami
For more information about the GNU Ring project, see the following: For more information about the Jami project, see the following:
- Main website: https://ring.cx/ - Main website: https://jami.net
- Bug tracker: https://tuleap.ring.cx/projects/ring/ - Bug tracker: https://git.jami.net
- Repositories: https://gerrit-ring.savoirfairelinux.com - Repositories: https://review.jami.net
For build/install instructions, see the INSTALL file. For build/install instructions, see the INSTALL file.
[ [
{"host": "bootstrap.ring.cx", "port": 4222} {"host": "bootstrap.jami.net", "port": 4222}
] ]
...@@ -68,7 +68,7 @@ public: ...@@ -68,7 +68,7 @@ public:
std::string currentVideoCaptureDevice_ {}; std::string currentVideoCaptureDevice_ {};
#ifndef ENABLE_LIBWRAP #ifndef ENABLE_LIBWRAP
// TODO: Init Video Renderers from daemon (see: https://git.ring.cx/savoirfairelinux/ring-daemon/issues/59) // TODO: Init Video Renderers from daemon (see: https://git.jami.net/savoirfairelinux/ring-daemon/issues/59)
static void stopCameraAndQuit(int); static void stopCameraAndQuit(int);
static uint32_t SIZE_RENDERER; static uint32_t SIZE_RENDERER;
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment