libpurple/protocols/jabber/caps.c

branch
vv
changeset 26337
ec2fc1bc9024
parent 26042
4dabdb5fe213
parent 26117
69b9346d3e48
child 26482
72d16a73cf12
equal deleted inserted replaced
26044:133e5eca834c 26337:ec2fc1bc9024
24 #include "caps.h" 24 #include "caps.h"
25 #include <string.h> 25 #include <string.h>
26 #include "internal.h" 26 #include "internal.h"
27 #include "util.h" 27 #include "util.h"
28 #include "iq.h" 28 #include "iq.h"
29
29 30
30 #define JABBER_CAPS_FILENAME "xmpp-caps.xml" 31 #define JABBER_CAPS_FILENAME "xmpp-caps.xml"
31 32
32 static GHashTable *capstable = NULL; /* JabberCapsKey -> JabberCapsValue */ 33 static GHashTable *capstable = NULL; /* JabberCapsKey -> JabberCapsValue */
33 34

mercurial