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 void attachTo(MessageSession *session)
virtual void decorate(Message &msg)=0
virtual void filter(Message &msg)=0
MessageFilter(MessageSession *parent)
An abstraction of a message session between any two entities.
An abstraction of a message stanza.
The namespace for the gloox library.