summaryrefslogtreecommitdiff
path: root/src/database/database.hpp
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-02-13 03:51:03 +0100
committerlouiz’ <louiz@louiz.org>2018-02-13 03:51:03 +0100
commit4a2a280d76e45e165d5c4657f4a46eebf71594bf (patch)
tree118d8a448f5af21f66a35f30cc375f37ce4273ff /src/database/database.hpp
parent50d3c4a0b20a4fde582d186e4c9a2226755b1a04 (diff)
downloadbiboumi-4a2a280d76e45e165d5c4657f4a46eebf71594bf.tar.gz
biboumi-4a2a280d76e45e165d5c4657f4a46eebf71594bf.tar.bz2
biboumi-4a2a280d76e45e165d5c4657f4a46eebf71594bf.tar.xz
biboumi-4a2a280d76e45e165d5c4657f4a46eebf71594bf.zip
Support the <before/> element in MAM requests
Diffstat (limited to 'src/database/database.hpp')
-rw-r--r--src/database/database.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/database/database.hpp b/src/database/database.hpp
index 9c483f4..ce7595b 100644
--- a/src/database/database.hpp
+++ b/src/database/database.hpp
@@ -126,7 +126,7 @@ class Database
*/
static std::vector<MucLogLine> get_muc_logs(const std::string& owner, const std::string& chan_name, const std::string& server,
int limit=-1, const std::string& start="", const std::string& end="",
- const Id::real_type after_id=Id::unset_value, Paging=Paging::first);
+ const Id::real_type reference_record_id=Id::unset_value, Paging=Paging::first);
/**
* Get just one single record matching the given uuid, between (optional) end and start.