summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_nudge.inc
blob: dfc72e19db1798909b64c94b69edd904bffde42c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{$IFNDEF M_NUDGE}
{$DEFINE M_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        :PAnsiChar = 'SHAKE/Service/ShakeClist';
  MS_SHAKE_CHAT         :PAnsiChar = 'SHAKE/Service/ShakeChat';
  MS_SHAKE_CLIST_TRIGGER:PAnsiChar = 'SHAKE/Service/TriggerShakeClist';
  MS_SHAKE_CHAT_TRIGGER :PAnsiChar = 'SHAKE/Service/TirggerShakeChat';
  MS_NUDGE_SEND         :PAnsiChar = 'NUDGE/Send';

{$ENDIF}