Mercurial > pidgin
annotate libpurple/protocols/jabber/caps.c @ 32485:d1ac0c771e19
Fix UBX on MSNP18.
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Fri, 03 Feb 2012 01:26:14 +0000 |
parents | d5363fbfa031 |
children |
rev | line source |
---|---|
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
1 /* |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
2 * purple - Jabber Protocol Plugin |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
3 * |
28048
c585572e80dd
Remove specific copyright lines from the XMPP prpl.
Paul Aurich <paul@darkrain42.org>
parents:
28047
diff
changeset
|
4 * Purple is the legal property of its developers, whose names are too numerous |
c585572e80dd
Remove specific copyright lines from the XMPP prpl.
Paul Aurich <paul@darkrain42.org>
parents:
28047
diff
changeset
|
5 * to list here. Please refer to the COPYRIGHT file distributed with this |
c585572e80dd
Remove specific copyright lines from the XMPP prpl.
Paul Aurich <paul@darkrain42.org>
parents:
28047
diff
changeset
|
6 * source distribution. |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
7 * |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
8 * This program is free software; you can redistribute it and/or modify |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
9 * it under the terms of the GNU General Public License as published by |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
10 * the Free Software Foundation; either version 2 of the License, or |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
11 * (at your option) any later version. |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
12 * |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
13 * This program is distributed in the hope that it will be useful, |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
16 * GNU General Public License for more details. |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
17 * |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
18 * You should have received a copy of the GNU General Public License |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
19 * along with this program; if not, write to the Free Software |
28047
8c991e09efcb
Update various header copyrights thanks to licensecheck.
Paul Aurich <paul@darkrain42.org>
parents:
28037
diff
changeset
|
20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
21 * |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
22 */ |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
23 |
19698
d32ed28cf645
Fix mingw build of xmpp prpl
Daniel Atallah <daniel.atallah@gmail.com>
parents:
17902
diff
changeset
|
24 #include "internal.h" |
d32ed28cf645
Fix mingw build of xmpp prpl
Daniel Atallah <daniel.atallah@gmail.com>
parents:
17902
diff
changeset
|
25 |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
26 #include "debug.h" |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
27 #include "caps.h" |
25017
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
28 #include "cipher.h" |
25145
1225f3dcf5ab
Fix compilation errors and many warnings
Paul Aurich <paul@darkrain42.org>
parents:
25144
diff
changeset
|
29 #include "iq.h" |
1225f3dcf5ab
Fix compilation errors and many warnings
Paul Aurich <paul@darkrain42.org>
parents:
25144
diff
changeset
|
30 #include "presence.h" |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
31 #include "util.h" |
30258
7fb775b4465b
jabber: Move (and harden) a function to xdata.c
Paul Aurich <paul@darkrain42.org>
parents:
30256
diff
changeset
|
32 #include "xdata.h" |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
33 |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
34 #define JABBER_CAPS_FILENAME "xmpp-caps.xml" |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
35 |
25162
7dcba13d0e28
Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Paul Aurich <paul@darkrain42.org>
parents:
25161
diff
changeset
|
36 typedef struct _JabberDataFormField { |
7dcba13d0e28
Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Paul Aurich <paul@darkrain42.org>
parents:
25161
diff
changeset
|
37 gchar *var; |
7dcba13d0e28
Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Paul Aurich <paul@darkrain42.org>
parents:
25161
diff
changeset
|
38 GList *values; |
7dcba13d0e28
Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Paul Aurich <paul@darkrain42.org>
parents:
25161
diff
changeset
|
39 } JabberDataFormField; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
40 |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
41 static GHashTable *capstable = NULL; /* JabberCapsTuple -> JabberCapsClientInfo */ |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
42 static GHashTable *nodetable = NULL; /* char *node -> JabberCapsNodeExts */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
43 static guint save_timer = 0; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
44 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
45 /* Free a GList of allocated char* */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
46 static void |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
47 free_string_glist(GList *list) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
48 { |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
49 while (list) { |
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
50 g_free(list->data); |
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
51 list = g_list_delete_link(list, list); |
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
52 } |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
53 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
54 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
55 static JabberCapsNodeExts* |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
56 jabber_caps_node_exts_ref(JabberCapsNodeExts *exts) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
57 { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
58 g_return_val_if_fail(exts != NULL, NULL); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
59 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
60 ++exts->ref; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
61 return exts; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
62 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
63 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
64 static void |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
65 jabber_caps_node_exts_unref(JabberCapsNodeExts *exts) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
66 { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
67 if (exts == NULL) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
68 return; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
69 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
70 g_return_if_fail(exts->ref != 0); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
71 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
72 if (--exts->ref != 0) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
73 return; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
74 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
75 g_hash_table_destroy(exts->exts); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
76 g_free(exts); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
77 } |
25952
5f9a24d1c25e
Remove some extra trailing whitespace I noticed after merging mlundblad's
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
23703
diff
changeset
|
78 |
25188 | 79 static guint jabber_caps_hash(gconstpointer data) { |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
80 const JabberCapsTuple *key = data; |
25188 | 81 guint nodehash = g_str_hash(key->node); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
82 guint verhash = g_str_hash(key->ver); |
26661
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
83 /* |
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
84 * 'hash' was optional in XEP-0115 v1.4 and g_str_hash crashes on NULL >:O. |
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
85 * Okay, maybe I've played too much Zelda, but that looks like |
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
86 * a Deku Shrub... |
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
87 */ |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
88 guint hashhash = (key->hash ? g_str_hash(key->hash) : 0); |
25027
45816181b7de
* fixing a bug in jabber_caps_compare()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25026
diff
changeset
|
89 return nodehash ^ verhash ^ hashhash; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
90 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
91 |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
92 static gboolean jabber_caps_compare(gconstpointer v1, gconstpointer v2) { |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
93 const JabberCapsTuple *name1 = v1; |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
94 const JabberCapsTuple *name2 = v2; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
95 |
26661
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
96 return g_str_equal(name1->node, name2->node) && |
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
97 g_str_equal(name1->ver, name2->ver) && |
de9816c970fe
Use purple_strequal and g_str_equal
Paul Aurich <paul@darkrain42.org>
parents:
26488
diff
changeset
|
98 purple_strequal(name1->hash, name2->hash); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
99 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
100 |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
101 static void |
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
102 jabber_caps_client_info_destroy(JabberCapsClientInfo *info) |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
103 { |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
104 if (info == NULL) |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
105 return; |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
106 |
25161
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
107 while(info->identities) { |
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
108 JabberIdentity *id = info->identities->data; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
109 g_free(id->category); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
110 g_free(id->type); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
111 g_free(id->name); |
25155
27a9672371f1
Don't crash if the lang attribute of an identity is NULL
Paul Aurich <paul@darkrain42.org>
parents:
25154
diff
changeset
|
112 g_free(id->lang); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
113 g_free(id); |
25161
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
114 info->identities = g_list_delete_link(info->identities, info->identities); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
115 } |
25161
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
116 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
117 free_string_glist(info->features); |
26816
bcc577785c2b
Free the forms properly; they're xmlnodes, not strings.
Paul Aurich <paul@darkrain42.org>
parents:
26803
diff
changeset
|
118 |
bcc577785c2b
Free the forms properly; they're xmlnodes, not strings.
Paul Aurich <paul@darkrain42.org>
parents:
26803
diff
changeset
|
119 while (info->forms) { |
bcc577785c2b
Free the forms properly; they're xmlnodes, not strings.
Paul Aurich <paul@darkrain42.org>
parents:
26803
diff
changeset
|
120 xmlnode_free(info->forms->data); |
bcc577785c2b
Free the forms properly; they're xmlnodes, not strings.
Paul Aurich <paul@darkrain42.org>
parents:
26803
diff
changeset
|
121 info->forms = g_list_delete_link(info->forms, info->forms); |
bcc577785c2b
Free the forms properly; they're xmlnodes, not strings.
Paul Aurich <paul@darkrain42.org>
parents:
26803
diff
changeset
|
122 } |
25025
a85f9b85a7fb
* changed storage format for cache to mirror all needed features for XEP-0115v1.5
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25024
diff
changeset
|
123 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
124 jabber_caps_node_exts_unref(info->exts); |
25161
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
125 |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
126 g_free((char *)info->tuple.node); |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
127 g_free((char *)info->tuple.ver); |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
128 g_free((char *)info->tuple.hash); |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
129 |
25161
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
130 g_free(info); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
131 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
132 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
133 /* NOTE: Takes a reference to the exts, unref it if you don't really want to |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
134 * keep it around. */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
135 static JabberCapsNodeExts* |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
136 jabber_caps_find_exts_by_node(const char *node) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
137 { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
138 JabberCapsNodeExts *exts; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
139 if (NULL == (exts = g_hash_table_lookup(nodetable, node))) { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
140 exts = g_new0(JabberCapsNodeExts, 1); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
141 exts->exts = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
142 (GDestroyNotify)free_string_glist); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
143 g_hash_table_insert(nodetable, g_strdup(node), jabber_caps_node_exts_ref(exts)); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
144 } |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
145 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
146 return jabber_caps_node_exts_ref(exts); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
147 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
148 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
149 static void |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
150 exts_to_xmlnode(gconstpointer key, gconstpointer value, gpointer user_data) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
151 { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
152 const char *identifier = key; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
153 const GList *features = value, *node; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
154 xmlnode *client = user_data, *ext, *feature; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
155 |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
156 ext = xmlnode_new_child(client, "ext"); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
157 xmlnode_set_attrib(ext, "identifier", identifier); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
158 |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
159 for (node = features; node; node = node->next) { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
160 feature = xmlnode_new_child(ext, "feature"); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
161 xmlnode_set_attrib(feature, "var", (const gchar *)node->data); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
162 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
163 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
164 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
165 static void jabber_caps_store_client(gpointer key, gpointer value, gpointer user_data) { |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
166 const JabberCapsTuple *tuple = key; |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
167 const JabberCapsClientInfo *props = value; |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
168 xmlnode *root = user_data; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
169 xmlnode *client = xmlnode_new_child(root, "client"); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
170 GList *iter; |
25952
5f9a24d1c25e
Remove some extra trailing whitespace I noticed after merging mlundblad's
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
23703
diff
changeset
|
171 |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
172 xmlnode_set_attrib(client, "node", tuple->node); |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
173 xmlnode_set_attrib(client, "ver", tuple->ver); |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
174 if (tuple->hash) |
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
175 xmlnode_set_attrib(client, "hash", tuple->hash); |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
176 for(iter = props->identities; iter; iter = g_list_next(iter)) { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
177 JabberIdentity *id = iter->data; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
178 xmlnode *identity = xmlnode_new_child(client, "identity"); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
179 xmlnode_set_attrib(identity, "category", id->category); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
180 xmlnode_set_attrib(identity, "type", id->type); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
181 if (id->name) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
182 xmlnode_set_attrib(identity, "name", id->name); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
183 if (id->lang) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
184 xmlnode_set_attrib(identity, "lang", id->lang); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
185 } |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
186 |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
187 for(iter = props->features; iter; iter = g_list_next(iter)) { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
188 const char *feat = iter->data; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
189 xmlnode *feature = xmlnode_new_child(client, "feature"); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
190 xmlnode_set_attrib(feature, "var", feat); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
191 } |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
192 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
193 for(iter = props->forms; iter; iter = g_list_next(iter)) { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
194 /* FIXME: See #7814 */ |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
195 xmlnode *xdata = iter->data; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
196 xmlnode_insert_child(client, xmlnode_copy(xdata)); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
197 } |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
198 |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
199 /* TODO: Ideally, only save this once-per-node... */ |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
200 if (props->exts) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
201 g_hash_table_foreach(props->exts->exts, (GHFunc)exts_to_xmlnode, client); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
202 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
203 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
204 static gboolean |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
205 do_jabber_caps_store(gpointer data) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
206 { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
207 char *str; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
208 int length = 0; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
209 xmlnode *root = xmlnode_new("capabilities"); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
210 g_hash_table_foreach(capstable, jabber_caps_store_client, root); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
211 str = xmlnode_to_formatted_str(root, &length); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
212 xmlnode_free(root); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
213 purple_util_write_data_to_file(JABBER_CAPS_FILENAME, str, length); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
214 g_free(str); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
215 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
216 save_timer = 0; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
217 return FALSE; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
218 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
219 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
220 static void |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
221 schedule_caps_save(void) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
222 { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
223 if (save_timer == 0) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
224 save_timer = purple_timeout_add_seconds(5, do_jabber_caps_store, NULL); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
225 } |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
226 |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
227 static void |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
228 jabber_caps_load(void) |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
229 { |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
230 xmlnode *capsdata = purple_util_read_xml_from_file(JABBER_CAPS_FILENAME, "XMPP capabilities cache"); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
231 xmlnode *client; |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
232 |
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
233 if(!capsdata) |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
234 return; |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
235 |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
236 if (!g_str_equal(capsdata->name, "capabilities")) { |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
237 xmlnode_free(capsdata); |
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
238 return; |
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
239 } |
25952
5f9a24d1c25e
Remove some extra trailing whitespace I noticed after merging mlundblad's
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
23703
diff
changeset
|
240 |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
241 for (client = capsdata->child; client; client = client->next) { |
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
242 if (client->type != XMLNODE_TYPE_TAG) |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
243 continue; |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
244 if (g_str_equal(client->name, "client")) { |
25161
0ccb80ae7262
Rename some structs and the JabberCapsClientInfo destruction function
Paul Aurich <paul@darkrain42.org>
parents:
25160
diff
changeset
|
245 JabberCapsClientInfo *value = g_new0(JabberCapsClientInfo, 1); |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
246 JabberCapsTuple *key = (JabberCapsTuple*)&value->tuple; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
247 xmlnode *child; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
248 JabberCapsNodeExts *exts = NULL; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
249 key->node = g_strdup(xmlnode_get_attrib(client,"node")); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
250 key->ver = g_strdup(xmlnode_get_attrib(client,"ver")); |
25025
a85f9b85a7fb
* changed storage format for cache to mirror all needed features for XEP-0115v1.5
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25024
diff
changeset
|
251 key->hash = g_strdup(xmlnode_get_attrib(client,"hash")); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
252 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
253 /* v1.3 capabilities */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
254 if (key->hash == NULL) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
255 exts = jabber_caps_find_exts_by_node(key->node); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
256 |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
257 for (child = client->child; child; child = child->next) { |
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
258 if (child->type != XMLNODE_TYPE_TAG) |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
259 continue; |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
260 if (g_str_equal(child->name, "feature")) { |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
261 const char *var = xmlnode_get_attrib(child, "var"); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
262 if(!var) |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
263 continue; |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
264 value->features = g_list_append(value->features,g_strdup(var)); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
265 } else if (g_str_equal(child->name, "identity")) { |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
266 const char *category = xmlnode_get_attrib(child, "category"); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
267 const char *type = xmlnode_get_attrib(child, "type"); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
268 const char *name = xmlnode_get_attrib(child, "name"); |
25155
27a9672371f1
Don't crash if the lang attribute of an identity is NULL
Paul Aurich <paul@darkrain42.org>
parents:
25154
diff
changeset
|
269 const char *lang = xmlnode_get_attrib(child, "lang"); |
25156
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
270 JabberIdentity *id; |
25952
5f9a24d1c25e
Remove some extra trailing whitespace I noticed after merging mlundblad's
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
23703
diff
changeset
|
271 |
25156
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
272 if (!category || !type) |
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
273 continue; |
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
274 |
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
275 id = g_new0(JabberIdentity, 1); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
276 id->category = g_strdup(category); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
277 id->type = g_strdup(type); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
278 id->name = g_strdup(name); |
25155
27a9672371f1
Don't crash if the lang attribute of an identity is NULL
Paul Aurich <paul@darkrain42.org>
parents:
25154
diff
changeset
|
279 id->lang = g_strdup(lang); |
26771
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
280 |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
281 value->identities = g_list_append(value->identities,id); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
282 } else if (g_str_equal(child->name, "x")) { |
26771
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
283 /* TODO: See #7814 -- this might cause problems if anyone |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
284 * ever actually specifies forms. In fact, for this to |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
285 * work properly, that bug needs to be fixed in |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
286 * xmlnode_from_str, not the output version... */ |
25025
a85f9b85a7fb
* changed storage format for cache to mirror all needed features for XEP-0115v1.5
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25024
diff
changeset
|
287 value->forms = g_list_append(value->forms, xmlnode_copy(child)); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
288 } else if (g_str_equal(child->name, "ext")) { |
31590
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
289 if (key->hash != NULL) |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
290 purple_debug_warning("jabber", "Ignoring exts when reading new-style caps\n"); |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
291 else { |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
292 /* TODO: Do we care about reading in the identities listed here? */ |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
293 const char *identifier = xmlnode_get_attrib(child, "identifier"); |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
294 xmlnode *node; |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
295 GList *features = NULL; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
296 |
31590
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
297 if (!identifier) |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
298 continue; |
31590
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
299 |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
300 for (node = child->child; node; node = node->next) { |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
301 if (node->type != XMLNODE_TYPE_TAG) |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
302 continue; |
31590
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
303 if (g_str_equal(node->name, "feature")) { |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
304 const char *var = xmlnode_get_attrib(node, "var"); |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
305 if (!var) |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
306 continue; |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
307 features = g_list_prepend(features, g_strdup(var)); |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
308 } |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
309 } |
31590
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
310 |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
311 if (features) { |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
312 g_hash_table_insert(exts->exts, g_strdup(identifier), |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
313 features); |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
314 } else |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
315 purple_debug_warning("jabber", "Caps ext %s had no features.\n", |
f762bcb55249
jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Paul Aurich <paul@darkrain42.org>
parents:
31086
diff
changeset
|
316 identifier); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
317 } |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
318 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
319 } |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
320 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
321 value->exts = exts; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
322 g_hash_table_replace(capstable, key, value); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
323 |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
324 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
325 } |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
326 xmlnode_free(capsdata); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
327 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
328 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
329 void jabber_caps_init(void) |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
330 { |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
331 nodetable = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, (GDestroyNotify)jabber_caps_node_exts_unref); |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
332 capstable = g_hash_table_new_full(jabber_caps_hash, jabber_caps_compare, NULL, (GDestroyNotify)jabber_caps_client_info_destroy); |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
333 jabber_caps_load(); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
334 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
335 |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
336 void jabber_caps_uninit(void) |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
337 { |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
338 if (save_timer != 0) { |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
339 purple_timeout_remove(save_timer); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
340 save_timer = 0; |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
341 do_jabber_caps_store(NULL); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
342 } |
25190
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
343 g_hash_table_destroy(capstable); |
3bec4f4db198
Remove the old if 0'd out caps code and reorder some functions.
Paul Aurich <paul@darkrain42.org>
parents:
25189
diff
changeset
|
344 g_hash_table_destroy(nodetable); |
26803
1dfa009f6db5
Clean up jabber prpl memory allocations on uninit.
Nick Hebner <hebnern@gmail.com>
parents:
26790
diff
changeset
|
345 capstable = nodetable = NULL; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
346 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
347 |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
348 gboolean jabber_caps_exts_known(const JabberCapsClientInfo *info, |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
349 char **exts) |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
350 { |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
351 int i; |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
352 g_return_val_if_fail(info != NULL, FALSE); |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
353 |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
354 if (!exts) |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
355 return TRUE; |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
356 |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
357 for (i = 0; exts[i]; ++i) { |
26848
7d924c723d7e
I forgot to finish this comment before coming back from dinner and committing.
Paul Aurich <paul@darkrain42.org>
parents:
26846
diff
changeset
|
358 /* Hack since we advertise the ext along with v1.5 caps but don't |
7d924c723d7e
I forgot to finish this comment before coming back from dinner and committing.
Paul Aurich <paul@darkrain42.org>
parents:
26846
diff
changeset
|
359 * store any exts */ |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
360 if (g_str_equal(exts[i], "voice-v1") && !info->exts) |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
361 continue; |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
362 if (!info->exts || |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
363 !g_hash_table_lookup(info->exts->exts, exts[i])) |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
364 return FALSE; |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
365 } |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
366 |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
367 return TRUE; |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
368 } |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
369 |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
370 typedef struct _jabber_caps_cbplususerdata { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
371 guint ref; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
372 |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
373 jabber_caps_get_info_cb cb; |
25185
5d2e4a3b0c63
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Paul Aurich <paul@darkrain42.org>
parents:
25169
diff
changeset
|
374 gpointer cb_data; |
25952
5f9a24d1c25e
Remove some extra trailing whitespace I noticed after merging mlundblad's
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
23703
diff
changeset
|
375 |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
376 char *who; |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
377 char *node; |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
378 char *ver; |
25022
4c97156431b4
* pass hash type to the caps handling functions
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25021
diff
changeset
|
379 char *hash; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
380 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
381 JabberCapsClientInfo *info; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
382 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
383 GList *exts; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
384 guint extOutstanding; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
385 JabberCapsNodeExts *node_exts; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
386 } jabber_caps_cbplususerdata; |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
387 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
388 static jabber_caps_cbplususerdata* |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
389 cbplususerdata_ref(jabber_caps_cbplususerdata *data) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
390 { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
391 g_return_val_if_fail(data != NULL, NULL); |
19725
30e4912e4a27
Some clients don't put the node in the 115 disco response, so send the node to the callback
Sean Egan <seanegan@gmail.com>
parents:
19722
diff
changeset
|
392 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
393 ++data->ref; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
394 return data; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
395 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
396 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
397 static void |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
398 cbplususerdata_unref(jabber_caps_cbplususerdata *data) |
26465
ae41d8e827e3
Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Paul Aurich <paul@darkrain42.org>
parents:
25952
diff
changeset
|
399 { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
400 if (data == NULL) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
401 return; |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
402 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
403 g_return_if_fail(data->ref != 0); |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
404 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
405 if (--data->ref > 0) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
406 return; |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
407 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
408 g_free(data->who); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
409 g_free(data->node); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
410 g_free(data->ver); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
411 g_free(data->hash); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
412 |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
413 /* If we have info here, it's already in the capstable, so don't free it */ |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
414 if (data->exts) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
415 free_string_glist(data->exts); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
416 if (data->node_exts) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
417 jabber_caps_node_exts_unref(data->node_exts); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
418 g_free(data); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
419 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
420 |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
421 static void |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
422 jabber_caps_get_info_complete(jabber_caps_cbplususerdata *userdata) |
26465
ae41d8e827e3
Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Paul Aurich <paul@darkrain42.org>
parents:
25952
diff
changeset
|
423 { |
26768
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
424 if (userdata->cb) { |
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
425 userdata->cb(userdata->info, userdata->exts, userdata->cb_data); |
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
426 userdata->info = NULL; |
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
427 userdata->exts = NULL; |
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
428 } |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
429 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
430 if (userdata->ref != 1) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
431 purple_debug_warning("jabber", "Lost a reference to caps cbdata: %d\n", |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
432 userdata->ref); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
433 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
434 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
435 static void |
26488 | 436 jabber_caps_client_iqcb(JabberStream *js, const char *from, JabberIqType type, |
437 const char *id, xmlnode *packet, gpointer data) | |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
438 { |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
439 xmlnode *query = xmlnode_get_child_with_namespace(packet, "query", |
28650
9ae3e70a327b
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <paul@darkrain42.org>
parents:
28439
diff
changeset
|
440 NS_DISCO_INFO); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
441 jabber_caps_cbplususerdata *userdata = data; |
25185
5d2e4a3b0c63
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Paul Aurich <paul@darkrain42.org>
parents:
25169
diff
changeset
|
442 JabberCapsClientInfo *info = NULL, *value; |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
443 JabberCapsTuple key; |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
444 |
26488 | 445 if (!query || type == JABBER_IQ_ERROR) { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
446 /* Any outstanding exts will be dealt with via ref-counting */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
447 userdata->cb(NULL, NULL, userdata->cb_data); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
448 cbplususerdata_unref(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
449 return; |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
450 } |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
451 |
25157
b6cfc5cc6799
Whitespace cleanup (no functional changes, just unwrap the huge if block and
Paul Aurich <paul@darkrain42.org>
parents:
25156
diff
changeset
|
452 /* check hash */ |
b6cfc5cc6799
Whitespace cleanup (no functional changes, just unwrap the huge if block and
Paul Aurich <paul@darkrain42.org>
parents:
25156
diff
changeset
|
453 info = jabber_caps_parse_client_info(query); |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
454 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
455 /* Only validate if these are v1.5 capabilities */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
456 if (userdata->hash) { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
457 gchar *hash = NULL; |
27915
a40e0b43f57f
This is annoying, but am I actually missing anything?
Paul Aurich <paul@darkrain42.org>
parents:
27150
diff
changeset
|
458 /* |
a40e0b43f57f
This is annoying, but am I actually missing anything?
Paul Aurich <paul@darkrain42.org>
parents:
27150
diff
changeset
|
459 * TODO: If you add *any* hash here, make sure the checksum buffer |
a40e0b43f57f
This is annoying, but am I actually missing anything?
Paul Aurich <paul@darkrain42.org>
parents:
27150
diff
changeset
|
460 * size in jabber_caps_calculate_hash is large enough. The cipher API |
a40e0b43f57f
This is annoying, but am I actually missing anything?
Paul Aurich <paul@darkrain42.org>
parents:
27150
diff
changeset
|
461 * doesn't seem to offer a "Get the hash size" function(?). |
a40e0b43f57f
This is annoying, but am I actually missing anything?
Paul Aurich <paul@darkrain42.org>
parents:
27150
diff
changeset
|
462 */ |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
463 if (g_str_equal(userdata->hash, "sha-1")) { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
464 hash = jabber_caps_calculate_hash(info, "sha1"); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
465 } else if (g_str_equal(userdata->hash, "md5")) { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
466 hash = jabber_caps_calculate_hash(info, "md5"); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
467 } |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
468 |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
469 if (!hash || !g_str_equal(hash, userdata->ver)) { |
28037
d905474475dc
jabber: Print out the expected/generated caps hashes.
Paul Aurich <paul@darkrain42.org>
parents:
27915
diff
changeset
|
470 purple_debug_warning("jabber", "Could not validate caps info from " |
d905474475dc
jabber: Print out the expected/generated caps hashes.
Paul Aurich <paul@darkrain42.org>
parents:
27915
diff
changeset
|
471 "%s. Expected %s, got %s\n", |
d905474475dc
jabber: Print out the expected/generated caps hashes.
Paul Aurich <paul@darkrain42.org>
parents:
27915
diff
changeset
|
472 xmlnode_get_attrib(packet, "from"), |
d905474475dc
jabber: Print out the expected/generated caps hashes.
Paul Aurich <paul@darkrain42.org>
parents:
27915
diff
changeset
|
473 userdata->ver, hash ? hash : "(null)"); |
19725
30e4912e4a27
Some clients don't put the node in the 115 disco response, so send the node to the callback
Sean Egan <seanegan@gmail.com>
parents:
19722
diff
changeset
|
474 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
475 userdata->cb(NULL, NULL, userdata->cb_data); |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
476 jabber_caps_client_info_destroy(info); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
477 cbplususerdata_unref(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
478 g_free(hash); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
479 return; |
23703
d79c30d1582a
Don't look up caps exts when the initial caps discovery wasn't successful.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21688
diff
changeset
|
480 } |
d79c30d1582a
Don't look up caps exts when the initial caps discovery wasn't successful.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21688
diff
changeset
|
481 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
482 g_free(hash); |
25157
b6cfc5cc6799
Whitespace cleanup (no functional changes, just unwrap the huge if block and
Paul Aurich <paul@darkrain42.org>
parents:
25156
diff
changeset
|
483 } |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
484 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
485 if (!userdata->hash && userdata->node_exts) { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
486 /* If the ClientInfo doesn't have information about the exts, give them |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
487 * ours (along with our ref) */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
488 info->exts = userdata->node_exts; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
489 userdata->node_exts = NULL; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
490 } |
25145
1225f3dcf5ab
Fix compilation errors and many warnings
Paul Aurich <paul@darkrain42.org>
parents:
25144
diff
changeset
|
491 |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
492 key.node = userdata->node; |
25185
5d2e4a3b0c63
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Paul Aurich <paul@darkrain42.org>
parents:
25169
diff
changeset
|
493 key.ver = userdata->ver; |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
494 key.hash = userdata->hash; |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
495 |
25185
5d2e4a3b0c63
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Paul Aurich <paul@darkrain42.org>
parents:
25169
diff
changeset
|
496 /* Use the copy of this data already in the table if it exists or insert |
5d2e4a3b0c63
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Paul Aurich <paul@darkrain42.org>
parents:
25169
diff
changeset
|
497 * a new one if we need to */ |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
498 if ((value = g_hash_table_lookup(capstable, &key))) { |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
499 jabber_caps_client_info_destroy(info); |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
500 info = value; |
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
501 } else { |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
502 JabberCapsTuple *n_key = (JabberCapsTuple *)&info->tuple; |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
503 n_key->node = userdata->node; |
25185
5d2e4a3b0c63
Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Paul Aurich <paul@darkrain42.org>
parents:
25169
diff
changeset
|
504 n_key->ver = userdata->ver; |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
505 n_key->hash = userdata->hash; |
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
506 userdata->node = userdata->ver = userdata->hash = NULL; |
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
507 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
508 /* The capstable gets a reference */ |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
509 g_hash_table_insert(capstable, n_key, info); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
510 schedule_caps_save(); |
25157
b6cfc5cc6799
Whitespace cleanup (no functional changes, just unwrap the huge if block and
Paul Aurich <paul@darkrain42.org>
parents:
25156
diff
changeset
|
511 } |
21595
5f85d0781bee
Fix a discovery related crash. I think this still needs better error handling. Fixes #3995.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
21325
diff
changeset
|
512 |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
513 userdata->info = info; |
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
514 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
515 if (userdata->extOutstanding == 0) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
516 jabber_caps_get_info_complete(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
517 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
518 cbplususerdata_unref(userdata); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
519 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
520 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
521 typedef struct { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
522 const char *name; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
523 jabber_caps_cbplususerdata *data; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
524 } ext_iq_data; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
525 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
526 static void |
26488 | 527 jabber_caps_ext_iqcb(JabberStream *js, const char *from, JabberIqType type, |
528 const char *id, xmlnode *packet, gpointer data) | |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
529 { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
530 xmlnode *query = xmlnode_get_child_with_namespace(packet, "query", |
28650
9ae3e70a327b
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <paul@darkrain42.org>
parents:
28439
diff
changeset
|
531 NS_DISCO_INFO); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
532 xmlnode *child; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
533 ext_iq_data *userdata = data; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
534 GList *features = NULL; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
535 JabberCapsNodeExts *node_exts; |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
536 |
26488 | 537 if (!query || type == JABBER_IQ_ERROR) { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
538 cbplususerdata_unref(userdata->data); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
539 g_free(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
540 return; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
541 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
542 |
27149
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
543 node_exts = (userdata->data->info ? userdata->data->info->exts : |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
544 userdata->data->node_exts); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
545 |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
546 /* TODO: I don't see how this can actually happen, but it crashed khc. */ |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
547 if (!node_exts) { |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
548 purple_debug_error("jabber", "Couldn't find JabberCapsNodeExts. If you " |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
549 "see this, please tell darkrain42 and save your debug log.\n" |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
550 "JabberCapsClientInfo = %p\n", userdata->data->info); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
551 |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
552 |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
553 /* Try once more to find the exts and then fail */ |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
554 node_exts = jabber_caps_find_exts_by_node(userdata->data->node); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
555 if (node_exts) { |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
556 purple_debug_info("jabber", "Found the exts on the second try.\n"); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
557 if (userdata->data->info) |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
558 userdata->data->info->exts = node_exts; |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
559 else |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
560 userdata->data->node_exts = node_exts; |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
561 } else { |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
562 cbplususerdata_unref(userdata->data); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
563 g_free(userdata); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
564 g_return_if_reached(); |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
565 } |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
566 } |
e3907cfaeb02
Don't crash when the seemingly impossible occurs.
Paul Aurich <paul@darkrain42.org>
parents:
27148
diff
changeset
|
567 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
568 /* So, we decrement this after checking for an error, which means that |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
569 * if there *is* an error, we'll never call the callback passed to |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
570 * jabber_caps_get_info. We will still free all of our data, though. |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
571 */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
572 --userdata->data->extOutstanding; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
573 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
574 for (child = xmlnode_get_child(query, "feature"); child; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
575 child = xmlnode_get_next_twin(child)) { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
576 const char *var = xmlnode_get_attrib(child, "var"); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
577 if (var) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
578 features = g_list_prepend(features, g_strdup(var)); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
579 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
580 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
581 g_hash_table_insert(node_exts->exts, g_strdup(userdata->name), features); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
582 schedule_caps_save(); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
583 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
584 /* Are we done? */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
585 if (userdata->data->info && userdata->data->extOutstanding == 0) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
586 jabber_caps_get_info_complete(userdata->data); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
587 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
588 cbplususerdata_unref(userdata->data); |
25158
ec0c95ae4a65
Clean up jabber_caps_client_iqcb
Paul Aurich <paul@darkrain42.org>
parents:
25157
diff
changeset
|
589 g_free(userdata); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
590 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
591 |
25150 | 592 void jabber_caps_get_info(JabberStream *js, const char *who, const char *node, |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
593 const char *ver, const char *hash, char **exts, |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
594 jabber_caps_get_info_cb cb, gpointer user_data) |
25150 | 595 { |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
596 JabberCapsClientInfo *info; |
26845
70fdb6fc8aee
Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Paul Aurich <paul@darkrain42.org>
parents:
26816
diff
changeset
|
597 JabberCapsTuple key; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
598 jabber_caps_cbplususerdata *userdata; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
599 |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
600 if (exts && hash) { |
28149
cb8937a8a17f
jabber: Reduce severity of "Ignoring exts..." message.
Paul Aurich <paul@darkrain42.org>
parents:
28048
diff
changeset
|
601 purple_debug_misc("jabber", "Ignoring exts in new-style caps from %s\n", |
cb8937a8a17f
jabber: Reduce severity of "Ignoring exts..." message.
Paul Aurich <paul@darkrain42.org>
parents:
28048
diff
changeset
|
602 who); |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
603 g_strfreev(exts); |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
604 exts = NULL; |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
605 } |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
606 |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
607 /* Using this in a read-only fashion, so the cast is OK */ |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
608 key.node = (char *)node; |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
609 key.ver = (char *)ver; |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
610 key.hash = (char *)hash; |
19698
d32ed28cf645
Fix mingw build of xmpp prpl
Daniel Atallah <daniel.atallah@gmail.com>
parents:
17902
diff
changeset
|
611 |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
612 info = g_hash_table_lookup(capstable, &key); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
613 if (info && hash) { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
614 /* v1.5 - We already have all the information we care about */ |
26768
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
615 if (cb) |
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
616 cb(info, NULL, user_data); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
617 return; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
618 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
619 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
620 userdata = g_new0(jabber_caps_cbplususerdata, 1); |
27148
0405276c6698
Fix a lost reference when we only fetch an unknown ext.
Paul Aurich <paul@darkrain42.org>
parents:
26932
diff
changeset
|
621 /* We start out with 0 references. Every query takes one */ |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
622 userdata->cb = cb; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
623 userdata->cb_data = user_data; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
624 userdata->who = g_strdup(who); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
625 userdata->node = g_strdup(node); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
626 userdata->ver = g_strdup(ver); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
627 userdata->hash = g_strdup(hash); |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
628 |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
629 if (info) { |
25191
5ad14a53e266
Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Paul Aurich <paul@darkrain42.org>
parents:
25190
diff
changeset
|
630 userdata->info = info; |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
631 } else { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
632 /* If we don't have the basic information about the client, we need |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
633 * to fetch it. */ |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
634 JabberIq *iq; |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
635 xmlnode *query; |
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
636 char *nodever; |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
637 |
28650
9ae3e70a327b
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <paul@darkrain42.org>
parents:
28439
diff
changeset
|
638 iq = jabber_iq_new_query(js, JABBER_IQ_GET, NS_DISCO_INFO); |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
639 query = xmlnode_get_child_with_namespace(iq->node, "query", |
28650
9ae3e70a327b
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <paul@darkrain42.org>
parents:
28439
diff
changeset
|
640 NS_DISCO_INFO); |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
641 nodever = g_strdup_printf("%s#%s", node, ver); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
642 xmlnode_set_attrib(query, "node", nodever); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
643 g_free(nodever); |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
644 xmlnode_set_attrib(iq->node, "to", who); |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
645 |
27148
0405276c6698
Fix a lost reference when we only fetch an unknown ext.
Paul Aurich <paul@darkrain42.org>
parents:
26932
diff
changeset
|
646 cbplususerdata_ref(userdata); |
0405276c6698
Fix a lost reference when we only fetch an unknown ext.
Paul Aurich <paul@darkrain42.org>
parents:
26932
diff
changeset
|
647 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
648 jabber_iq_set_callback(iq, jabber_caps_client_iqcb, userdata); |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
649 jabber_iq_send(iq); |
25026
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
650 } |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
651 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
652 /* Are there any exts that we don't recognize? */ |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
653 if (exts) { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
654 JabberCapsNodeExts *node_exts; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
655 int i; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
656 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
657 if (info) { |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
658 if (info->exts) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
659 node_exts = info->exts; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
660 else |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
661 node_exts = info->exts = jabber_caps_find_exts_by_node(node); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
662 } else |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
663 /* We'll put it in later once we have the client info */ |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
664 node_exts = userdata->node_exts = jabber_caps_find_exts_by_node(node); |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
665 |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
666 for (i = 0; exts[i]; ++i) { |
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
667 userdata->exts = g_list_prepend(userdata->exts, exts[i]); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
668 /* Look it up if we don't already know what it means */ |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
669 if (!g_hash_table_lookup(node_exts->exts, exts[i])) { |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
670 JabberIq *iq; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
671 xmlnode *query; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
672 char *nodeext; |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
673 ext_iq_data *cbdata = g_new(ext_iq_data, 1); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
674 |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
675 cbdata->name = exts[i]; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
676 cbdata->data = cbplususerdata_ref(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
677 |
28650
9ae3e70a327b
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <paul@darkrain42.org>
parents:
28439
diff
changeset
|
678 iq = jabber_iq_new_query(js, JABBER_IQ_GET, NS_DISCO_INFO); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
679 query = xmlnode_get_child_with_namespace(iq->node, "query", |
28650
9ae3e70a327b
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <paul@darkrain42.org>
parents:
28439
diff
changeset
|
680 NS_DISCO_INFO); |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
681 nodeext = g_strdup_printf("%s#%s", node, exts[i]); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
682 xmlnode_set_attrib(query, "node", nodeext); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
683 g_free(nodeext); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
684 xmlnode_set_attrib(iq->node, "to", who); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
685 |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
686 jabber_iq_set_callback(iq, jabber_caps_ext_iqcb, cbdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
687 jabber_iq_send(iq); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
688 |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
689 ++userdata->extOutstanding; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
690 } |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
691 exts[i] = NULL; |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
692 } |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
693 /* All the strings are now part of the GList, so don't need |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
694 * g_strfreev. */ |
26846
d0a049ede31e
Only call jabber_caps_get_info if we don't have all the information we want.
Paul Aurich <paul@darkrain42.org>
parents:
26845
diff
changeset
|
695 g_free(exts); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
696 } |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
697 |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
698 if (userdata->info && userdata->extOutstanding == 0) { |
27150 | 699 /* Start with 1 ref so the below functions are happy */ |
700 userdata->ref = 1; | |
701 | |
27148
0405276c6698
Fix a lost reference when we only fetch an unknown ext.
Paul Aurich <paul@darkrain42.org>
parents:
26932
diff
changeset
|
702 /* We have everything we need right now */ |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
703 jabber_caps_get_info_complete(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
704 cbplususerdata_unref(userdata); |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
705 } |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
706 } |
19729
d397000d32fc
Various leakfixes and preventing unnecessary allocations.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19728
diff
changeset
|
707 |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
708 static gint |
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
709 jabber_xdata_compare(gconstpointer a, gconstpointer b) |
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
710 { |
25030
61f37abc8a70
* removing several warnings
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25028
diff
changeset
|
711 const xmlnode *aformtypefield = a; |
61f37abc8a70
* removing several warnings
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25028
diff
changeset
|
712 const xmlnode *bformtypefield = b; |
25020
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
713 char *aformtype; |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
714 char *bformtype; |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
715 int result; |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
716 |
30258
7fb775b4465b
jabber: Move (and harden) a function to xdata.c
Paul Aurich <paul@darkrain42.org>
parents:
30256
diff
changeset
|
717 aformtype = jabber_x_data_get_formtype(aformtypefield); |
7fb775b4465b
jabber: Move (and harden) a function to xdata.c
Paul Aurich <paul@darkrain42.org>
parents:
30256
diff
changeset
|
718 bformtype = jabber_x_data_get_formtype(bformtypefield); |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
719 |
25020
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
720 result = strcmp(aformtype, bformtype); |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
721 g_free(aformtype); |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
722 g_free(bformtype); |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
723 return result; |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
724 } |
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
725 |
30254
6362579b3d2e
jabber: Start adding some caps tests
Paul Aurich <paul@darkrain42.org>
parents:
29604
diff
changeset
|
726 JabberCapsClientInfo *jabber_caps_parse_client_info(xmlnode *query) |
25162
7dcba13d0e28
Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Paul Aurich <paul@darkrain42.org>
parents:
25161
diff
changeset
|
727 { |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
728 xmlnode *child; |
25145
1225f3dcf5ab
Fix compilation errors and many warnings
Paul Aurich <paul@darkrain42.org>
parents:
25144
diff
changeset
|
729 JabberCapsClientInfo *info; |
1225f3dcf5ab
Fix compilation errors and many warnings
Paul Aurich <paul@darkrain42.org>
parents:
25144
diff
changeset
|
730 |
30254
6362579b3d2e
jabber: Start adding some caps tests
Paul Aurich <paul@darkrain42.org>
parents:
29604
diff
changeset
|
731 if (!query || !g_str_equal(query->name, "query") || |
6362579b3d2e
jabber: Start adding some caps tests
Paul Aurich <paul@darkrain42.org>
parents:
29604
diff
changeset
|
732 !purple_strequal(query->xmlns, NS_DISCO_INFO)) |
6362579b3d2e
jabber: Start adding some caps tests
Paul Aurich <paul@darkrain42.org>
parents:
29604
diff
changeset
|
733 return NULL; |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
734 |
25145
1225f3dcf5ab
Fix compilation errors and many warnings
Paul Aurich <paul@darkrain42.org>
parents:
25144
diff
changeset
|
735 info = g_new0(JabberCapsClientInfo, 1); |
25187
6bdcdb77ce77
Reference-count JabberCapsClientInfo and fix bug.
Paul Aurich <paul@darkrain42.org>
parents:
25186
diff
changeset
|
736 |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
737 for(child = query->child; child; child = child->next) { |
26749
b1f8cebaab17
Skip iterating non-node children; thanks to Marcus for crashing me.
Paul Aurich <paul@darkrain42.org>
parents:
26661
diff
changeset
|
738 if (child->type != XMLNODE_TYPE_TAG) |
b1f8cebaab17
Skip iterating non-node children; thanks to Marcus for crashing me.
Paul Aurich <paul@darkrain42.org>
parents:
26661
diff
changeset
|
739 continue; |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
740 if (g_str_equal(child->name, "identity")) { |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
741 /* parse identity */ |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
742 const char *category = xmlnode_get_attrib(child, "category"); |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
743 const char *type = xmlnode_get_attrib(child, "type"); |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
744 const char *name = xmlnode_get_attrib(child, "name"); |
25155
27a9672371f1
Don't crash if the lang attribute of an identity is NULL
Paul Aurich <paul@darkrain42.org>
parents:
25154
diff
changeset
|
745 const char *lang = xmlnode_get_attrib(child, "lang"); |
25156
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
746 JabberIdentity *id; |
25017
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
747 |
25156
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
748 if (!category || !type) |
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
749 continue; |
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
750 |
c2438ad6e6c1
Error checking and use g_list_foreach
Paul Aurich <paul@darkrain42.org>
parents:
25155
diff
changeset
|
751 id = g_new0(JabberIdentity, 1); |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
752 id->category = g_strdup(category); |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
753 id->type = g_strdup(type); |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
754 id->name = g_strdup(name); |
25155
27a9672371f1
Don't crash if the lang attribute of an identity is NULL
Paul Aurich <paul@darkrain42.org>
parents:
25154
diff
changeset
|
755 id->lang = g_strdup(lang); |
27a9672371f1
Don't crash if the lang attribute of an identity is NULL
Paul Aurich <paul@darkrain42.org>
parents:
25154
diff
changeset
|
756 |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
757 info->identities = g_list_append(info->identities, id); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
758 } else if (g_str_equal(child->name, "feature")) { |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
759 /* parse feature */ |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
760 const char *var = xmlnode_get_attrib(child, "var"); |
25189
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
761 if (var) |
05693f6885a4
Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Paul Aurich <paul@darkrain42.org>
parents:
25188
diff
changeset
|
762 info->features = g_list_prepend(info->features, g_strdup(var)); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
763 } else if (g_str_equal(child->name, "x")) { |
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
764 if (purple_strequal(child->xmlns, "jabber:x:data")) { |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
765 /* x-data form */ |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
766 xmlnode *dataform = xmlnode_copy(child); |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
767 info->forms = g_list_append(info->forms, dataform); |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
768 } |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
769 } |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
770 } |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
771 return info; |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
772 } |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
773 |
25160
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
774 static gint jabber_caps_xdata_field_compare(gconstpointer a, gconstpointer b) |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
775 { |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
776 const JabberDataFormField *ac = a; |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
777 const JabberDataFormField *bc = b; |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
778 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
779 return strcmp(ac->var, bc->var); |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
780 } |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
781 |
25160
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
782 static GList* jabber_caps_xdata_get_fields(const xmlnode *x) |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
783 { |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
784 GList *fields = NULL; |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
785 xmlnode *field; |
25160
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
786 |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
787 if (!x) |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
788 return NULL; |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
789 |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
790 for (field = xmlnode_get_child(x, "field"); field; field = xmlnode_get_next_twin(field)) { |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
791 xmlnode *value; |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
792 JabberDataFormField *xdatafield = g_new0(JabberDataFormField, 1); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
793 xdatafield->var = g_strdup(xmlnode_get_attrib(field, "var")); |
25160
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
794 |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
795 for (value = xmlnode_get_child(field, "value"); value; value = xmlnode_get_next_twin(value)) { |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
796 gchar *val = xmlnode_get_data(value); |
32404
55da4c7f06bf
Use g_list_prepend, since we're going to sort this list afterwards.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31995
diff
changeset
|
797 xdatafield->values = g_list_prepend(xdatafield->values, val); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
798 } |
25160
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
799 |
25152
8789b9202c06
Use strcmp instead of a wrapper
Paul Aurich <paul@darkrain42.org>
parents:
25150
diff
changeset
|
800 xdatafield->values = g_list_sort(xdatafield->values, (GCompareFunc)strcmp); |
32404
55da4c7f06bf
Use g_list_prepend, since we're going to sort this list afterwards.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
31995
diff
changeset
|
801 fields = g_list_prepend(fields, xdatafield); |
25160
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
802 } |
c8b4029d37c5
Whitespace and formatting changes
Paul Aurich <paul@darkrain42.org>
parents:
25159
diff
changeset
|
803 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
804 fields = g_list_sort(fields, jabber_caps_xdata_field_compare); |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
805 return fields; |
17882
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
806 } |
f88b3a093cba
Implemented ad-hoc commands for the buddy action menu (untested), implemented the receiving end of XEP-0115: Entity Capabilities. Note that this seems not to be reliable right now, since some clients seem to have a very broken [read: completely non-functional] implementation (most notably Gajim and the py-transports).
Andreas Monitzer <pidgin@monitzer.com>
parents:
diff
changeset
|
807 |
31086
a8cc50c2279f
Remove trailing whitespace
Richard Laager <rlaager@wiktel.com>
parents:
30259
diff
changeset
|
808 static void |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
809 append_escaped_string(PurpleCipherContext *context, const gchar *str) |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
810 { |
30255
502b9d2f2d7a
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Paul Aurich <paul@darkrain42.org>
parents:
30254
diff
changeset
|
811 if (str && *str) { |
502b9d2f2d7a
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Paul Aurich <paul@darkrain42.org>
parents:
30254
diff
changeset
|
812 char *tmp = g_markup_escape_text(str, -1); |
502b9d2f2d7a
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Paul Aurich <paul@darkrain42.org>
parents:
30254
diff
changeset
|
813 purple_cipher_context_append(context, (const guchar *)tmp, strlen(tmp)); |
502b9d2f2d7a
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Paul Aurich <paul@darkrain42.org>
parents:
30254
diff
changeset
|
814 g_free(tmp); |
502b9d2f2d7a
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Paul Aurich <paul@darkrain42.org>
parents:
30254
diff
changeset
|
815 } |
502b9d2f2d7a
jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Paul Aurich <paul@darkrain42.org>
parents:
30254
diff
changeset
|
816 |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
817 purple_cipher_context_append(context, (const guchar *)"<", 1); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
818 } |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
819 |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
820 gchar *jabber_caps_calculate_hash(JabberCapsClientInfo *info, const char *hash) |
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
821 { |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
822 GList *node; |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
823 PurpleCipherContext *context; |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
824 guint8 checksum[20]; |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
825 gsize checksum_size = 20; |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
826 gboolean success; |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
827 |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
828 if (!info || !(context = purple_cipher_context_new_by_name(hash, NULL))) |
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
829 return NULL; |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
830 |
25020
9867a406707e
* defined JabberCapsIdentity as struct _JabberIdentity
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25019
diff
changeset
|
831 /* sort identities, features and x-data forms */ |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
832 info->identities = g_list_sort(info->identities, jabber_identity_compare); |
25152
8789b9202c06
Use strcmp instead of a wrapper
Paul Aurich <paul@darkrain42.org>
parents:
25150
diff
changeset
|
833 info->features = g_list_sort(info->features, (GCompareFunc)strcmp); |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
834 info->forms = g_list_sort(info->forms, jabber_xdata_compare); |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
835 |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
836 /* Add identities to the hash data */ |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
837 for (node = info->identities; node; node = node->next) { |
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
838 JabberIdentity *id = (JabberIdentity*)node->data; |
26772
ab31daf1c1ee
Sadrul pointed me at g_markup_escape_text, thanks!
Paul Aurich <paul@darkrain42.org>
parents:
26771
diff
changeset
|
839 char *category = g_markup_escape_text(id->category, -1); |
ab31daf1c1ee
Sadrul pointed me at g_markup_escape_text, thanks!
Paul Aurich <paul@darkrain42.org>
parents:
26771
diff
changeset
|
840 char *type = g_markup_escape_text(id->type, -1); |
26790
6a177edc401e
Avoid a g_markup_escape_text assertion failure
Paul Aurich <paul@darkrain42.org>
parents:
26772
diff
changeset
|
841 char *lang = NULL; |
6a177edc401e
Avoid a g_markup_escape_text assertion failure
Paul Aurich <paul@darkrain42.org>
parents:
26772
diff
changeset
|
842 char *name = NULL; |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
843 char *tmp; |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
844 |
26790
6a177edc401e
Avoid a g_markup_escape_text assertion failure
Paul Aurich <paul@darkrain42.org>
parents:
26772
diff
changeset
|
845 if (id->lang) |
6a177edc401e
Avoid a g_markup_escape_text assertion failure
Paul Aurich <paul@darkrain42.org>
parents:
26772
diff
changeset
|
846 lang = g_markup_escape_text(id->lang, -1); |
6a177edc401e
Avoid a g_markup_escape_text assertion failure
Paul Aurich <paul@darkrain42.org>
parents:
26772
diff
changeset
|
847 if (id->name) |
6a177edc401e
Avoid a g_markup_escape_text assertion failure
Paul Aurich <paul@darkrain42.org>
parents:
26772
diff
changeset
|
848 name = g_markup_escape_text(id->name, -1); |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
849 |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
850 tmp = g_strconcat(category, "/", type, "/", lang ? lang : "", |
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
851 "/", name ? name : "", "<", NULL); |
26771
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
852 |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
853 purple_cipher_context_append(context, (const guchar *)tmp, strlen(tmp)); |
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
854 |
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
855 g_free(tmp); |
26771
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
856 g_free(category); |
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
857 g_free(type); |
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
858 g_free(lang); |
e72df47d41fe
Escape all the values when appending them to the Entity Caps verification str.
Paul Aurich <paul@darkrain42.org>
parents:
26768
diff
changeset
|
859 g_free(name); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
860 } |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
861 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
862 /* concat features to the verification string */ |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
863 for (node = info->features; node; node = node->next) { |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
864 append_escaped_string(context, node->data); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
865 } |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
866 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
867 /* concat x-data forms to the verification string */ |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
868 for(node = info->forms; node; node = node->next) { |
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
869 xmlnode *data = (xmlnode *)node->data; |
30258
7fb775b4465b
jabber: Move (and harden) a function to xdata.c
Paul Aurich <paul@darkrain42.org>
parents:
30256
diff
changeset
|
870 gchar *formtype = jabber_x_data_get_formtype(data); |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
871 GList *fields = jabber_caps_xdata_get_fields(data); |
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
872 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
873 /* append FORM_TYPE's field value to the verification string */ |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
874 append_escaped_string(context, formtype); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
875 g_free(formtype); |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
876 |
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
877 while (fields) { |
26932
a8537bbcfb79
Remove trailing whitespace that has snuck in.
Paul Aurich <paul@darkrain42.org>
parents:
26848
diff
changeset
|
878 JabberDataFormField *field = (JabberDataFormField*)fields->data; |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
879 |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
880 if (!g_str_equal(field->var, "FORM_TYPE")) { |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
881 /* Append the "var" attribute */ |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
882 append_escaped_string(context, field->var); |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
883 /* Append <value/> elements' cdata */ |
32405
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
884 while (field->values) { |
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
885 append_escaped_string(context, field->values->data); |
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
886 g_free(field->values->data); |
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
887 field->values = g_list_delete_link(field->values, |
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
888 field->values); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
889 } |
32405
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
890 } else { |
32469
d5363fbfa031
Our minimum version of GLib does not have a g_list_free_full().
andrew.victor@mxit.com
parents:
32405
diff
changeset
|
891 g_list_foreach(field->values, (GFunc) g_free, NULL); |
d5363fbfa031
Our minimum version of GLib does not have a g_list_free_full().
andrew.victor@mxit.com
parents:
32405
diff
changeset
|
892 g_list_free(field->values); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
893 } |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
894 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
895 g_free(field->var); |
32405
e4af50513560
Fix some leaks in XMPP caps hashing, as pointed out by max ulidtko.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
32404
diff
changeset
|
896 g_free(field); |
25159
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
897 |
7155fa3ec052
Rework jabber_caps_calculate_hash
Paul Aurich <paul@darkrain42.org>
parents:
25158
diff
changeset
|
898 fields = g_list_delete_link(fields, fields); |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
899 } |
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
900 } |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
901 |
25024
fd19927e2b64
* support for calculating both hashes, sha-1 and md5
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25022
diff
changeset
|
902 /* generate hash */ |
29604
12ba4c648872
jabber: Space efficiency.
Paul Aurich <paul@darkrain42.org>
parents:
28650
diff
changeset
|
903 success = purple_cipher_context_digest(context, checksum_size, |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
904 checksum, &checksum_size); |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
905 |
25021
a5e437b7f915
* implemented jabber_caps_calcualte_hash() which calculates the SHA-1 hash for someones disco response according to XEP-0115
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25020
diff
changeset
|
906 purple_cipher_context_destroy(context); |
25153
b5dbf1d9930b
Whitespace, formatting, and // -> /* */
Paul Aurich <paul@darkrain42.org>
parents:
25152
diff
changeset
|
907 |
25186
ef90728dbae8
Rename a few functions and clean up the exit cleanup of a function
Paul Aurich <paul@darkrain42.org>
parents:
25185
diff
changeset
|
908 return (success ? purple_base64_encode(checksum, checksum_size) : NULL); |
25018
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
909 } |
2a6a37c7970b
* changed name of jabber_caps_calculate_hash() to jabber_caps_calculate_own_hash()
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25017
diff
changeset
|
910 |
25026
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
911 void jabber_caps_calculate_own_hash(JabberStream *js) { |
25164
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
912 JabberCapsClientInfo info; |
25026
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
913 GList *iter = 0; |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
914 GList *features = 0; |
25017
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
915 |
25164
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
916 if (!jabber_identities && !jabber_features) { |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
917 /* This really shouldn't ever happen */ |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
918 purple_debug_warning("jabber", "No features or identities, cannot calculate own caps hash.\n"); |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
919 g_free(js->caps_hash); |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
920 js->caps_hash = NULL; |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
921 return; |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
922 } |
25030
61f37abc8a70
* removing several warnings
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25028
diff
changeset
|
923 |
25164
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
924 /* build the currently-supported list of features */ |
25026
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
925 if (jabber_features) { |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
926 for (iter = jabber_features; iter; iter = iter->next) { |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
927 JabberFeature *feat = iter->data; |
25164
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
928 if(!feat->is_enabled || feat->is_enabled(js, feat->namespace)) { |
25026
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
929 features = g_list_append(features, feat->namespace); |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
930 } |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
931 } |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
932 } |
e61603ab10c6
* correctly calculating own features and factor in is_enabled() of features
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25025
diff
changeset
|
933 |
25164
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
934 info.features = features; |
30259
116ca888e77d
jabber: Move another function out of caps.c...
Paul Aurich <paul@darkrain42.org>
parents:
30258
diff
changeset
|
935 /* TODO: This copy can go away, I think, since jabber_identities |
116ca888e77d
jabber: Move another function out of caps.c...
Paul Aurich <paul@darkrain42.org>
parents:
30258
diff
changeset
|
936 * is pre-sorted, so the sort in calculate_hash should be idempotent. |
116ca888e77d
jabber: Move another function out of caps.c...
Paul Aurich <paul@darkrain42.org>
parents:
30258
diff
changeset
|
937 * However, I want to test that. --darkrain |
116ca888e77d
jabber: Move another function out of caps.c...
Paul Aurich <paul@darkrain42.org>
parents:
30258
diff
changeset
|
938 */ |
26768
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
939 info.identities = g_list_copy(jabber_identities); |
25164
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
940 info.forms = NULL; |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
941 |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
942 g_free(js->caps_hash); |
f462fa160f06
Sprinkle around more support for xml:lang on JabberIdentities
Paul Aurich <paul@darkrain42.org>
parents:
25162
diff
changeset
|
943 js->caps_hash = jabber_caps_calculate_hash(&info, "sha1"); |
26768
966d2f2f86c8
Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Paul Aurich <paul@darkrain42.org>
parents:
26749
diff
changeset
|
944 g_list_free(info.identities); |
28439
edf17df87055
jabber: Plug another leak.
Paul Aurich <paul@darkrain42.org>
parents:
28149
diff
changeset
|
945 g_list_free(info.features); |
25017
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
946 } |
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
947 |
25146
4040da08a733
Entity Capabilities must be per-JabberStream
Paul Aurich <paul@darkrain42.org>
parents:
25145
diff
changeset
|
948 const gchar* jabber_caps_get_own_hash(JabberStream *js) |
4040da08a733
Entity Capabilities must be per-JabberStream
Paul Aurich <paul@darkrain42.org>
parents:
25145
diff
changeset
|
949 { |
4040da08a733
Entity Capabilities must be per-JabberStream
Paul Aurich <paul@darkrain42.org>
parents:
25145
diff
changeset
|
950 if (!js->caps_hash) |
4040da08a733
Entity Capabilities must be per-JabberStream
Paul Aurich <paul@darkrain42.org>
parents:
25145
diff
changeset
|
951 jabber_caps_calculate_own_hash(js); |
4040da08a733
Entity Capabilities must be per-JabberStream
Paul Aurich <paul@darkrain42.org>
parents:
25145
diff
changeset
|
952 |
4040da08a733
Entity Capabilities must be per-JabberStream
Paul Aurich <paul@darkrain42.org>
parents:
25145
diff
changeset
|
953 return js->caps_hash; |
25017
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
954 } |
26eabe8e739b
Removing short-names for features and calculating own caps hash.
Tobias Markmann <tfar@soc.pidgin.im>
parents:
21688
diff
changeset
|
955 |
25147
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
956 void jabber_caps_broadcast_change() |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
957 { |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
958 GList *node, *accounts = purple_accounts_get_all_active(); |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
959 |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
960 for (node = accounts; node; node = node->next) { |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
961 PurpleAccount *account = node->data; |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
962 const char *prpl_id = purple_account_get_protocol_id(account); |
30256
067ad74c7523
jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Paul Aurich <paul@darkrain42.org>
parents:
30255
diff
changeset
|
963 if (g_str_equal("prpl-jabber", prpl_id) && purple_account_is_connected(account)) { |
25147
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
964 PurpleConnection *gc = purple_account_get_connection(account); |
31995
3caef255ad47
Convert jabber prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data().
andrew.victor@mxit.com
parents:
31590
diff
changeset
|
965 jabber_presence_send(purple_connection_get_protocol_data(gc), TRUE); |
25032
7f6558c7a0a3
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25031
diff
changeset
|
966 } |
7f6558c7a0a3
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25031
diff
changeset
|
967 } |
25147
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
968 |
6d6e10476c52
Clean up jabber_presence_send
Paul Aurich <paul@darkrain42.org>
parents:
25146
diff
changeset
|
969 g_list_free(accounts); |
25032
7f6558c7a0a3
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25031
diff
changeset
|
970 } |
7f6558c7a0a3
* implemented jabber_caps_broadcast_change() and finished jabber_ipc_add_feature() IPC function
Tobias Markmann <tfar@soc.pidgin.im>
parents:
25031
diff
changeset
|
971 |