Skip to main content

push_jid_to_compact

Function push_jid_to_compact 

Source
pub fn push_jid_to_compact(
    user: &str,
    server: Server,
    agent: u8,
    device: u16,
    buf: &mut CompactString,
)
Expand description

Write the JID display representation directly into a CompactString, bypassing fmt::Display and dyn Write dispatch entirely.