The user principal identity is now used as the JID in all XMPP protocol stanzas.
[citadel.git] / citadel / context.h
index 95fa16d90d70be27216ffbf55105807f9e531a78..e76d7acb024a3cf7d676c34b126eb7ef9db42b7d 100644 (file)
@@ -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 */