OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmpp_channel.h File Reference
#include <boost/function.hpp>
#include <boost/system/error_code.hpp>
#include "xmpp/xmpp_proto.h"
Include dependency graph for xmpp_channel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XmppChannel
 

Namespaces

 xmps
 

Enumerations

enum  xmps::PeerState { xmps::UNKNOWN = 1, xmps::READY = 2, xmps::NOT_READY = 3, xmps::TIMEDOUT = 4 }
 
enum  xmps::PeerId { xmps::CONFIG = 1, xmps::BGP = 2, xmps::DNS = 3, xmps::OTHER = 4 }
 

Functions

string xmps::PeerIdToName (PeerId id)