Pyrogenesis  trunk
Classes | Namespaces | Macros | Typedefs | Functions
glooxwrapper.h File Reference
#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>
Include dependency graph for glooxwrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  glooxwrapper::string
 
class  glooxwrapper::list< T >
 
struct  glooxwrapper::list< T >::node
 
struct  glooxwrapper::list< T >::const_iterator
 
struct  glooxwrapper::CertInfo
 
struct  glooxwrapper::RegistrationFields
 
struct  glooxwrapper::MUCRoomParticipant
 
class  glooxwrapper::ConnectionListener
 
class  glooxwrapper::IqHandler
 
class  glooxwrapper::MessageHandler
 
class  glooxwrapper::MUCRoomHandler
 
class  glooxwrapper::RegistrationHandler
 
class  glooxwrapper::StanzaExtension
 
class  glooxwrapper::Client
 
class  glooxwrapper::DelayedDelivery
 
class  glooxwrapper::Disco
 
class  glooxwrapper::IQ
 
class  glooxwrapper::JID
 
class  glooxwrapper::Message
 
class  glooxwrapper::MUCRoom
 
class  glooxwrapper::Presence
 
class  glooxwrapper::Registration
 
class  glooxwrapper::Tag
 
class  glooxwrapper::Jingle::Plugin
 
class  glooxwrapper::Jingle::ICEUDP
 See XEP-0176: Jingle ICE-UDP Transport Method. More...
 
struct  glooxwrapper::Jingle::ICEUDP::Candidate
 
class  glooxwrapper::Jingle::Session
 
class  glooxwrapper::Jingle::Session::Jingle
 
class  glooxwrapper::Jingle::SessionHandler
 
class  glooxwrapper::SessionManager
 

Namespaces

 glooxwrapper
 
 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)
 

Macro Definition Documentation

◆ GLOOXWRAPPER_API

#define GLOOXWRAPPER_API