Change Summary:
Fix typo.
Description: |
|
---|
Review Request #2609 — Created Sept. 5, 2023 and submitted
Information | |
---|---|
grim | |
pidgin/pidgin | |
default | |
Reviewers | |
pidgin | |
This will allow user interfaces to more gracefully handle conversations with
disconnected accounts and offline conversations.I didn't create a
purple_conversation_new_federated
as we don't have apurple_conversation_new
yet. I'm waiting on both of those untilPurpleConversation
is a final type.
Compiled and ran the unit tests only. Writing unit tests for this right now would require a custom
PurpleProtocol
as well as a customPurpleConnection
and maybe more. So I skipped for the time being as this is pretty straight forward.
Fix typo.
Description: |
|
---|
libpurple/purpleconversation.c (Diff revision 1) |
---|
No disconnecting from the old account? Or should this property be construct-only now?
rebase and address issues.
Commits: |
|
|||||||||
---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+434 -86) |