XMPP chatbot

media avatar 11 days ago
python python report script 2 days ago
src fix pragma 10 days ago
.gitignore ignore build dir 12 days ago
README.md docs brief update 12 days ago
makefile use threads instead of signals 10 days ago
roadmap.md roadmap 10 days ago
README.md

xmpp-bot

Very simple skeleton for a XMPP chatbot. It will start as an expense tracking bot.

Core written in C using libstrophe. Grammar for messages is under src/grammar/ written in Lex + Yacc.

If the necessity arises this should be a generic interface for a bot that exposes functions such as message_handler that can parse and react to messages.