libpurple/protocols/jabber/bosh.h

branch
soc.2008.xmpp
changeset 23607
bc82598d3798
child 23609
94f1737e3853
equal deleted inserted replaced
23606:5e648a57bb76 23607:bc82598d3798
1 /**
2 * @file bosh.h Buddy handlers
3 *
4 * purple
5 *
6 * Copyright (C) 2008, Tobias Markmann <tmarkmann@googlemail.com>
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 */
22 #ifndef _PURPLE_JABBER_BOSH_H_
23 #define _PURPLE_JABBER_BOSH_H_
24
25 typedef struct {
26 char *url;
27 gboolean pipelining;
28 } PurpleBOSHConnection;
29
30 typedef struct {
31
32 } PurpleHTTPRequest;
33
34 #endif /* _PURPLE_JABBER_BOSH_H_ */

mercurial