| 39961:d508d5b5dd22 | 39962:c3ba045d5293 |
|---|---|
| 1 /** | 1 /** |
| 2 * @file simple.h | |
| 3 * | |
| 4 * purple | 2 * purple |
| 5 * | 3 * |
| 6 * Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de> | 4 * Copyright (C) 2005, Thomas Butter <butter@uni-mannheim.de> |
| 7 * | 5 * |
| 8 * This program is free software; you can redistribute it and/or modify | 6 * This program is free software; you can redistribute it and/or modify |
| 26 #include <glib.h> | 24 #include <glib.h> |
| 27 #include <gmodule.h> | 25 #include <gmodule.h> |
| 28 #include <gio/gio.h> | 26 #include <gio/gio.h> |
| 29 #include <time.h> | 27 #include <time.h> |
| 30 | 28 |
| 31 #include "circularbuffer.h" | 29 #include <purple.h> |
| 32 #include "network.h" | |
| 33 #include "proxy.h" | |
| 34 #include "protocol.h" | |
| 35 | 30 |
| 36 #include "sipmsg.h" | 31 #include "sipmsg.h" |
| 37 | 32 |
| 38 #define SIMPLE_BUF_INC 1024 | 33 #define SIMPLE_BUF_INC 1024 |
| 39 #define SIMPLE_REGISTER_RETRY_MAX 2 | 34 #define SIMPLE_REGISTER_RETRY_MAX 2 |