comparison libpurple/protocols/jabber/bosh.c @ 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 * purple - Jabber Protocol Plugin
3 *
4 * Copyright (C) 2008, Tobias Markmann <tmarkmann@googlemail.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
19 *
20 */
21 #include "internal.h"
22 #include "cipher.h"
23 #include "debug.h"
24 #include "imgstore.h"
25 #include "prpl.h"
26 #include "notify.h"
27 #include "request.h"
28 #include "util.h"
29 #include "xmlnode.h"
30
31 #include "buddy.h"
32 #include "chat.h"
33 #include "jabber.h"
34 #include "iq.h"
35 #include "presence.h"
36 #include "xdata.h"
37 #include "pep.h"
38 #include "adhoccommands.h"
39