macros: Remove use requirement on ns.
This commit is contained in:
parent
d9aaa3e9ce
commit
93b018e5ac
41 changed files with 112 additions and 141 deletions
|
|
@ -5,9 +5,8 @@
|
|||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
use jid::Jid;
|
||||
use ns;
|
||||
|
||||
generate_element_with_only_attributes!(Open, "open", ns::WEBSOCKET, [
|
||||
generate_element_with_only_attributes!(Open, "open", WEBSOCKET, [
|
||||
from: Option<Jid> = "from" => optional,
|
||||
to: Option<Jid> = "to" => optional,
|
||||
id: Option<String> = "id" => optional,
|
||||
|
|
|
|||
Loading…
Reference in a new issue