15 #include "component.h"
28 const std::string& component,
const std::string& password,
int port )
35 void Component::handleStartNode()
43 sha.
feed( m_sid + m_password );
46 Tag *h =
new Tag(
"handshake", sha.
hex() );
50 bool Component::handleNormalNode( Stanza *stanza )
52 if( stanza->name() !=
"handshake" )