summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_nudge.inc
diff options
context:
space:
mode:
authorAlexey Kulakov <panda75@bk.ru>2014-01-15 21:10:20 +0000
committerAlexey Kulakov <panda75@bk.ru>2014-01-15 21:10:20 +0000
commit8182b383ff777c41459278bd517e4370c42fd78a (patch)
tree122d41c2a290bee7f15af1ae2fed4e6ea400c1a2 /plugins/ExternalAPI/delphi/m_nudge.inc
parent45ed02f2c6064fa41d59c01f457565365d22ae59 (diff)
sync
git-svn-id: http://svn.miranda-ng.org/main/trunk@7670 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_nudge.inc')
-rw-r--r--plugins/ExternalAPI/delphi/m_nudge.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/delphi/m_nudge.inc b/plugins/ExternalAPI/delphi/m_nudge.inc
index 6ec9faf64f..631a28f785 100644
--- a/plugins/ExternalAPI/delphi/m_nudge.inc
+++ b/plugins/ExternalAPI/delphi/m_nudge.inc
@@ -1,6 +1,13 @@
{$INFDEF NUDGE}
{$DEFINE NUDGE}
const
+// protocol service that sends a nudge
+ PS_SEND_NUDGE = '/SendNudge';
+
+// event to be create in protocol with its m_szModuleName
+ PE_NUDGE = '/Nudge';
+
+const
MS_SHAKE_CLIST = 'SHAKE/Service/ShakeClist';
MS_SHAKE_CHAT = 'SHAKE/Service/ShakeChat';
MS_SHAKE_CLIST_TRIGGER = 'SHAKE/Service/TriggerShakeClist';