Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#include <gloox/client.h>
#include <gloox/mucroom.h>
#include <gloox/registration.h>
#include <gloox/message.h>
#include <gloox/jinglecontent.h>
#include <gloox/jingleiceudp.h>
#include <gloox/jinglesessionhandler.h>
#include <gloox/jinglesessionmanager.h>
#include <cstring>
Go to the source code of this file.
Namespaces | |
namespace | glooxwrapper |
namespace | glooxwrapper::Jingle |
See XEP-0166: Jingle and https://camaya.net/api/gloox/namespacegloox_1_1Jingle.html. | |
Macros | |
#define | GLOOXWRAPPER_API |
Typedefs | |
typedef glooxwrapper::list< Tag * > | glooxwrapper::TagList |
typedef glooxwrapper::list< const Tag * > | glooxwrapper::ConstTagList |
typedef list< const Plugin * > | glooxwrapper::Jingle::PluginList |
Functions | |
GLOOXWRAPPER_API void * | glooxwrapper::glooxwrapper_alloc (size_t size) |
GLOOXWRAPPER_API void | glooxwrapper::glooxwrapper_free (void *p) |
static std::ostream & | glooxwrapper::operator<< (std::ostream &stream, const string &string) |
#define GLOOXWRAPPER_API |