matrixchat

package
v1.0.260758 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2026 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

Package matrixchat is a text-only Matrix client — login, room list, timeline, send text. Connects to an existing homeserver (matrix.org or any other); TTYPE Desk never runs or manages a chat backend of its own. E2EE is explicitly out of scope for this first pass (a real, separate undertaking — device verification, key backup, cross-signing — not an incremental add); Phase 2 in ROADMAP.md terms.

This is no longer a built-in app — install via the App Store (see docs/appstore.md) or build cmd/matrixchat directly. It runs out-of-process, via pkg/extapprun, unchanged from its original in-process form (its uiapp.App/Context/Host usage never depended on AppSurface specifics) — see docs/extapp.md.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	// contains filtered or unexported fields
}

App is the Chat window.

func New

func New() *App

func (*App) Close

func (a *App) Close() error

func (*App) Draw

func (a *App) Draw(cv *uiapp.Canvas) error

func (*App) Handle

func (a *App) Handle(e uiapp.Event) error

func (*App) Init

func (a *App) Init(ctx *uiapp.Context) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL