Ring Daemon
16.0.0
Loading...
Searching...
No Matches
registration_states.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2004-2025 Savoir-faire Linux Inc.
3
*
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <https://www.gnu.org/licenses/>.
16
*/
17
#pragma once
18
19
#ifdef REGISTERED
20
#undef REGISTERED
21
#endif
22
23
namespace
jami
{
24
26
enum class
RegistrationState
{
27
UNLOADED
,
28
UNREGISTERED
,
29
TRYING
,
30
REGISTERED
,
31
ERROR_GENERIC
,
32
ERROR_AUTH
,
33
ERROR_NETWORK
,
34
ERROR_HOST
,
35
ERROR_SERVICE_UNAVAILABLE
,
36
ERROR_NEED_MIGRATION
,
37
INITIALIZING
38
};
39
40
}
// namespace jami
jami
Definition
account.cpp:61
jami::RegistrationState
RegistrationState
Contains all the Registration states for an account can be in.
Definition
registration_states.h:26
jami::RegistrationState::TRYING
@ TRYING
jami::RegistrationState::ERROR_HOST
@ ERROR_HOST
jami::RegistrationState::ERROR_AUTH
@ ERROR_AUTH
jami::RegistrationState::UNLOADED
@ UNLOADED
jami::RegistrationState::ERROR_SERVICE_UNAVAILABLE
@ ERROR_SERVICE_UNAVAILABLE
jami::RegistrationState::INITIALIZING
@ INITIALIZING
jami::RegistrationState::ERROR_NEED_MIGRATION
@ ERROR_NEED_MIGRATION
jami::RegistrationState::ERROR_GENERIC
@ ERROR_GENERIC
jami::RegistrationState::ERROR_NETWORK
@ ERROR_NETWORK
jami::RegistrationState::REGISTERED
@ REGISTERED
jami::RegistrationState::UNREGISTERED
@ UNREGISTERED
src
registration_states.h
Generated on Thu Jun 19 2025 15:50:38 for Ring Daemon by
1.9.8