FluuxIO / go-xmpp

Native Go XMPP library
https://www.process-one.net/
BSD 3-Clause "New" or "Revised" License
318 stars 63 forks source link

Fix updating of EventManager.CurrentState #136

Closed wichert closed 4 years ago

wichert commented 4 years ago

The EventManager methods did not use a pointer as receiver, which caused updates of CurrentState to be lost.