67P / hyperchannel

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

Add incoming message corrections #261

Closed raucao closed 2 years ago

raucao commented 2 years ago

Works in combination with sockethub/sockethub#649 (and will simply show additional messages when used with Sockethub versions that do not support it).

Adds the stanza ID as a new, separate property for message objects (needed for MAM), while the Sockethub change switches the ActivityStream object's "id" property to the XMPP <message> element's "id" attribute.

Left to do:

refs #245