2026-01-15 20:38:15 +00:00
2026-01-15 20:34:07 +00:00
2026-01-15 20:38:15 +00:00
2026-01-15 20:35:50 +00:00

Reminder-XMPP

XMPP Reminder bot in C designed to be lightweight as possible (only 8kb compiled)

How to compile

Install lstrophe to your system and run this after editing first lines of the code with your creds.

gcc -Os -s -flto -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-stack-protector -fno-asynchronous-unwind-tables -fno-unwind-tables -fno-ident -fno-plt -fmerge-all-constants -Wl,--gc-sections,--as-needed,-z,norelro,-z,noseparate-code,--build-id=none -no-pie -DNDEBUG -o bot reminder.c -lstrophe -lexpat -lssl -lcrypto -lresolv && strip --strip-all -R .comment -R .note -R .n
ote.gnu.build-id -R .note.ABI-tag bot && sstrip bot && upx --ultra-brute bot

How to run

After compile run the binary in any system you want

Description
XMPP Reminder bot in C designed to be lightweight as possible (only 8kb compiled)
Readme GPL-3.0 45 KiB
Languages
C 100%