Difference between revisions of "Bot"

From XMPP WIKI
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 14:02, 29 June 2024

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.