comparison: libpurple/protocols/jabber/caps.c
libpurple/protocols/jabber/caps.c
- branch
- vv.ticket34
- changeset 22648
- e286d795c5f9
- parent 21720
- 235394d5c7f4
- child 26117
- 69b9346d3e48
equal
deleted
inserted
replaced
| 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 |