18 #include "clientbase.h"
46 Component(
const std::string& ns,
const std::string& server,
47 const std::string& component,
const std::string& password,
int port = 5347 );
60 virtual void handleStartNode();
61 virtual bool handleNormalNode(
Stanza *stanza );
62 virtual bool checkStreamVersion(
const std::string& ) {
return true; }
66 virtual void rosterFilled() {}
72 #endif // COMPONENT_H__