pub fn new_news(
    src_node_name: &str,
    dst_newsgroup: &str,
    topic: &str,
    thread_id: Option<Uuid>,
    references: Option<String>,
    msg: &str,
    tags: Vec<String>,
    compression: bool
) -> Result<NewsBundle, NewsError>
Expand description

Create a new news bundle for DTN addressing scheme