#include "xmpp/xmpp_state_machine.h"
#include <typeinfo>
#include <boost/bind.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/statechart/custom_reaction.hpp>
#include <boost/statechart/event.hpp>
#include <boost/statechart/simple_state.hpp>
#include <boost/statechart/state.hpp>
#include <boost/statechart/state_machine.hpp>
#include <boost/statechart/transition.hpp>
#include "base/logging.h"
#include "base/task_annotations.h"
#include "io/event_manager.h"
#include "io/ssl_session.h"
#include "sandesh/sandesh_trace.h"
#include "sandesh/common/vns_types.h"
#include "sandesh/common/vns_constants.h"
#include "sandesh/xmpp_client_server_sandesh_types.h"
#include "sandesh/xmpp_peer_info_types.h"
#include "sandesh/xmpp_state_machine_sandesh_types.h"
#include "sandesh/xmpp_trace_sandesh_types.h"
#include "xmpp/xmpp_connection.h"
#include "xmpp/xmpp_factory.h"
#include "xmpp/xmpp_log.h"
#include "xmpp/xmpp_server.h"
#include "xmpp/xmpp_session.h"
Go to the source code of this file.
#define SM_LOG |
( |
|
_sm, |
|
|
|
_msg |
|
) |
| |
Value:
(_sm)->connection() ? (_sm)->connection()->ToUVEKey() : "", \
} while (false)
#define XMPP_UTDEBUG(obj,...)
Definition at line 39 of file xmpp_state_machine.cc.
const char* state_names[] |
|
static |
Initial value:= {
"Idle",
"Active",
"Connect",
"OpenSent",
"OpenConfirm",
"Established" }
Definition at line 1558 of file xmpp_state_machine.cc.