forked from blue/squawk
workaround for ejabberd history fetching
This commit is contained in:
parent
eba33bea8a
commit
9834fc33e8
4 changed files with 24 additions and 20 deletions
|
@ -62,7 +62,7 @@ signals:
|
|||
void nameChanged(const QString& name);
|
||||
void subscriptionStateChanged(Shared::SubscriptionState state);
|
||||
void historyResponse(const std::list<Shared::Message>& messages);
|
||||
void needHistory(const QString& before, const QString& after);
|
||||
void needHistory(const QString& before, const QString& after, const QDateTime& afterTime = QDateTime());
|
||||
|
||||
public:
|
||||
const QString jid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue