Message statuses #10
Labels
No Label
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#10
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Need to show that the message was successfully sent or it didn't go due some error; that the message was delivered or read
Well, it's sort of done for now.
There is a weak spot about sending the message, it's not possible to really tell if the message was actually sent, so, it's just considered to be sent if the qxmpp::sendPacket returns true.
Gonna need to do more about it in the future