This document summarizes Djabot, a Python Jabber/XMPP bot that provides an echo function and HTTP-like JSON API. Key features include TLS encryption, extensibility through additional bots, and ability to run on one's own Jabber server. The presentation provides code examples of the Djabot client and an echo bot, and demonstrates the HTTP-like API by showing sample request/response chat examples for GET, PUT, POST, and DELETE operations. Source code is available on Bitbucket under a BSD license.