Merge pull request #1574 from binex-dsk/master

Add in-band account registration
Fix https://github.com/profanity-im/profanity/issues/199
This commit is contained in:
Michael Vetter
2021-10-13 21:19:22 +02:00
committed by GitHub
13 changed files with 506 additions and 2 deletions

View File

@@ -2804,3 +2804,4 @@ iq_muc_register_nick(const char* const roomjid)
xmpp_stanza_release(iq);
xmpp_stanza_release(query);
}