diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-04-06 15:21:45 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-04-06 15:33:01 +0200 |
commit | 067bc690f28f32b59714579608a5f1469b1f5212 (patch) | |
tree | d62b6ea7402372fde6b9e933fe807593439705d8 /src/xmpp | |
parent | 0942d98c6116dc4b9b608e7483f1d6a8f62c84d7 (diff) | |
download | profani-tty-067bc690f28f32b59714579608a5f1469b1f5212.tar.gz |
Adapt win_print_history() to work with muc too
Diffstat (limited to 'src/xmpp')
-rw-r--r-- | src/xmpp/xmpp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/xmpp.h b/src/xmpp/xmpp.h index 4d5d8279..02d62d01 100644 --- a/src/xmpp/xmpp.h +++ b/src/xmpp/xmpp.h @@ -126,6 +126,7 @@ typedef enum { PROF_MSG_ENC_OMEMO } prof_enc_t; +// TODO: ProfMessage needs a 'type' field like we have in sql db. then we can know whether each message is a chat, muc, mucpm typedef struct prof_message_t { Jid *jid; char *id; |