libpurple/protocols/jabber/si.h

Sun, 08 Feb 2009 00:23:13 +0000

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Sun, 08 Feb 2009 00:23:13 +0000
changeset 25566
e8a7ea4c73f3
parent 25565
56a46adbfa53
child 25817
09d6a40a341d
child 26047
a7c475364465
permissions
-rw-r--r--

disapproval of revision '56a46adbfa532b52ad578abd5e703d160464e8dd'

/**
 * @file jutil.h utility functions
 *
 * purple
 *
 * Copyright (C) 2003 Nathan Walp <faceprint@faceprint.com>
 *
 * 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_JABBER_SI_H_
#define _PURPLE_JABBER_SI_H_

#include "ft.h"

#include "jabber.h"

void jabber_bytestreams_parse(JabberStream *js, xmlnode *packet);
void jabber_si_parse(JabberStream *js, xmlnode *packet);
PurpleXfer *jabber_si_new_xfer(PurpleConnection *gc, const char *who);
void jabber_si_xfer_send(PurpleConnection *gc, const char *who, const char *file);

#endif /* _PURPLE_JABBER_SI_H_ */

mercurial