diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-15 05:17:55 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2008-07-15 05:17:55 +0000 |
commit | e8e794f67af810a895de3fb1b4bfbeda52b19429 (patch) | |
tree | 11f645baa24118e68d8357dcc37c205e3895d2b5 /meta2/common.h | |
parent | e26ea67fde76cda8921df49b73c47fd247968b8e (diff) |
suggested changes by Drugwash
added patch to create service override service in core
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@423 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'meta2/common.h')
-rw-r--r-- | meta2/common.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta2/common.h b/meta2/common.h index c0c9110..59378c9 100644 --- a/meta2/common.h +++ b/meta2/common.h @@ -49,10 +49,14 @@ #include <m_utils.h>
#include <m_ignore.h>
-#include <m_metacontacts.h>
#include <m_yapp.h>
#include <m_updater.h>
+#ifndef PF4_IMSENDOFFLINE
+#define PF4_IMSENDOFFLINE 0x00000100 // protocol is able to send offline messages (v.0.8.0+ 2007/10/3)
+#endif
+
+#include "m_metacontacts.h"
#include "collection.h"
////////////
|