forked from raiden-network/raiden
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract user/address mapping and presence handling from Matrix transport
- Extract the user/address mapping and presence handling into a separate utility class (`UserAddressManager`) - This allows the services to use this functionality as well (Fixes raiden-network#3720) - Complete unit test coverage of the new `UserAddressManager` Refs: raiden-network#3124, raiden-network#3252
- Loading branch information
Showing
5 changed files
with
538 additions
and
138 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.