Bot

From XMPP WIKI
(Redirected from Bots)
Jump to navigation Jump to search

XMPP bots are automated programs that communicate over the XMPP protocol. They can be deployed on XMPP servers or as standalone connected to XMPP networks. Bots use XMPP's features such as presence notifications, message delivery, and the ability to extend functionality through XEPs, making them useful for a wide range of applications including chat moderation, notifications, automation of tasks, and integration with other services.

Features

Implementations

  • Prosody: through custom Lua modules
  • ejabberd: through modules and plugins
  • SleekXMP: a Python library for building bots.