This repository has been archived by the owner on Jan 19, 2020. It is now read-only.
ecomponent-1.0.0
I think it's the real moment to release ecomponent as 1.0.0. The work was hard but the result is great, all the features achieved is working well and there're several systems in production that can be used as success stories about the battle tested of ecomponent.
We release today:
- Simplification, remove folsom_cowboy and confetti to simplify the configuration and gives the freedom to select what way you want to gather the stats from the system (cowboy, mochiweb, snmp, ...)
- Connections to another nodes, it's possible to use type node and send the stanzas to another nodes in the cluster, instead of send them throught a XMPP connection.
- Throttle disable, now it's possible to disable the throttle (very useful for internal systems).
- Active/Passive connections, now you can use passive connections for only receive stanzas or use only in case you hasn't active connections available.
- Pool of connections, can create a number of connections to the XMPP server to balance the requests.
- Functional testing, test your code using a XML format in a easy way with custom configuration for each test, mockups and start and stop code.
And a lot of fixes. Enjoy!