-
-
libpurple/purpleconversation.c (Diff revision 1) No timestamp? Or is there a reason not to use
purple_message_new_outgoing
like the other cases?
Use PurpleProtocolConversation if it's available when sending a message.
Review Request #2614 — Created Sept. 12, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
|
|
2615 | |
Reviewers | |
pidgin | |
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 | |
---|---|
Description | From | Last Updated |
---|---|---|
No timestamp? Or is there a reason not to use purple_message_new_outgoing like the other cases? |
|
Change Summary:
use purple_message_new_outgoing. Tested by sending some dm's on ircv3.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+80 -2) |