Module xmpp_parsers::rtt

source ·
Expand description

XEP-0301: In-Band Real Time Text

Enums

  • Events for real-time text.

Structs

  • Supports the transmission of text, including key presses, and text block inserts.
  • Supports the behavior of backspace key presses. Text is removed towards beginning of the message. This element is also used for all delete operations, including the backspace key, the delete key, and text block deletes.
  • Allow for the transmission of intervals, between real-time text actions, to recreate the pauses between key presses.

Enums

  • Choice between the three possible actions.

Structs

  • Element transmitted at regular interval by the sender client while a message is being composed.