libpurple/protocols/bonjour/parser.h

Wed, 30 Nov 2011 01:16:33 +0000

author
Ethan Blanton <elb@pidgin.im>
date
Wed, 30 Nov 2011 01:16:33 +0000
changeset 32734
2af6cc60b05d
parent 21944
c41d17a1b8d9
child 39819
3554dac2991b
permissions
-rw-r--r--

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 0d126855edbf7e091b2ddb5d8d991fa6792d4078)
to branch 'im.pidgin.pidgin' (head d4a74c710a15342ba3319395b95eb642093537dc)

/**
 * @file parser.h Bonjour Jabber XML parser functions
 *
 * purple
 *
 * Purple is the legal property of its developers, whose names are too numerous
 * to list here.  Please refer to the COPYRIGHT file distributed with this
 * source distribution.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
 */
#ifndef _PURPLE_BONJOUR_PARSER_H_
#define _PURPLE_BONJOUR_PARSER_H_

#include "buddy.h"
#include "jabber.h"

void bonjour_parser_setup(BonjourJabberConversation *bconv);
void bonjour_parser_process(BonjourJabberConversation *bconv, const char *buf, int len);

#endif /* _PURPLE_BONJOUR_PARSER_H_ */

mercurial