-
Notifications
You must be signed in to change notification settings - Fork 108
Description
Please add "Edit" option into quick response menu when user does one tap on own message and implement this function in the mobile client app.
I guess you can just post the old message content into message entry box and let the user edit it there, then when user hits the standard "Send" button, the old message will be replaced with the new one.
Implementation notes:
For the plugin to work properly, you need to send the following stanza: <message from="olek@localhost" id="1635229272917013" to="test_olek@conference.localhost" type="groupchat"> <body>Wow</body> <replace id="1635229272917013" xmlns="urn:xmpp:message-correct:0"/> </message> And all users in room will receive next: <message xmlns="jabber:client" xml:lang="en" to="olek@localhost/1216574346180782548712130" from="test_olek@conference.localhost/olek" type="groupchat" id="1635229272917013"> <archived by="test_olek@conference.localhost" id="1635233863744841" xmlns="urn:xmpp:mam:tmp"/> <stanza-id by="test_olek@conference.localhost" id="1635233863744841" xmlns="urn:xmpp:sid:0"/> <replace xmlns="urn:xmpp:message-correct:0" id="1635229272917013"/> <body>Wow</body> </message>