 glooxd | The principal namespace for glooxd, an embeddable XMPP server |
  util | |
   Semaphore | A simple implementation of semaphore as a wrapper around a pthread or win32 semaphore |
  AuthenticationHandler | |
  C2S | The base class for the Client-to-Server (C2S) component |
  ComponentBase | An abstract base class for the server's components |
  ConfigHandler | An interface that can be re-implemented to receive configuration updates |
  ConfigManager | The manager for the server configuration |
  ConnectionCompression | This is an implementation of a de/compressing connection |
  DiscoManager | An implementation of the server-side disco management |
  Domain | An abstraction of a XMPP domain and its configuration |
  DomainHandler | A base class for entities that handle Tags for a specific domain |
  FeatureCompression | An abstraction of the STARTTLS stream feature |
  FeatureResourceBind | An abstraction of the Resource Bind stream feature |
  FeatureSASL | An abstraction of the SASL stream feature |
  FeatureSession | An abstraction of the Session Create stream feature |
  FeatureSTARTTLS | An abstraction of the STARTTLS stream feature |
  MessageManager | An implementation of the server-side message management |
  Plugin | Abstract base class for a (sub)protocol such as Roster Management, Private XML Storage, etc |
  PresenceManager | An implementation of the server-side presence management |
  RosterManager | An implementation of the server-side roster management protocol from RFC3921 |
  RosterProvider | |
  Router | The base class for the routing component |
  ServerEventHandler | An interface that can be re-implemented to receive server events |
  SM | Implements a client session manager |
  StreamBase | A class that abstracts a single client connection. Used by C2S |
  StreamFeature | This is the base class for a strean feature. It allows to plug new features (and associated processing) into the server |
  TagHandler | A base class for entities that handles Tags for a specific domain |
  VCardManager | An implementation of the server-side presence management |