media_element: Import the namespace from ns.
This commit is contained in:
parent
9d129701d0
commit
87cd047a46
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ use minidom::Element;
|
||||||
|
|
||||||
use error::Error;
|
use error::Error;
|
||||||
|
|
||||||
const MEDIA_ELEMENT_NS: &'static str = "urn:xmpp:media-element";
|
use ns::MEDIA_ELEMENT_NS;
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct URI {
|
pub struct URI {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue