diff options
Diffstat (limited to 'plugins/ExternalAPI/delphi/m_nudge.inc')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_nudge.inc | 7 |
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';
|