mod_mam: Update to use 'archive' storage type. Note: this breaks support with 0.9 and older.
|
Kim Alvefur |
2013-07-13 |
mod_mam: Swap first and last first for a simpler argument to RSM in reverse queries
|
Kim Alvefur |
2013-07-13 |
mod_mam: Neater reply building
|
Kim Alvefur |
2013-07-12 |
mod_mam: Use more specific hook
|
Kim Alvefur |
2013-07-12 |
mod_mam: Split out preference functions into a lib for easy reuse
|
Kim Alvefur |
2013-07-12 |
mod_mam: Stamp <archived> on incoming stanzas after archiving them
|
Kim Alvefur |
2013-06-29 |
mod_mam: The forwarded message should be a child of the MAM result element
|
Kim Alvefur |
2013-06-29 |
mod_mam: Report the total number of messages, not how many messages were sent during the query
|
Kim Alvefur |
2013-04-11 |
mod_mam: Implemented an empty <before/>, to request the last n items in the archive.
|
Thijs Alkemade |
2013-01-27 |
mod_mam: Fix variable name, blame autocomplete
|
Kim Alvefur |
2012-08-27 |
mod_mam: Report id of first item and number of items sent.
|
Kim Alvefur |
2012-08-16 |
mod_mam: Change storage format to store bare JID + resource.
|
Kim Alvefur |
2012-08-16 |
mod_mam: remove useless check
|
Kim Alvefur |
2012-08-16 |
mod_mam: Stricter validation, reject invalid timestamps, jids.
|
Kim Alvefur |
2012-07-27 |
mod_mam: Enforce max results even if RSM isn't used.
|
Kim Alvefur |
2012-06-11 |
mod_mam: Fix typo
|
Kim Alvefur |
2012-06-08 |
mod_mam: Enforce a max number of items returned, with a default.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Move RSM pointer to last message into a MAM-namespaced child
|
Kim Alvefur |
2012-06-08 |
mod_mam: Fix issue with get_text() and clean some unneeded variables.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Implement support for Result Set Management in queries.
|
Kim Alvefur |
2012-06-08 |
mod_mam: Put name of store in a single variable
|
Kim Alvefur |
2012-05-24 |
mod_mam: Remove unused local
|
Kim Alvefur |
2012-05-24 |
mod_mam: Break when the message is more recent than the range requested
|
Kim Alvefur |
2012-05-24 |
mod_mam: local tostring and some comments
|
Kim Alvefur |
2012-05-24 |
mod_mam: From the spec: servers SHOULD NOT archive messages that do not have a <body/> child tag.
|
Thijs Alkemade |
2012-05-24 |
mod_mam: Add the UID to the <result> when sending an archived message back.
|
Thijs Alkemade |
2012-05-21 |
mod_mam: Update header
|
Kim Alvefur |
2012-04-22 |
mod_mam: Remove archived tag, as this was dropped from the submitted spec
|
Kim Alvefur |
2012-04-19 |
mod_mam: Bumb priority up above carbons, so that archive ids are included
|
Kim Alvefur |
2012-02-28 |
mod_mam: Add missing up()
|
Kim Alvefur |
2012-02-28 |
mod_mam: Try to not bork when sending a message to your bare jid
|
Kim Alvefur |
2012-02-28 |
mod_mam: Store the message id more accessible.
|
Kim Alvefur |
2012-01-15 |
mod_mam: Implement archiving preferences.
|
Kim Alvefur |
2012-01-15 |
mod_mam: Add experimental implementation of the Message Archive Management ProtoXEP
|
Kim Alvefur |
2012-01-06 |