fix for presences in MUCs, fix for memory limit in message history, fix for message line resizing, started working on messages

This commit is contained in:
Blue 2019-09-10 17:33:39 +03:00
parent 139c0de0e3
commit 0574d6f72b
15 changed files with 332 additions and 95 deletions

View file

@ -128,6 +128,7 @@ public:
void setForwarded(bool fwd);
void setType(Type t);
void setCurrentTime();
void setOutOfBandUrl(const QString& url);
QString getFrom() const;
QString getFromJid() const;
@ -142,6 +143,9 @@ public:
bool getOutgoing() const;
bool getForwarded() const;
Type getType() const;
bool hasOutOfBandUrl() const;
bool storable() const;
QString getOutOfBandUrl() const;
QString getPenPalJid() const;
QString getPenPalResource() const;
@ -162,6 +166,7 @@ private:
Type type;
bool outgoing;
bool forwarded;
QString oob;
};
static const std::deque<QString> fallbackAvailabilityThemeIconsLightBig = {