cleansend
Version:
A TypeScript implementation of the OpenMsg Protocol - secure, decentralized messaging system with end-to-end encryption for cross-domain communication
18 lines • 706 B
TypeScript
/**
* OpenMsg Setup and Testing Routes
*
* This module provides administrative and testing endpoints for the OpenMsg
* protocol. These endpoints facilitate connection establishment, message sending,
* and pass code generation for development and testing purposes.
*
* Testing Features:
* - Initiate handshakes with other OpenMsg users
* - Send messages to connected users
* - Generate one-time pass codes for authentication
*
* Note: In production, these endpoints would typically be integrated
* into a user interface or replaced with user authentication systems.
*/
declare const router: import("express-serve-static-core").Router;
export default router;
//# sourceMappingURL=setup.d.ts.map