0

Does ejabberd have this kind of mod? mod_offline_stub

Correct me if im wrong, moongooseIM stores the messages even if <service-unavailable/> on mod_mam if user exists.

Does ejabberd have this kind of functionality? Basically archive the unsent messages for later retrieval. I don't want to use mod_offline because Flexible Offline Retrieval is only available in Business Edition.

Jan
  • 3,393
  • 4
  • 21
  • 47

1 Answers1

2
  1. Recent ejabberd version stores messages in MAM before storing them offline
  2. Flexible Offline Message Retrieval is available in community version actually.
user2610053
  • 516
  • 2
  • 7
  • is there client on windows or mac, i can test xep-0013? – Jan Jul 24 '17 at 04:41
  • it's good that it stores it in MAM, so I can just purge the unwanted stuff and only get the latest per sender – Jan Jul 24 '17 at 04:42