Home
last modified time | relevance | path

Searched refs:PresenceState (Results 1 – 25 of 28) sorted by relevance

12

/dports/net-im/mtxclient/mtxclient-0.6.0/lib/structs/events/
H A Dpresence.cpp11 to_string(PresenceState state) in to_string()
14 case PresenceState::offline: in to_string()
16 case PresenceState::unavailable: in to_string()
18 case PresenceState::online: in to_string()
23 PresenceState
27 return PresenceState::offline; in from_string()
29 return PresenceState::unavailable; in from_string()
31 return PresenceState::online; in from_string()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/tests/handlers/
H A Dtest_presence.py55 state=PresenceState.ONLINE, last_active_ts=now
136 state=PresenceState.ONLINE,
181 state=PresenceState.ONLINE,
351 state=PresenceState.ONLINE,
374 state=PresenceState.BUSY,
393 state=PresenceState.ONLINE,
412 state=PresenceState.ONLINE,
433 state=PresenceState.ONLINE,
451 state=PresenceState.ONLINE,
468 state=PresenceState.ONLINE,
[all …]
/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtx/events/
H A Dpresence.hpp20 enum PresenceState enum
28 to_string(PresenceState state);
29 PresenceState
42 mtx::presence::PresenceState presence; //! Required. The presence state for this user. One
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dcontact.h67 enum PresenceState { enum
145 PresenceState subscriptionState() const;
148 PresenceState publishState() const;
190 void subscriptionStateChanged(Tp::Contact::PresenceState state);
192 void publishStateChanged(Tp::Contact::PresenceState state, const QString &message);
228 TP_QT_NO_EXPORT static PresenceState subscriptionStateToPresenceState(uint subscriptionState);
H A Dcontact.cpp711 Contact::PresenceState Contact::subscriptionState() const in subscriptionState()
746 Contact::PresenceState Contact::publishState() const in publishState()
1263 Contact::PresenceState Contact::subscriptionStateToPresenceState(uint subscriptionState) in subscriptionStateToPresenceState()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/handlers/
H A Dpresence.py584 PresenceState.ONLINE,
585 PresenceState.UNAVAILABLE,
586 PresenceState.OFFLINE,
587 PresenceState.BUSY,
1186 PresenceState.ONLINE,
1187 PresenceState.UNAVAILABLE,
1188 PresenceState.OFFLINE,
1189 PresenceState.BUSY,
1461 if old_state.state == PresenceState.ONLINE:
1525 if state.state == PresenceState.ONLINE:
[all …]
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Dconn-roster-legacy.cpp32 void expectPresenceStateChanged(Tp::Contact::PresenceState);
118 void TestConnRosterLegacy::expectPresenceStateChanged(Contact::PresenceState state) in expectPresenceStateChanged()
197 SIGNAL(subscriptionStateChanged(Tp::Contact::PresenceState)), in testRoster()
198 SLOT(expectPresenceStateChanged(Tp::Contact::PresenceState)))); in testRoster()
200 SIGNAL(publishStateChanged(Tp::Contact::PresenceState, QString)), in testRoster()
201 SLOT(expectPresenceStateChanged(Tp::Contact::PresenceState)))); in testRoster()
266 Contact::PresenceState expectedPresenceState; in testRoster()
271 SIGNAL(publishStateChanged(Tp::Contact::PresenceState, QString)), in testRoster()
272 SLOT(expectPresenceStateChanged(Tp::Contact::PresenceState)))); in testRoster()
H A Dconn-roster.cpp35 void expectPresenceStateChanged(Tp::Contact::PresenceState);
132 void TestConnRoster::expectPresenceStateChanged(Contact::PresenceState state) in expectPresenceStateChanged()
218 SIGNAL(subscriptionStateChanged(Tp::Contact::PresenceState)), in testRoster()
219 SLOT(expectPresenceStateChanged(Tp::Contact::PresenceState)))); in testRoster()
221 SIGNAL(publishStateChanged(Tp::Contact::PresenceState, QString)), in testRoster()
222 SLOT(expectPresenceStateChanged(Tp::Contact::PresenceState)))); in testRoster()
287 Contact::PresenceState expectedPresenceState; in testRoster()
292 SIGNAL(publishStateChanged(Tp::Contact::PresenceState, QString)), in testRoster()
293 SLOT(expectPresenceStateChanged(Tp::Contact::PresenceState)))); in testRoster()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/api/
H A Dpresence.py19 from synapse.api.constants import PresenceState
60 state=PresenceState.OFFLINE,
H A Dconstants.py52 class PresenceState: class
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/examples/roster/
H A Droster-item.cpp43 SIGNAL(subscriptionStateChanged(Tp::Contact::PresenceState)), in RosterItem()
46 SIGNAL(publishStateChanged(Tp::Contact::PresenceState,QString)), in RosterItem()
/dports/net/h323plus/h323plus-1_27_2/src/asn/
H A Dh460pres.asn212 PresenceState ::= CHOICE
243 state PresenceState, -- Presence State
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/KTp/Models/
H A Dcontacts-list-model.cpp189 SIGNAL(subscriptionStateChanged(Tp::Contact::PresenceState)), in onContactsChanged()
192 SIGNAL(publishStateChanged(Tp::Contact::PresenceState,QString)), in onContactsChanged()
/dports/net-im/nheko/nheko-0.9.0/src/
H A DChatPage.h75 mtx::presence::PresenceState currentPresence() const;
142 void retrievedPresence(const QString &statusMsg, mtx::presence::PresenceState state);
H A DCache.h41 mtx::presence::PresenceState
H A DChatPage.cpp42 Q_DECLARE_METATYPE(mtx::presence::PresenceState) in Q_DECLARE_METATYPE()
59 qRegisterMetaType<mtx::presence::PresenceState>();
904 mtx::presence::PresenceState
H A DCache_p.h46 mtx::presence::PresenceState presenceState(const std::string &user_id);
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/storage/databases/main/
H A Dpresence.py17 from synapse.api.presence import PresenceState, UserPresenceState
362 txn.execute(sql, (PresenceState.OFFLINE,))
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/rest/client/
H A Dsync.py30 from synapse.api.constants import Membership, PresenceState
191 affect_presence = set_presence != PresenceState.OFFLINE
/dports/net-im/ktp-common-internals/ktp-common-internals-21.12.3/KTp/Widgets/
H A Dcontact-info-dialog.cpp105 void addStateRow(const QString &description, Tp::Contact::PresenceState state);
307 void ContactInfoDialog::Private::addStateRow(const QString& description, Tp::Contact::PresenceState in addStateRow()
/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtxclient/http/
H A Dclient.hpp161 std::optional<mtx::presence::PresenceState> set_presence;
460 void put_presence_status(mtx::presence::PresenceState state,
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/lix2/
H A Dlix2.asn3400 presenceState [1] PresenceState OPTIONAL,
3412 presence [2] PresenceState OPTIONAL
3416 PresenceState ::= ENUMERATED
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/lix2/
H A Dlix2.asn3400 presenceState [1] PresenceState OPTIONAL,
3412 presence [2] PresenceState OPTIONAL
3416 PresenceState ::= ENUMERATED
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/lix2/
H A Dlix2.asn3400 presenceState [1] PresenceState OPTIONAL,
3412 presence [2] PresenceState OPTIONAL
3416 PresenceState ::= ENUMERATED
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/lix2/
H A Dlix2.asn3400 presenceState [1] PresenceState OPTIONAL,
3412 presence [2] PresenceState OPTIONAL
3416 PresenceState ::= ENUMERATED

12