|
PTLib Version 2.10.2
|
This interface is the base class of each XMPP transport class. More...
#include <xmpp.h>
Public Member Functions | |
| virtual PBoolean | Open ()=0 |
| virtual PBoolean | Close ()=0 |
| Close the channel. | |
This interface is the base class of each XMPP transport class.
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.