We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
oh wow! thanks! i'll update the documentation right now!
Sorry, something went wrong.
bbbeb4f
No branches or pull requests
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)
easter_egg: Is triggered when anyone in the conversation triggers an easter egg (eg /ponies)
self_presence: This seems to trigger every now and then, not sure what the values represent but here is a sample dump of it
presence: Again this seems to trigger every now and then I couldn't get it to consistantly trigger but here is a dump
I hope this is a little bit helpful
The text was updated successfully, but these errors were encountered: