comparison libpurple/protocols/jabber/bosh.h @ 25596:7768cad83127

* looking for alternative connection methods if direct connection fails * introducing bosh files
author Tobias Markmann <tfar@soc.pidgin.im>
date Sun, 03 Aug 2008 13:48:59 +0000
parents
children b238da95f39a
comparison
equal deleted inserted replaced
25595:94c8bef52c66 25596:7768cad83127
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_ */