Package io.github.protasm.jvmud.engine.identity


package io.github.protasm.jvmud.engine.identity
Player, session, and persona identity records for a running JVMud world.

This package supports the multiplayer and player-present pillars. A PlayerRecord represents the human or account-like controller, a SessionRecord represents one connection context, and a PersonaRecord represents the player's in-world manifestation.

The records here describe identity and attachment. They do not perform telnet I/O and they do not define mudlib-specific login policy.