summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/delphi/m_nudge.inc
blob: 631a28f7853f5e29b1b0ff9720d70bc4985e8718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{$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';
  MS_SHAKE_CHAT_TRIGGER  = 'SHAKE/Service/TirggerShakeChat';
  MS_NUDGE_SEND          = 'NUDGE/Send';
{$ENDIF}