hifi / heisenbridge

a bouncer-style Matrix IRC bridge
MIT License
241 stars 32 forks source link

implement user presence #254

Open maxaudron opened 1 year ago

maxaudron commented 1 year ago

When joining a channel a WHO is executed to gather initial AWAY status for all users in the channel. After that user presence is updated when further AWAY messages are received.

closes #41