Nuclide
Software Development Kit for id Tech
ActivityPub

ActivityPub social networking integration. More...

Macros

#define ACTIVITYPUB_ACCOUNTS   400
 

Functions

void ActivityPub_FetchAccountData (string apUserID)
 
void ActivityPub_UpdatePlayerInfo (string jsonData)
 

Detailed Description

ActivityPub social networking integration.

The console command ap_userID can be used to set certain infokeys of the local user to mimic that of a certain ActivityPub id. An example format would look like: /ap_userID @johndoe@example.com

Currently we're not broadcasting the identity because there's no real way of verifying who you are without a central authority.

Macro Definition Documentation

◆ ACTIVITYPUB_ACCOUNTS

#define ACTIVITYPUB_ACCOUNTS   400

Function Documentation

◆ ActivityPub_FetchAccountData()

void ActivityPub_FetchAccountData ( string  apUserID)

◆ ActivityPub_UpdatePlayerInfo()

void ActivityPub_UpdatePlayerInfo ( string  jsonData)