Tue, 28 Feb 2023 03:23:06 -0600
Fix leaks in requests
Fixes a leak for images in requests:
```
3,627 bytes in 1 blocks are definitely lost in loss record 35,636 of 36,499
at 0x484386F: malloc (vg_replace_malloc.c:393)
by 0x4980168: g_malloc (gmem.c:130)
by 0x4995723: UnknownInlinedFun (gstrfuncs.c:426)
by 0x4995723: g_memdup2 (gstrfuncs.c:419)
by 0x4D3E534: purple_request_field_image_new (request.c:1677)
by 0x1CA970B1: purple_demo_protocol_request_fields_activate (purpledemoprotocolactions.c:553)
by 0x4DB5FBF: g_closure_invoke (gclosure.c:832)
by 0x4DE3D85: signal_emit_unlocked_R.isra.0 (gsignal.c:3796)
by 0x4DD3419: g_signal_emit_valist (gsignal.c:3549)
by 0x4DD3632: g_signal_emit (gsignal.c:3606)
by 0x581C784: g_simple_action_activate (gsimpleaction.c:227)
by 0x581B132: g_action_activate (gaction.c:399)
by 0x51221B6: UnknownInlinedFun (gtkmenutrackeritem.c:842)
by 0x51221B6: gtk_popover_item_activate.lto_priv.0 (gtkmenusectionbox.c:200)
```
and leak of the GObject wrapper for request fields:
```
4 bytes in 1 blocks are possibly lost in loss record 713 of 36,499
at 0x484386F: malloc (vg_replace_malloc.c:393)
by 0x4980168: g_malloc (gmem.c:130)
by 0x4995602: g_strdup (gstrfuncs.c:363)
by 0x488B324: create_list_field (gtkrequest.c:1504)
by 0x488D1D7: pidgin_request_fields (gtkrequest.c:2160)
by 0x4D3FFB8: purple_request_fields (request.c:2283)
by 0x1CA971D6: purple_demo_protocol_request_fields_activate (purpledemoprotocolactions.c:562)
by 0x4DB5FBF: g_closure_invoke (gclosure.c:832)
by 0x4DE3D85: signal_emit_unlocked_R.isra.0 (gsignal.c:3796)
by 0x4DD3419: g_signal_emit_valist (gsignal.c:3549)
by 0x4DD3632: g_signal_emit (gsignal.c:3606)
by 0x581C784: g_simple_action_activate (gsimpleaction.c:227)
56 bytes in 1 blocks are possibly lost in loss record 19,209 of 36,499
at 0x48486AF: realloc (vg_replace_malloc.c:1451)
by 0x498071F: g_realloc (gmem.c:201)
by 0x49592C4: g_data_set_internal (gdataset.c:474)
by 0x488B347: create_list_field (gtkrequest.c:1504)
by 0x488D1D7: pidgin_request_fields (gtkrequest.c:2160)
by 0x4D3FFB8: purple_request_fields (request.c:2283)
by 0x1CA971D6: purple_demo_protocol_request_fields_activate (purpledemoprotocolactions.c:562)
by 0x4DB5FBF: g_closure_invoke (gclosure.c:832)
by 0x4DE3D85: signal_emit_unlocked_R.isra.0 (gsignal.c:3796)
by 0x4DD3419: g_signal_emit_valist (gsignal.c:3549)
by 0x4DD3632: g_signal_emit (gsignal.c:3606)
by 0x581C784: g_simple_action_activate (gsimpleaction.c:227)
614 (192 direct, 422 indirect) bytes in 8 blocks are definitely lost in loss record 33,122 of 36,499
at 0x484386F: malloc (vg_replace_malloc.c:393)
by 0x4980168: g_malloc (gmem.c:130)
by 0x4997AB5: g_slice_alloc (gslice.c:1074)
by 0x49980EC: g_slice_alloc0 (gslice.c:1100)
by 0x4DDF04B: g_type_create_instance (gtype.c:1913)
by 0x4DC4C1F: g_object_new_internal (gobject.c:2228)
by 0x4DC6247: g_object_new_with_properties (gobject.c:2391)
by 0x4DC6FF0: g_object_new (gobject.c:2037)
by 0x488B2D5: create_list_field (gtkrequest.c:1499)
by 0x488D1D7: pidgin_request_fields (gtkrequest.c:2160)
by 0x4D3FFB8: purple_request_fields (request.c:2283)
by 0x1CA971D6: purple_demo_protocol_request_fields_activate (purpledemoprotocolactions.c:562)
```
and a request label:
```
128 bytes in 1 blocks are definitely lost in loss record 27,735 of 36,499
at 0x484378A: malloc (vg_replace_malloc.c:392)
by 0x484870B: realloc (vg_replace_malloc.c:1451)
by 0x498071F: g_realloc (gmem.c:201)
by 0x499A343: g_string_maybe_expand (gstring.c:92)
by 0x499A3BF: g_string_sized_new (gstring.c:116)
by 0x4981BCB: g_markup_escape_text (gmarkup.c:2323)
by 0x4887D8A: pidgin_request_escape (gtkrequest.c:360)
by 0x488CED9: pidgin_request_fields (gtkrequest.c:2105)
by 0x4D3FFB8: purple_request_fields (request.c:2283)
by 0x1CA971D6: purple_demo_protocol_request_fields_activate (purpledemoprotocolactions.c:562)
by 0x4DB5FBF: g_closure_invoke (gclosure.c:832)
by 0x4DE3D85: signal_emit_unlocked_R.isra.0 (gsignal.c:3796)
```
and one in the demo protocol:
```
40 bytes in 1 blocks are definitely lost in loss record 15,277 of 36,499
at 0x484386F: malloc (vg_replace_malloc.c:393)
by 0x4AE3017: __vasprintf_internal (vasprintf.c:71)
by 0x49C2E81: UnknownInlinedFun (stdio2.h:169)
by 0x49C2E81: g_vasprintf (gprintf.c:340)
by 0x4998EA0: g_strdup_vprintf (gstrfuncs.c:553)
by 0x4998F5C: g_strdup_printf (gstrfuncs.c:583)
by 0x1CA9584E: purple_demo_protocol_request_input_activate (purpledemoprotocolactions.c:203)
by 0x4DB5FBF: g_closure_invoke (gclosure.c:832)
by 0x4DE3D85: signal_emit_unlocked_R.isra.0 (gsignal.c:3796)
by 0x4DD3419: g_signal_emit_valist (gsignal.c:3549)
by 0x4DD3632: g_signal_emit (gsignal.c:3606)
by 0x581C784: g_simple_action_activate (gsimpleaction.c:227)
by 0x581B132: g_action_activate (gaction.c:399)
```
Testing Done:
Ran valgrind and confirmed above leaks were not there after opening Request Input and Request Fields.
Reviewed at https://reviews.imfreedom.org/r/2300/
|
28980
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
1 | /* |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
2 | * purple - Jabber Protocol Plugin |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
3 | * |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
4 | * Purple is the legal property of its developers, whose names are too numerous |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
5 | * to list here. Please refer to the COPYRIGHT file distributed with this |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
6 | * source distribution. |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
7 | * |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
8 | * This program is free software; you can redistribute it and/or modify |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
9 | * it under the terms of the GNU General Public License as published by |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
10 | * the Free Software Foundation; either version 2 of the License, or |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
11 | * (at your option) any later version. |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
12 | * |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
13 | * This program is distributed in the hope that it will be useful, |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
16 | * GNU General Public License for more details. |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
17 | * |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
18 | * You should have received a copy of the GNU General Public License |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
19 | * along with this program; if not, write to the Free Software |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
20 | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
21 | * |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
22 | */ |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
23 | |
|
39819
3554dac2991b
Standardize all protocol header guard macros.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
33650
diff
changeset
|
24 | #ifndef PURPLE_JABBER_NAMESPACES_H |
|
3554dac2991b
Standardize all protocol header guard macros.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
33650
diff
changeset
|
25 | #define PURPLE_JABBER_NAMESPACES_H |
|
28980
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
26 | |
|
28984
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
27 | #define NS_XMPP_BIND "urn:ietf:params:xml:ns:xmpp-bind" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
28 | #define NS_XMPP_CLIENT "jabber:client" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
29 | #define NS_XMPP_SASL "urn:ietf:params:xml:ns:xmpp-sasl" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
30 | #define NS_XMPP_SESSION "urn:ietf:params:xml:ns:xmpp-session" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
31 | #define NS_XMPP_STANZAS "urn:ietf:params:xml:ns:xmpp-stanzas" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
32 | #define NS_XMPP_STREAMS "http://etherx.jabber.org/streams" |
|
29864
76caf53857f5
jabber: The parser is namespace-aware, so don't match on "stream:features".
Paul Aurich <darkrain42@pidgin.im>
parents:
29103
diff
changeset
|
33 | #define NS_XMPP_TLS "urn:ietf:params:xml:ns:xmpp-tls" |
|
28984
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
34 | |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
35 | /* XEP-0012 Last Activity (and XEP-0256 Last Activity in Presence) */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
36 | #define NS_LAST_ACTIVITY "jabber:iq:last" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
37 | |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
38 | /* XEP-0030 Service Discovery */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
39 | #define NS_DISCO_INFO "http://jabber.org/protocol/disco#info" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
40 | #define NS_DISCO_ITEMS "http://jabber.org/protocol/disco#items" |
|
28980
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
41 | |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
42 | /* XEP-0047 IBB (In-band bytestreams) */ |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
43 | #define NS_IBB "http://jabber.org/protocol/ibb" |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
44 | |
|
28984
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
45 | /* XEP-0065 SOCKS5 Bytestreams */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
46 | #define NS_BYTESTREAMS "http://jabber.org/protocol/bytestreams" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
47 | |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
48 | /* XEP-0066 Out of Band Data (OOB) */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
49 | #define NS_OOB_IQ_DATA "jabber:iq:oob" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
50 | #define NS_OOB_X_DATA "jabber:x:oob" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
51 | |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
52 | /* XEP-0071 XHTML-IM (rich-text messages) */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
53 | #define NS_XHTML_IM "http://jabber.org/protocol/xhtml-im" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
54 | #define NS_XHTML "http://www.w3.org/1999/xhtml" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
55 | |
|
28980
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
56 | /* XEP-0084 v1.1 User Avatar */ |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
57 | #define NS_AVATAR_1_1_DATA "urn:xmpp:avatar:data" |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
58 | #define NS_AVATAR_1_1_METADATA "urn:xmpp:avatar:metadata" |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
59 | |
|
30474
3f649d2041db
jabber: Don't show resources that we know for sure isn't supporting the file
Marcus Lundblad <malu@pidgin.im>
parents:
30116
diff
changeset
|
60 | /* XEP-0096 SI File Transfer */ |
|
3f649d2041db
jabber: Don't show resources that we know for sure isn't supporting the file
Marcus Lundblad <malu@pidgin.im>
parents:
30116
diff
changeset
|
61 | #define NS_SI_FILE_TRANSFER "http://jabber.org/protocol/si/profile/file-transfer" |
|
3f649d2041db
jabber: Don't show resources that we know for sure isn't supporting the file
Marcus Lundblad <malu@pidgin.im>
parents:
30116
diff
changeset
|
62 | |
|
28997
5a05ac02bf3a
jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'.
Paul Aurich <darkrain42@pidgin.im>
parents:
28996
diff
changeset
|
63 | /* XEP-0124 Bidirectional-streams Over Synchronous HTTP (BOSH) */ |
|
5a05ac02bf3a
jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'.
Paul Aurich <darkrain42@pidgin.im>
parents:
28996
diff
changeset
|
64 | #define NS_BOSH "http://jabber.org/protocol/httpbind" |
|
5a05ac02bf3a
jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'.
Paul Aurich <darkrain42@pidgin.im>
parents:
28996
diff
changeset
|
65 | |
|
28984
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
66 | /* XEP-0191 Simple Communications Blocking */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
67 | #define NS_SIMPLE_BLOCKING "urn:xmpp:blocking" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
68 | |
|
28983
c7494d5f1440
Add the XEP# for ping, now that I'm hooked up to the interwebs.
Paul Aurich <darkrain42@pidgin.im>
parents:
28980
diff
changeset
|
69 | /* XEP-0199 Ping */ |
|
c7494d5f1440
Add the XEP# for ping, now that I'm hooked up to the interwebs.
Paul Aurich <darkrain42@pidgin.im>
parents:
28980
diff
changeset
|
70 | #define NS_PING "urn:xmpp:ping" |
|
c7494d5f1440
Add the XEP# for ping, now that I'm hooked up to the interwebs.
Paul Aurich <darkrain42@pidgin.im>
parents:
28980
diff
changeset
|
71 | |
|
28984
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
72 | /* XEP-0202 Entity Time */ |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
73 | #define NS_ENTITY_TIME "urn:xmpp:time" |
|
1d84517d56eb
jabber: More namespaces! This is a good stopping point for now.
Paul Aurich <darkrain42@pidgin.im>
parents:
28983
diff
changeset
|
74 | |
|
28996
8296bccbfd50
jabber: Delayed Delivery namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
28984
diff
changeset
|
75 | /* XEP-0203 Delayed Delivery (and legacy delayed delivery) */ |
|
8296bccbfd50
jabber: Delayed Delivery namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
28984
diff
changeset
|
76 | #define NS_DELAYED_DELIVERY "urn:xmpp:delay" |
|
8296bccbfd50
jabber: Delayed Delivery namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
28984
diff
changeset
|
77 | #define NS_DELAYED_DELIVERY_LEGACY "jabber:x:delay" |
|
8296bccbfd50
jabber: Delayed Delivery namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
28984
diff
changeset
|
78 | |
| 28998 | 79 | /* XEP-0206 XMPP over BOSH */ |
|
28997
5a05ac02bf3a
jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'.
Paul Aurich <darkrain42@pidgin.im>
parents:
28996
diff
changeset
|
80 | #define NS_XMPP_BOSH "urn:xmpp:xbosh" |
|
5a05ac02bf3a
jabber: Here's a good reason for the namespace defines. Fix a typo 'urn:xmpp:bosh'.
Paul Aurich <darkrain42@pidgin.im>
parents:
28996
diff
changeset
|
81 | |
|
28980
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
82 | /* XEP-0231 BoB (Bits of Binary) */ |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
83 | #define NS_BOB "urn:xmpp:bob" |
|
4a0f7340b539
jabber: Add the missing file and fix up the Google session namespaces
Paul Aurich <darkrain42@pidgin.im>
parents:
diff
changeset
|
84 | |
|
40103
0d8e52078bc7
Implement XEP-0233: XMPP Server Registration for use with Kerberos V5.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39819
diff
changeset
|
85 | /* XEP-0233 XMPP Server Registration for use with Kerberos V5 */ |
|
0d8e52078bc7
Implement XEP-0233: XMPP Server Registration for use with Kerberos V5.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39819
diff
changeset
|
86 | #define NS_XMPP_SERVER_REGISTRATION "urn:xmpp:domain-based-name:1" |
|
0d8e52078bc7
Implement XEP-0233: XMPP Server Registration for use with Kerberos V5.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
39819
diff
changeset
|
87 | |
|
29096
362b96f6f3da
jabber: Roster Versioning support.
Paul Aurich <darkrain42@pidgin.im>
parents:
28998
diff
changeset
|
88 | /* XEP-0237 Roster Versioning */ |
|
362b96f6f3da
jabber: Roster Versioning support.
Paul Aurich <darkrain42@pidgin.im>
parents:
28998
diff
changeset
|
89 | #define NS_ROSTER_VERSIONING "urn:xmpp:features:rosterver" |
|
362b96f6f3da
jabber: Roster Versioning support.
Paul Aurich <darkrain42@pidgin.im>
parents:
28998
diff
changeset
|
90 | |
|
29466
9263cce2f6b3
Added the "thumbs" namespace to namespaces.h
Marcus Lundblad <malu@pidgin.im>
parents:
28998
diff
changeset
|
91 | /* XEP-0264 File Transfer Thumbnails (Thumbs) */ |
|
9263cce2f6b3
Added the "thumbs" namespace to namespaces.h
Marcus Lundblad <malu@pidgin.im>
parents:
28998
diff
changeset
|
92 | #define NS_THUMBS "urn:xmpp:thumbs:0" |
|
9263cce2f6b3
Added the "thumbs" namespace to namespaces.h
Marcus Lundblad <malu@pidgin.im>
parents:
28998
diff
changeset
|
93 | |
|
40594
e32ab786a04f
Finally add XMPP Message Carbons XEP-0280
Gary Kramlich <grim@reaperworld.com>
parents:
40103
diff
changeset
|
94 | /* XEP-0280 Message Carbons */ |
|
e32ab786a04f
Finally add XMPP Message Carbons XEP-0280
Gary Kramlich <grim@reaperworld.com>
parents:
40103
diff
changeset
|
95 | #define NS_MESSAGE_CARBONS "urn:xmpp:carbons:2" |
|
e32ab786a04f
Finally add XMPP Message Carbons XEP-0280
Gary Kramlich <grim@reaperworld.com>
parents:
40103
diff
changeset
|
96 | |
|
e32ab786a04f
Finally add XMPP Message Carbons XEP-0280
Gary Kramlich <grim@reaperworld.com>
parents:
40103
diff
changeset
|
97 | /* XEP-0297 Stanza Forwarding */ |
|
e32ab786a04f
Finally add XMPP Message Carbons XEP-0280
Gary Kramlich <grim@reaperworld.com>
parents:
40103
diff
changeset
|
98 | #define NS_FORWARD "urn:xmpp:forward:0" |
|
e32ab786a04f
Finally add XMPP Message Carbons XEP-0280
Gary Kramlich <grim@reaperworld.com>
parents:
40103
diff
changeset
|
99 | |
|
39819
3554dac2991b
Standardize all protocol header guard macros.
Elliott Sales de Andrade <qulogic@pidgin.im>
parents:
33650
diff
changeset
|
100 | #endif /* PURPLE_JABBER_NAMESPACES_H */ |