add support for roster pre-approval

Implementation of RFC 6121 section 3.4: Pre-Approving a Subscription Request
https://datatracker.ietf.org/doc/html/rfc6121#section-3.4
This commit is contained in:
Stefan Strigler
2026-01-13 18:31:56 +01:00
parent 12910ed023
commit 47d898bb8b
16 changed files with 328 additions and 114 deletions
+1
View File
@@ -44,6 +44,7 @@ CREATE TABLE rosterusers (
jid text NOT NULL,
nick text NOT NULL,
subscription character(1) NOT NULL,
approved boolean NOT NULL,
ask character(1) NOT NULL,
askmessage text NOT NULL,
server character(1) NOT NULL,