implement the new event system, things are still really messy

This commit is contained in:
lumi 2017-05-10 00:13:54 +02:00
commit 917b14b5d2
11 changed files with 403 additions and 156 deletions

View file

@ -1,3 +1,5 @@
#![feature(raw)]
extern crate xml;
extern crate openssl;
extern crate minidom;
@ -10,8 +12,9 @@ pub mod ns;
pub mod transport;
pub mod error;
pub mod client;
pub mod component;
//pub mod component;
pub mod plugin;
#[macro_use] pub mod plugin_macro;
pub mod event;
pub mod plugins;
pub mod connection;