#include <xmpp.h>
Inheritance diagram for XMPP::Transport:
Public Member Functions | |
virtual PBoolean | Open ()=0 |
virtual PBoolean | Close ()=0 |
Close the channel. |
Derived classes might include an XMPP TCP transport as well as classes to handle XMPP incapsulated in SIP messages.
virtual PBoolean XMPP::Transport::Close | ( | ) | [pure virtual] |
Close the channel.
This will detach itself from the read and write channels and delete both of them if they are auto delete.
Reimplemented from PIndirectChannel.
Implemented in XMPP::C2S::TCPTransport.
virtual PBoolean XMPP::Transport::Open | ( | ) | [pure virtual] |
Implemented in XMPP::C2S::TCPTransport.