Skip to content

v0.2.5

Choose a tag to compare

@DinoThor DinoThor released this 08 Apr 09:03
· 151 commits to master since this release
9e8f423
  • Various fix in minor bugs
  • Refact code from server init + StreamHandler
  • Fix bad transport update on TLS Worker
  • Created new Parameter class. Now, the Server class only takes one argument, the parameter class, decoupling the configuration of the server, and allowing to load from a JSON, as well as dump/load to/from pickle files.
  • Fix bound between host and port. E. g., the "test@localhost" and "testing@127.0.0.1" now can send and receive message stanzas between them.