OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmpp_connection.cc File Reference
#include "xmpp/xmpp_connection.h"
#include <boost/date_time/posix_time/posix_time.hpp>
#include <sstream>
#include "base/lifetime.h"
#include "base/task_annotations.h"
#include "io/event_manager.h"
#include "xml/xml_base.h"
#include "xmpp/xmpp_client.h"
#include "xmpp/xmpp_config.h"
#include "xmpp/xmpp_factory.h"
#include "xmpp/xmpp_log.h"
#include "xmpp/xmpp_server.h"
#include "xmpp/xmpp_session.h"
#include "sandesh/common/vns_types.h"
#include "sandesh/common/vns_constants.h"
#include "sandesh/xmpp_client_server_sandesh_types.h"
#include "sandesh/xmpp_message_sandesh_types.h"
#include "sandesh/xmpp_server_types.h"
#include "sandesh/xmpp_state_machine_sandesh_types.h"
#include "sandesh/xmpp_trace_sandesh_types.h"
#include "sandesh/xmpp_peer_info_types.h"
Include dependency graph for xmpp_connection.cc:

Go to the source code of this file.

Classes

class  XmppServerConnection::DeleteActor
 
class  XmppClientConnection::DeleteActor
 

Macros

#define XMPP_CONTROL_MESSAGE_MAX_SIZE   1024
 

Functions

static void XMPPPeerInfoSend (XmppPeerInfoData &peer_info)
 

Macro Definition Documentation

#define XMPP_CONTROL_MESSAGE_MAX_SIZE   1024

Definition at line 38 of file xmpp_connection.cc.

Function Documentation

static void XMPPPeerInfoSend ( XmppPeerInfoData &  peer_info)
static

Definition at line 200 of file xmpp_connection.cc.