Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | Related Pages

Session::Jingle Class Reference

This is an implementation of XEP-0166 (Jingle) as a StanzaExtension. More...

#include <jinglesession.h>

Inherits StanzaExtension.

Inheritance diagram for Session::Jingle:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 Jingle (const Tag *tag=0)
virtual ~Jingle ()
virtual const std::string & filterString () const
virtual StanzaExtensionnewInstance (const Tag *tag) const
virtual Tagtag () const

Detailed Description

This is an implementation of XEP-0166 (Jingle) as a StanzaExtension.

XEP Version: 0.25

Author:
Jakob Schroeter <js@camaya.net>
Since:
1.1

Definition at line 97 of file jinglesession.h.


Constructor & Destructor Documentation

Jingle const Tag tag = 0  ) 
 

Constructs a new object from the given Tag.

Parameters:
tag The Tag to parse.

Definition at line 61 of file jinglesession.cpp.

~Jingle  )  [virtual]
 

Virtual Destructor.

Definition at line 66 of file jinglesession.cpp.


Member Function Documentation

const std::string & filterString  )  const [virtual]
 

Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.

Returns:
The extension's filter string.

Implements StanzaExtension.

Definition at line 70 of file jinglesession.cpp.

virtual StanzaExtension* newInstance const Tag tag  )  const [inline, virtual]
 

Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like:

 StanzaExtension* FooExtension::newInstance( const Tag* tag ) const
 {
   return new FooExtension( tag );
 }
Returns:
The derived extension's new instance.

Implements StanzaExtension.

Definition at line 143 of file jinglesession.h.

Tag * tag  )  const [virtual]
 

Returns a Tag representation of the extension.

Returns:
A Tag representation of the extension.

Implements StanzaExtension.

Definition at line 76 of file jinglesession.cpp.


The documentation for this class was generated from the following files:
Generated on Tue Apr 22 15:10:16 2008 for gloox by  doxygen 1.4.1