mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Change formatting
This commit is contained in:
parent
8d8ef675cd
commit
14f33e54f6
@ -1234,11 +1234,12 @@ _handle_carbons(xmpp_stanza_t *const stanza)
|
||||
if (x) {
|
||||
message->encrypted = xmpp_stanza_get_text(x);
|
||||
}
|
||||
|
||||
// OX
|
||||
xmpp_stanza_t *ox = xmpp_stanza_get_child_by_ns(message_stanza, STANZA_NS_OPENPGP_0);
|
||||
if( ox ) {
|
||||
message->enc=PROF_MSG_ENC_OX;
|
||||
_handle_ox_chat(message_stanza,message, FALSE);
|
||||
_handle_ox_chat(message_stanza, message, FALSE);
|
||||
}
|
||||
|
||||
//TODO: maybe also add is_carbon maybe even an enum with outgoing/incoming
|
||||
|
Loading…
Reference in New Issue
Block a user