Skip to content

Split jids

pep requested to merge ppjet6/jid-rs:split-jids into master

Implement FullJid and BareJid. Jid is an enum and still implements FromStr and From<Jid> to String, so migration for low-level libraries should still be fairly easy. The goal obviously is to allow these libraries to get stricter.

Edited by pep

Merge request reports