Sat, 22 Nov 2008 18:53:48 +0000 |
Paul Aurich |
Make capstable caps.c-only and add a jabber_caps_uninit() function
|
Sat, 22 Nov 2008 18:30:01 +0000 |
Paul Aurich |
jabber_contact_info is no longer used
|
Sat, 22 Nov 2008 18:26:45 +0000 |
Paul Aurich |
Sprinkle around more support for xml:lang on JabberIdentities
|
Sat, 22 Nov 2008 04:32:11 +0000 |
Paul Aurich |
const this in order to enforce the don't-you-dare-change-this
|
Sat, 22 Nov 2008 01:05:42 +0000 |
Paul Aurich |
Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
|
Sat, 22 Nov 2008 00:51:16 +0000 |
Paul Aurich |
Rename some structs and the JabberCapsClientInfo destruction function
|
Sat, 22 Nov 2008 00:42:56 +0000 |
Paul Aurich |
Whitespace and formatting changes
|
Fri, 21 Nov 2008 23:44:30 +0000 |
Paul Aurich |
Rework jabber_caps_calculate_hash
|
Fri, 21 Nov 2008 22:00:05 +0000 |
Paul Aurich |
Clean up jabber_caps_client_iqcb
|
Fri, 21 Nov 2008 20:30:21 +0000 |
Paul Aurich |
Whitespace cleanup (no functional changes, just unwrap the huge if block and
|
Fri, 21 Nov 2008 20:10:02 +0000 |
Paul Aurich |
Error checking and use g_list_foreach
|
Fri, 21 Nov 2008 18:50:43 +0000 |
Paul Aurich |
Don't crash if the lang attribute of an identity is NULL
|
Fri, 21 Nov 2008 18:24:31 +0000 |
Paul Aurich |
Remove JabberCapsIdentity and just use JabberIdentity everywhere
|
Fri, 21 Nov 2008 17:52:56 +0000 |
Paul Aurich |
Whitespace, formatting, and // -> /* */
|
Fri, 21 Nov 2008 17:47:12 +0000 |
Paul Aurich |
Use strcmp instead of a wrapper
|
Fri, 21 Nov 2008 08:28:50 +0000 |
Paul Aurich |
constify, ifdef out an old-caps remnant, and rewrite a little
|