ammgws / hangouts_client

Class for sending/receiving messages on Google Hangouts
0 stars 1 forks source link

Add roster ready notification #2

Open ammgws opened 7 years ago

ammgws commented 7 years ago

The XMPP roster takes some time to update after first connecting to Hangouts. Thus if you do not wait before attempting to send a message, then it will not succeed as the recipient will not yet have been added to the roster despite actually being online.

Perhaps there is a way to find out if the roster has finished updating?