mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 12:15:12 +00:00
[MOD/META] Correct README, make sure edit is NULL
This commit is contained in:
parent
aec3c87aee
commit
7593225e18
2 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Parsee - the jealous XMPP<=>Matrix bridge
|
||||
Parsee is a Matrix<=>XMPP bridge written in C99, with Cytoplasm, similar to Bifrost, but it is
|
||||
NOT a drop-in replacment.
|
||||
**NOTE**: Use [this Cytoplasm branch for LMDB](https://git.telodendria.io/lda/Cytoplasm)
|
||||
**NOTE**: Use [this Cytoplasm branch for LMDB](https://git.telodendria.io/lda/Cytoplasm/src/branch/fix-deadlock)
|
||||
|
||||
## Why?
|
||||
### Naming
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ CreateStanzaBuilder(char *from, char *to, char *id)
|
|||
|
||||
builder->replying_to_stanza = NULL;
|
||||
builder->replying_to_sender = NULL;
|
||||
builder->editing = NULL;
|
||||
builder->type = NULL;
|
||||
builder->body = NULL;
|
||||
builder->oob = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue