mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 18:36:22 +00:00
Merge pull request #1381 from wstrm/fix-no-message
Fix messages with receipt request not displayed
This commit is contained in:
@@ -160,7 +160,6 @@ _message_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza, void *con
|
|||||||
xmpp_stanza_t *receipts = xmpp_stanza_get_child_by_ns(stanza, STANZA_NS_RECEIPTS);
|
xmpp_stanza_t *receipts = xmpp_stanza_get_child_by_ns(stanza, STANZA_NS_RECEIPTS);
|
||||||
if (receipts) {
|
if (receipts) {
|
||||||
_handle_receipt_received(stanza);
|
_handle_receipt_received(stanza);
|
||||||
return 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// XEP-0060: Publish-Subscribe
|
// XEP-0060: Publish-Subscribe
|
||||||
|
|||||||
Reference in New Issue
Block a user