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

Getting lots of client_conversation events #58

Open
djacobow opened this issue Nov 5, 2016 · 2 comments
Open

Getting lots of client_conversation events #58

djacobow opened this issue Nov 5, 2016 · 2 comments

Comments

@djacobow
Copy link

djacobow commented Nov 5, 2016

I'm working on a bot. It seems that whenever I receive a chat message, or whenever I send a message, I always get a client_conversation event. So pretty much with any chat message in any direction.

I think my code wasnt always doing this, so I'm thinking i changed something that changed the behavior. Any idea what that might be?

Or maybe this is normal?

I also notice that when i interact with my bot, all my devices ring, not just the one that I'm using at the time. Is that related?

Thanks!

@hastebrot
Copy link

hastebrot commented Nov 5, 2016

I always get a client_conversation event. So pretty much with any chat message in any direction.

I started coding for my bot a few months ago, based on hangupsjs, and this seems to be normal. It is also preferable, because I can run a bot and chat normally using the same account.

The XMPP bridge in Google Hangouts (not used by hangupsjs) has some limitations and never broadcasts own messages back or AFAIR to other devices for the same user.

@djacobow
Copy link
Author

djacobow commented Nov 5, 2016

Hmm, ok. Well, perhaps I will not worry about it, then. :-)

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