Use PurpleProtocolConversation if it's available when sending a message.
Review Request #2614 — Created Sept. 12, 2023 and submitted
Eventually PurpleConversation.send will be going away, but for now we'll use the PurpleProtocolConversation interface if it is available to send messages rather than the PurpleProtocolChat and PurpleProtocolIM interfaces.
Send message with the IRCv3 protocol updates from /r/2615 without issue. Also sent messages via xmpp to an im and a chat.
Summary | ID |
---|---|
63ac8347baac697a1c71bb56c5d2b8435f63b593 |
Description | From | Last Updated |
---|---|---|
No timestamp? Or is there a reason not to use purple_message_new_outgoing like the other cases? |
QuLogic |
- Change Summary:
-
use purple_message_new_outgoing. Tested by sending some dm's on ircv3.
- Commits:
-
Summary ID b5832535a17b2cdd320688a1260e6ccdfe6ee329 63ac8347baac697a1c71bb56c5d2b8435f63b593 - Diff:
-
Revision 2 (+80 -2)