mirror of
https://github.com/bqv/weechat-xmpp/
synced 2024-11-16 06:13:02 +00:00
pgp deredundancy
This commit is contained in:
parent
0322e7d20a
commit
a384787413
@ -948,6 +948,8 @@ void channel__send_message(struct t_account *account, struct t_channel *channel,
|
||||
xmpp_stanza_add_child(message, message__x);
|
||||
xmpp_stanza_release(message__x);
|
||||
|
||||
xmpp_message_set_body(message, PGP_ADVICE);
|
||||
|
||||
weechat_printf(channel->buffer, "[~]\t%s%s: PGP", weechat_color("gray"), account_jid(account));
|
||||
}
|
||||
if (url)
|
||||
|
2
omemo.h
2
omemo.h
@ -5,6 +5,8 @@
|
||||
#ifndef _WEECHAT_XMPP_OMEMO_H_
|
||||
#define _WEECHAT_XMPP_OMEMO_H_
|
||||
|
||||
extern const char *OMEMO_ADVICE;
|
||||
|
||||
struct t_identity
|
||||
{
|
||||
uint8_t *key;
|
||||
|
Loading…
Reference in New Issue
Block a user