diff options
author | louiz’ <louiz@louiz.org> | 2016-09-04 21:04:21 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2016-09-04 22:58:38 +0200 |
commit | 3047bd41b212390da8e3a4dbcf351e79879042dd (patch) | |
tree | 3efbf79b20133bed649195e43625d3129ae164d0 /louloulibs | |
parent | 1140db3b88bb70cbcab044efa729707bd5a442f6 (diff) | |
download | biboumi-3047bd41b212390da8e3a4dbcf351e79879042dd.tar.gz biboumi-3047bd41b212390da8e3a4dbcf351e79879042dd.tar.bz2 biboumi-3047bd41b212390da8e3a4dbcf351e79879042dd.tar.xz biboumi-3047bd41b212390da8e3a4dbcf351e79879042dd.zip |
MAM results can be filtered by start and end dates
Diffstat (limited to 'louloulibs')
-rw-r--r-- | louloulibs/xmpp/xmpp_component.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/louloulibs/xmpp/xmpp_component.hpp b/louloulibs/xmpp/xmpp_component.hpp index 8359d05..b556ce2 100644 --- a/louloulibs/xmpp/xmpp_component.hpp +++ b/louloulibs/xmpp/xmpp_component.hpp @@ -30,6 +30,7 @@ #define MAM_NS "urn:xmpp:mam:1" #define FORWARD_NS "urn:xmpp:forward:0" #define CLIENT_NS "jabber:client" +#define DATAFORM_NS "jabber:x:data" /** * An XMPP component, communicating with an XMPP server using the protocole |