1 2 3 4 5 6 7 8
//! X-conference MIME types //! //! This module contains MIME types for x-conference data. /// `x-conference/x-cooltalk` /// /// Common file extensions: `.ice` pub const X_COOLTALK: &str = "x-conference/x-cooltalk";