/* * Copyright (c) 2011 Jan Kaluza * Licensed under the Simplified BSD license. * See Documentation/Licenses/BSD-simplified.txt for more information. */#include<transport/BlockParser.h>namespaceTransport{// This payload is NOT part of ANY XEP and it is only// libtransport related extension.BlockParser::BlockParser()/*: level_(0)*/{}voidBlockParser::handleStartElement(conststd::string&/*element*/,conststd::string&/*ns*/,constSwift::AttributeMap&/*attributes*/){}voidBlockParser::handleEndElement(conststd::string&,conststd::string&){}voidBlockParser::handleCharacterData(conststd::string&){}}