Home
last modified time | relevance | path

Searched refs:first_connection_try (Results 1 – 3 of 3) sorted by relevance

/dports/net-im/biboumi/biboumi-9.0/src/xmpp/
H A Dxmpp_component.cpp44 first_connection_try(true), in XmppComponent()
83 this->first_connection_try = false; in on_connection_failed()
93 this->first_connection_try = true; in on_connected()
H A Dxmpp_component.hpp232 bool first_connection_try; member in XmppComponent
/dports/net-im/biboumi/biboumi-9.0/src/
H A Dmain.cpp153 if (xmpp_component->first_connection_try == true) in main_loop()