Message statuses #10
Labels
No labels
Bug
Documentation
Easy
Feature
Localization
Packaging
Refactoring
Test
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: blue/squawk#10
Loading…
Add table
Add a link
Reference in a new issue
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