add plugin infrastructure
This commit is contained in:
parent
8883f343b7
commit
83fdd9866c
9 changed files with 401 additions and 2 deletions
|
|
@ -1,11 +1,15 @@
|
|||
extern crate xml;
|
||||
extern crate openssl;
|
||||
extern crate minidom;
|
||||
extern crate base64;
|
||||
|
||||
pub mod ns;
|
||||
pub mod transport;
|
||||
pub mod error;
|
||||
pub mod jid;
|
||||
pub mod client;
|
||||
pub mod plugin;
|
||||
pub mod event;
|
||||
pub mod plugins;
|
||||
|
||||
mod locked_io;
|
||||
|
|
|
|||
Loading…
Reference in a new issue