about summary refs log tree commit diff stats
path: root/src/xmpp/xmpp.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-06 15:21:45 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-06 15:33:01 +0200
commit067bc690f28f32b59714579608a5f1469b1f5212 (patch)
treed62b6ea7402372fde6b9e933fe807593439705d8 /src/xmpp/xmpp.h
parent0942d98c6116dc4b9b608e7483f1d6a8f62c84d7 (diff)
downloadprofani-tty-067bc690f28f32b59714579608a5f1469b1f5212.tar.gz
Adapt win_print_history() to work with muc too
Diffstat (limited to 'src/xmpp/xmpp.h')
-rw-r--r--src/xmpp/xmpp.h1
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;