OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
agent_xmpp_init.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef _dns_agent_xmpp_h_
6 #define _dns_agent_xmpp_h_
7 
9 public:
10  static bool Init(bool xmpp_auth_enabled,
11  const std::string &xmpp_server_cert,
12  const std::string &xmpp_server_key,
13  const std::string &xmpp_ca_cert);
14  static void Shutdown();
15 };
16 
17 #endif // _dns_agent_xmpp_h_
static void Shutdown()
static bool Init(bool xmpp_auth_enabled, const std::string &xmpp_server_cert, const std::string &xmpp_server_key, const std::string &xmpp_ca_cert)