media_element: Import the namespace from ns.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-19 18:58:43 +01:00
parent 9d129701d0
commit 87cd047a46

View file

@ -2,7 +2,7 @@ use minidom::Element;
use error::Error;
const MEDIA_ELEMENT_NS: &'static str = "urn:xmpp:media-element";
use ns::MEDIA_ELEMENT_NS;
#[derive(Debug)]
pub struct URI {