Commit graph

4 commits

Author SHA1 Message Date
Jan Dittberner cdc6f159bf allow passing a timeout to handle_xmpp_stanza 2015-02-10 09:37:46 +01:00
Jan Dittberner 3ef552ffc1 switch to Python 3, defusedxml and select
- add method handle_xmpp_stanza that uses select to check socket for available
  data and feed the XML parser
- use defusedxml for more robust XML parsing
2015-02-10 09:35:37 +01:00
Jan Dittberner 9edc6e0c3e add some initial XML processing for C2S 2015-02-10 03:20:31 +01:00
Jan Dittberner 48e0593246 initial xmpp checking code
- take care of argument parsing, measure time for socket connection
- initial README
2015-02-10 01:18:51 +01:00