Bot

From XMPP WIKI
Revision as of 14:02, 29 June 2024 by AvidSeeker (talk | contribs) (Created page with "'''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 == * [https://xmpp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.