X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcontext.h;h=e76d7acb024a3cf7d676c34b126eb7ef9db42b7d;hp=95fa16d90d70be27216ffbf55105807f9e531a78;hb=1ab27069271df6ed100343866c93c0ef2eb2a888;hpb=93f719e3132da1eb448f7ca27c852fbe0953a63c diff --git a/citadel/context.h b/citadel/context.h index 95fa16d90..e76d7acb0 100644 --- a/citadel/context.h +++ b/citadel/context.h @@ -91,6 +91,7 @@ struct CitContext { char cs_addr[64]; /* address logged in from */ /* The Internet type of thing */ + char cs_principal_id[256]; /* User principal identity for XMPP, ActivityPub, etc. */ char cs_inet_email[128]; /* Return address of outbound Internet mail */ char cs_inet_other_emails[1024]; /* User's other valid Internet email addresses */ char cs_inet_fn[128]; /* Friendly-name of outbound Internet mail */