OpenSDN source code
xmpp_stream.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2013 Juniper Networks, Inc. All rights reserved.
3  */
4 
5 #ifndef __XMPP_STREAM_H__
6 #define __XMPP_STREAM_H__
7 
8 class XmppStream {
9 
10 public:
11  struct XmppStrMessage {
13  NONE = 0,
19  CLOSE_STREAM = 6
20  };
21 
23 
24  };
25 
27 
28  };
29 };
30 
XmppStreamMsgType type
Definition: xmpp_stream.h:26