openclaw/extensions/nextcloud-talk
thomas.szbay a9e2b06812
fix(nextcloud-talk): align supported message actions (#104906)
Nextcloud Talk's supportsAction advertised support for all non-send
actions (including delete, pin, edit, read), but the handler only
implements 'react'. Unsupported actions passed the dispatcher boundary
check only to fail inside the handler.

This aligns supportsAction with actual implementation, matching the
pattern from PR #104788 (Signal adapter fix).
2026-07-12 06:28:07 +01:00
..
src fix(nextcloud-talk): align supported message actions (#104906) 2026-07-12 06:28:07 +01:00
api.ts
channel-plugin-api.ts
doctor-contract-api.ts
index.ts
npm-shrinkwrap.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
openclaw.plugin.json fix(plugins): remove simpleicons icon color paths (#95987) 2026-06-23 12:16:02 -07:00
package.json chore(release): set version to 2026.7.2 2026-07-11 04:00:49 +01:00
README.md
runtime-api.ts
secret-contract-api.ts
setup-entry.ts
tsconfig.json

OpenClaw Nextcloud Talk

Official OpenClaw channel plugin for Nextcloud Talk conversations.

Install from OpenClaw:

openclaw plugin add @openclaw/nextcloud-talk

Configure the Nextcloud server and Talk credentials in OpenClaw, then enable the conversations where agents should receive and send messages.