You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write an admin script for sending a broadcast message to the whole network.
Allowing general admin status by remote admins isn't an option because we'd be too wide open. We need a special communication component (that we could also use for other tasks in the future, e.g. account migration) that will allow messages from other servers in the network.
Verification method: "from" JID matching a new column in the servers table (e.g. admin_jid) AND digital signature on messages.
The text was updated successfully, but these errors were encountered:
Write an admin script for sending a broadcast message to the whole network.
Allowing general admin status by remote admins isn't an option because we'd be too wide open. We need a special communication component (that we could also use for other tasks in the future, e.g. account migration) that will allow messages from other servers in the network.
Verification method: "from" JID matching a new column in the servers table (e.g. admin_jid) AND digital signature on messages.
The text was updated successfully, but these errors were encountered: