Currently most of the logic of stompex is contained within 2 modules, which are now starting to get bloated. This will also make supporting all versions of STOMP a little tricky. I propose a restructuring of the library to split code into more than just the two modules, with a means of separating out logic for different STOMP versions.
Completely rewritten Stompex. v0.2.0 now on master. New functionality still required but codebase is a lot cleaner, and has better support (although not full) for all versions of specification
Currently most of the logic of stompex is contained within 2 modules, which are now starting to get bloated. This will also make supporting all versions of STOMP a little tricky. I propose a restructuring of the library to split code into more than just the two modules, with a means of separating out logic for different STOMP versions.
No plan as of yet on how this will be done.