| 39 * |
39 * |
| 40 * --------------------------------------------------------------------------*/ |
40 * --------------------------------------------------------------------------*/ |
| 41 |
41 |
| 42 #include "lib.h" |
42 #include "lib.h" |
| 43 |
43 |
| |
44 #ifdef _WIN32 |
| |
45 #include "win32dep.h" |
| |
46 #endif |
| |
47 |
| 44 /* util for making presence packets */ |
48 /* util for making presence packets */ |
| 45 xmlnode jutil_presnew(int type, char *to, char *status) |
49 xmlnode jutil_presnew(int type, char *to, char *status) |
| 46 { |
50 { |
| 47 xmlnode pres; |
51 xmlnode pres; |
| 48 |
52 |