LynxMods
  • Overview
  • Using Lua Scripts
    • Using lua scripts
  • DEVELOPERS
    • Writing Lua Scripts
      • Getting Started
      • Examples
        • Basic UI Examples
        • Basic Auto Reply
      • Events
      • API Documentation
        • client
        • ui
Powered by GitBook
On this page
  • List of events
  • incoming_message
  • incoming_xmpp
  • outgoing_message

Was this helpful?

  1. DEVELOPERS
  2. Writing Lua Scripts

Events

List of events that you can listen to using events.addCallback

List of events

incoming_message

Fired every time you receive a message

incoming_xmpp

Fired every time you receive a stanza (XMPP Protocol)

outgoing_message

Fired every time you send a message

PreviousBasic Auto ReplyNextAPI Documentation

Last updated 4 years ago

Was this helpful?