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 );
61 virtual void handleStartNode(
const Tag* start );
64 virtual bool handleNormalNode(
Tag* tag );
71 virtual void rosterFilled() {}
77 #endif // COMPONENT_H__