Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Information #10

Closed
vigoren opened this issue May 27, 2015 · 1 comment
Closed

Event Information #10

vigoren opened this issue May 27, 2015 · 1 comment

Comments

@vigoren
Copy link

vigoren commented May 27, 2015

Hello!

I have been playing around with your library and testing the events that need to be investigated and this is what I have found so far.

notification_level: Is triggered when you logged in user changes checks or unchecks the notifications option (activated once save is clicked)

[ [ 'Convo_ID', [length]: 1 ],
  10,
  0,
  1432694425198000,
  [length]: 4,
  _header: { active_client_state: { k: 'NO_ACTIVE_CLIENT', v: 0 },
    request_trace_id: '-4970867828236569204',
    current_server_time: 1432694425198000 } ]

easter_egg: Is triggered when anyone in the conversation triggers an easter egg (eg /ponies)

[ [ 'User_Who_Sent_ID', 'User_Who_Sent_ID', [length]: 2 ],
  [ 'Convo_ID', [length]: 1 ],
  [ 'ponies', null, 1, [length]: 3 ],
  [length]: 3,
  _header: { active_client_state: { k: 'NO_ACTIVE_CLIENT', v: 0 },
    request_trace_id: '8665677000454308538',
    current_server_time: 1432694257109000 } ]

self_presence: This seems to trigger every now and then, not sure what the values represent but here is a sample dump of it

[ [ [ 'lcsw_hangoutsDC655C9D', '129CC29950A5EBDF', [length]: 2 ],
    40,
    [length]: 2 ],
  [length]: 1,
  _header: { active_client_state: { k: 'OTHER_CLIENT_IS_ACTIVE', v: 2 },
    request_trace_id: '-8193790167963770717',
    current_server_time: 1432694783833000 } ]

presence: Again this seems to trigger every now and then I couldn't get it to consistantly trigger but here is a dump

[ [ [ [ '113416088583634280153', '113416088583634280153', [length]: 2 ],
      [ 1, 0, [length]: 2 ],
      [length]: 2 ],
    [length]: 1 ],
  [length]: 1,
  _header: { active_client_state: { k: 'NO_ACTIVE_CLIENT', v: 0 },
    request_trace_id: '-863313235872582273',
    current_server_time: 1432694728248000 } ]

I hope this is a little bit helpful

@algesten
Copy link
Collaborator

oh wow! thanks! i'll update the documentation right now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants