#include <xmpp_init.h>
Definition at line 15 of file xmpp_init.h.
◆ XmppInit()
◆ ~XmppInit()
◆ AddXmppChannelConfig()
◆ AllocChannelConfig()
XmppChannelConfig * XmppInit::AllocChannelConfig |
( |
const std::string & |
peer_ip, |
|
|
int |
port, |
|
|
const std::string & |
from, |
|
|
const std::string & |
to, |
|
|
const std::string & |
node, |
|
|
bool |
isClient |
|
) |
| |
◆ InitClient()
◆ InitServer()
bool XmppInit::InitServer |
( |
XmppServer * |
server, |
|
|
int |
port, |
|
|
bool |
logUVE |
|
) |
| |
◆ Reset()
void XmppInit::Reset |
( |
bool |
keep_config = false | ) |
|
◆ cfg_
◆ g_client_
◆ g_server_
◆ kAgentNodeJID
const char * XmppInit::kAgentNodeJID |
|
static |
Initial value:=
"agent@contrailsystems.com"
Definition at line 18 of file xmpp_init.h.
◆ kBgpPeer
const char * XmppInit::kBgpPeer = "bgp-peer" |
|
static |
◆ kConfigPeer
const char * XmppInit::kConfigPeer = "config" |
|
static |
◆ kControlNodeJID
const char * XmppInit::kControlNodeJID |
|
static |
Initial value:=
"network-control@contrailsystems.com"
Definition at line 17 of file xmpp_init.h.
◆ kDnsNodeJID
const char * XmppInit::kDnsNodeJID |
|
static |
Initial value:=
"network-dns@contrailsystems.com"
Definition at line 19 of file xmpp_init.h.
◆ kDnsPeer
const char * XmppInit::kDnsPeer = "dns-peer" |
|
static |
◆ kEndOfRibMarker
const char * XmppInit::kEndOfRibMarker = "0/0/EndOfRib" |
|
static |
◆ kFqnPrependAgentNodeJID
const char * XmppInit::kFqnPrependAgentNodeJID |
|
static |
Initial value:=
"default-global-system-config:"
Definition at line 28 of file xmpp_init.h.
◆ kJIDControlBgp
const char * XmppInit::kJIDControlBgp |
|
static |
Initial value:=
"network-control@contrailsystems.com/bgp-peer"
Definition at line 21 of file xmpp_init.h.
◆ kJIDControlDns
const char * XmppInit::kJIDControlDns |
|
static |
Initial value:=
"network-control@contrailsystems.com/dns-peer"
Definition at line 22 of file xmpp_init.h.
◆ kOtherPeer
const char * XmppInit::kOtherPeer = "other-peer" |
|
static |
◆ kPubSubNS
const char * XmppInit::kPubSubNS |
|
static |
Initial value:=
"http://jabber.org/protocol/pubsub"
Definition at line 20 of file xmpp_init.h.
The documentation for this class was generated from the following files: