Change formatting
This commit is contained in:
@@ -1234,6 +1234,7 @@ _handle_carbons(xmpp_stanza_t *const stanza)
|
|||||||
if (x) {
|
if (x) {
|
||||||
message->encrypted = xmpp_stanza_get_text(x);
|
message->encrypted = xmpp_stanza_get_text(x);
|
||||||
}
|
}
|
||||||
|
|
||||||
// OX
|
// OX
|
||||||
xmpp_stanza_t *ox = xmpp_stanza_get_child_by_ns(message_stanza, STANZA_NS_OPENPGP_0);
|
xmpp_stanza_t *ox = xmpp_stanza_get_child_by_ns(message_stanza, STANZA_NS_OPENPGP_0);
|
||||||
if( ox ) {
|
if( ox ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user