14 #ifndef BYTESTREAMHANDLER_H__
15 #define BYTESTREAMHANDLER_H__
19 #include "bytestream.h"
54 virtual void handleIncomingBytestreamRequest(
const std::string& sid,
const JID& from ) = 0;
67 virtual void handleIncomingBytestream(
Bytestream* bs ) = 0;
76 virtual void handleOutgoingBytestream(
Bytestream* bs ) = 0;
84 virtual void handleBytestreamError(
const IQ& iq,
const std::string& sid ) = 0;
90 #endif // BYTESTREAMHANDLER_H__
An abstraction of an IQ stanza.
The namespace for the gloox library.
virtual ~BytestreamHandler()
An abstraction of a single bytestream.
A virtual interface that allows to receive new incoming Bytestream requests from remote entities...