14 #ifndef MESSAGEFILTER_H__
15 #define MESSAGEFILTER_H__
17 #include "messagesession.h"
66 virtual void decorate(
Message& msg ) = 0;
73 virtual void filter(
Message& msg ) = 0;
76 void send(
Message& msg ) {
if( m_parent ) m_parent->send( msg ); }
84 #endif // MESSAGEFILTER_H__
An abstraction of a message session between any two entities.
An abstraction of a message stanza.
The namespace for the gloox library.
Virtual base class for message filters.