]> Entropealabs - wampex_router.git/commit
move files around to allow for Wampex.Server namespace
authorChristopher <chris@entropealabs.com>
Tue, 10 Mar 2020 00:50:58 +0000 (19:50 -0500)
committerChristopher <chris@entropealabs.com>
Tue, 10 Mar 2020 00:50:58 +0000 (19:50 -0500)
commit101190dacd9e33f6f445c98c9b5d9e2995d84a93
treef99e626fefa30c409c4274cf548f1170139c8656
parentcdb4812e8936f20afee04d1f2d4cb9946afa3fbf
move files around to allow for Wampex.Server namespace
23 files changed:
README.md
coveralls.json
lib/authentication.ex [moved from lib/wampex/authentication.ex with 100% similarity]
lib/client.ex [new file with mode: 0644]
lib/client/session.ex [moved from lib/wampex/session.ex with 96% similarity]
lib/client/transports/web_socket.ex [moved from lib/wampex/transports/web_socket.ex with 97% similarity]
lib/realm.ex [moved from lib/wampex/realm.ex with 100% similarity]
lib/role.ex [moved from lib/wampex/role.ex with 100% similarity]
lib/roles/callee.ex [moved from lib/wampex/roles/callee.ex with 98% similarity]
lib/roles/caller.ex [moved from lib/wampex/roles/caller.ex with 97% similarity]
lib/roles/peer.ex [moved from lib/wampex/roles/peer.ex with 98% similarity]
lib/roles/publisher.ex [moved from lib/wampex/roles/publisher.ex with 95% similarity]
lib/roles/subscriber.ex [moved from lib/wampex/roles/subscriber.ex with 97% similarity]
lib/router.ex [new file with mode: 0644]
lib/serializer.ex [moved from lib/wampex/serializer.ex with 100% similarity]
lib/serializers/json.ex [moved from lib/wampex/serializers/json.ex with 90% similarity]
lib/serializers/message_pack.ex [moved from lib/wampex/serializers/message_pack.ex with 92% similarity]
lib/transport.ex [moved from lib/wampex/transport.ex with 88% similarity]
lib/wampex.ex
priv/client.json [moved from priv/session.json with 100% similarity]
test/support/test_callee.ex
test/support/test_subscriber.ex
test/wampex_test.exs