mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 17:08:11 +01:00
textsecure.MessageSender takes server url and credentials and returns a message sending interface configured for that server. Used a wrapper function to insert a TextSecureServer instance into sendmessage.js code at runtime. This will result in function duplication between different MessageSender objects, pending further refactoring to use prototypal inheritence. // FREEBIE