67P / hyperchannel

Kosmos Chat for the Web
Mozilla Public License 2.0
20 stars 3 forks source link

Send and handle leave messages for XMPP MUC #246

Closed galfert closed 3 years ago

galfert commented 3 years ago

Closes #239

During testing I noticed that Sockethub actually sends "online" presence updates for incoming "unavailable" stanzas. I've created an issue for that at https://github.com/sockethub/sockethub/issues/564.

This PR also deletes the creation of the ActivityStream object when leaving an IRC room, because I confirmed that it's not needed.

galfert commented 3 years ago

I've also added handling of the incoming "unavailable" presence updates that were fixed in https://github.com/sockethub/sockethub/pull/565. Now everything should be working dandy.

EDIT: Travis is green as well now.