WuKongIM Docs

API & Protocols

Reference Product HTTP, operations HTTP, webhooks, WKProto, and internal-interface boundaries.

This section classifies every current source interface by audience and protocol. Public contracts are downloadable; private, conditional, and experimental entries are documented as boundaries, not compatibility promises.

Usage boundaries

  • Product HTTP is for trusted backends only; do not expose it directly to browsers or mobile clients.
  • Operations HTTP and Manager belong on an isolated operator network; they are separate contracts.
  • JSON-RPC supports CONNECT, ping, online SEND/SENDACK, and RECV/RECVACK for the pinned EasySDKs; batches, subscriptions, offline sync, and general-purpose RPC are outside that contract.
  • HTTP status, endpoint responses, and CONNACK/SENDACK Reason Codes belong to separate layers and must be handled separately.
  • See API Compatibility for version coverage and Error Responses for failure handling.

On this page