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