Hackware

Switch to dark theme

resend_request

Asks other participants to re-announce cached state — presence, logout spots, or entity ownership.

Asks the channel to re-announce state the sender missed — typically fired by a client that just connected and wants the current picture without waiting a full cadence. Part of the IRC schema reference.

{
	"type": "resend_request",
	"include": [
		"presence",
		"entity_owner"
	]
}
FieldTypeConstraints
type"resend_request"Discriminator
includearrayAny of presence, logout, entity_owner
Answer these

A well-behaved peer responds to a resend_request naming presence by immediately pushing a fresh presence batch for its online users, rather than waiting for the next scheduled one. That is what makes your users appear instantly to a freshly-connected client instead of seconds later.