make stanza_debug print the time

This commit is contained in:
Emmanuel Gil Peyrot 2017-05-30 22:14:07 +01:00
commit afaea3486b
3 changed files with 5 additions and 2 deletions

View file

@ -6,6 +6,7 @@ extern crate openssl;
extern crate minidom;
extern crate base64;
extern crate sha_1;
extern crate chrono;
pub extern crate jid;
pub extern crate sasl;