Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # default event message to send (socket mode)
  2. # 0: Null Mode
  3. # No messages are sent to the client
  4. # 1: Watcher Mode
  5. # The client receives only messages of type WATCHER_EVENT_MSG
  6. # for which the status flag is set to one
  7. # (i.e. messages indicating the exit of a validated viewer).
  8. # 2: Tracked Watcher Mode
  9. # The client receives all messages of type WATCHER_EVENT_MSG.
  10. default_event_mode = 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement