[MOD] Cache XEP-0421 support

This commit is contained in:
LDA 2024-08-29 23:47:31 +02:00
commit 063314b081
4 changed files with 33 additions and 3 deletions

View file

@ -48,7 +48,13 @@ GetRandomQuote(void)
"XMPP kinda sucks.",
"Matrix kinda sucks.",
"Throw jabs!"
"Throw jabs!",
"'Won't you hold my <presence/> safe?' - Kanako",
NAME ": the federated world's little little kobashi",
"Go take a look at your stanzas!",
"Go take a look at your objects!"
};
const size_t count = sizeof(quotes)/sizeof(*quotes);