gloox  1.0.1
Public Types | Public Member Functions | List of all members
Subscription Class Reference

#include <subscription.h>

Inheritance diagram for Subscription:
Inheritance graph
[legend]

Public Types

enum  S10nType {
  Subscribe, Subscribed, Unsubscribe, Unsubscribed,
  Invalid
}

Public Member Functions

 Subscription (S10nType type, const JID &to, const std::string &status=EmptyString, const std::string &xmllang=EmptyString)
virtual ~Subscription ()
S10nType subtype () const
const std::string status (const std::string &lang="default") const
virtual Tagtag () const
- Public Member Functions inherited from Stanza
virtual ~Stanza ()
void setFrom (const JID &from)
const JIDfrom () const
const JIDto () const
const std::string & id () const
const Errorerror () const
const std::string & xmlLang () const
void addExtension (const StanzaExtension *se)
const StanzaExtensionfindExtension (int type) const
template<class T >
const T * findExtension (int type) const
const StanzaExtensionListextensions () const
void removeExtensions ()

Additional Inherited Members

- Protected Member Functions inherited from Stanza
 Stanza (Tag *tag)
 Stanza (const JID &to)

Detailed Description

An abstraction of a subscription stanza.

Author
Jakob Schroeter js@ca.nosp@m.maya.nosp@m..net
Since
1.0

Definition at line 31 of file subscription.h.

Member Enumeration Documentation

enum S10nType

Describes the different valid message types.

Enumerator:
Subscribe 

A subscription request.

Subscribed 

A subscription notification.

Unsubscribe 

An unsubscription request.

Unsubscribed 

An unsubscription notification.

Invalid 

The stanza is invalid.

Definition at line 41 of file subscription.h.

Constructor & Destructor Documentation

Subscription ( S10nType  type,
const JID to,
const std::string &  status = EmptyString,
const std::string &  xmllang = EmptyString 
)

Creates a Subscription request.

Parameters
typeThe presence type.
toThe intended receiver. Use an empty JID to create a broadcast packet.
statusAn optional status message (e.g. "please authorize me").
xmllangAn optional xml:lang for the status message.

Definition at line 43 of file subscription.cpp.

~Subscription ( )
virtual

Destructor.

Definition at line 50 of file subscription.cpp.

Member Function Documentation

const std::string status ( const std::string &  lang = "default") const
inline

Returns the status text of a presence stanza for the given language if available. If the requested language is not available, the default status text (without a xml:lang attribute) will be returned.

Parameters
langThe language identifier for the desired language. It must conform to section 2.12 of the XML specification and RFC 3066. If empty, the default body will be returned, if any.
Returns
The status text set by the sender.

Definition at line 80 of file subscription.h.

S10nType subtype ( ) const
inline

Returns the subscription stanza's type.

Returns
The subscription stanza's type.

Definition at line 69 of file subscription.h.

Tag * tag ( ) const
virtual

Creates a Tag representation of the Stanza. The Tag is completely independent of the Stanza and will not be updated when the Stanza is modified.

Returns
A pointer to a Tag representation. It is the job of the caller to delete the Tag.

Implements Stanza.

Definition at line 55 of file subscription.cpp.


The documentation for this class was generated from the following files: