yakyak / hangupsjs

google hangouts client library for nodejs
226 stars 46 forks source link

Mood is no longer supported #140

Open b1llab0ng opened 2 years ago

b1llab0ng commented 2 years ago

When submitting presence/setpresence, Hangout server returns an error that the Mood feature is no longer supported. I removed the mood parameter from the body header. Hangupsjs still works and stopped retunring the Mood error message. I did a dirty patch to test that I could get rid of this error message by simply removing the line #367 from client.coffee (v1.4.0-beta), and it worked. For a clean job, would need to remove mood references throughout the code.