-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MongooseIM 1.6.0 #552
Merged
Merged
MongooseIM 1.6.0 #552
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
retries set to 0 didn't work in my test env which was 3 MongooseIM nodes connected into a cluster. When one node died both remaining nodes got `aborted` from `global:trans/4`. With retries set to 1 the transaction was run at least once. Yes, it is possible that both nodes will run the fun but only if there is little to clean after. Moreover current implementation always duplicates the job so on loaded system where there is more garbage to clean after dead node this solutions will work better.
XEP-0202: Entity Time
Removed obsolete namespace from mediated invitation stanza
…be also some database config lines
*Added test for archive muc purging
Issue 512
Fix failing offline_message test case in mam_SUITE
Database docs fix
Add xmerl otp lib for json encode/decode functions
Riak mam base
…essions Metrics - return cached value if unique sessions count crashes
Replace xml_stream with exml
1.6.0 changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This release includes:
Special thanks to our contributors: @rgrinberg, @vooolll, @syhpoon, @mweibel, @Stelminator, @larshesel, @ruanpienaar, @aszlig, @jonathanve, @gmodarelli
This release repo history