mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 15:15:10 +00:00
[MOD] Cache XEP-0421 support
This commit is contained in:
parent
3366fcb759
commit
063314b081
4 changed files with 33 additions and 3 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue