================
- Fixing auth splits
- Ignore comment lines in config file
- tweaked login code to fail with reasons
- add some missing protocol namespaces
- Debian updates for version 0.4
- updating documentation links
- missed a few links
- allow the bot to set a connection resource
- Handle XCP component:accept namespace
- Fixed node attribute deletion with "del node[attr]" syntax.
- add support for setting the DataField label in it's constructor
- updating namespace constants
- moving admin namespace constants from jep0133 to to protocol
- Fix for non-ascii data in debug message
- change jep references into xep
- Ordering fix for when addChild and addData are used on the same node (may increase memory usage, might need to watch for that)
- Fix PlugOut and reconnectAndReauth code execution order
- More fixes - reconnectAndReauth now works for Client too
- Fix socket namespace conflict
- [ 1729857 ] typo in commands.py
- [ 1529650 ] Bug in auth, can't retry
- Fixes for children node fetching, still not perfect, but much better
- Clean up SSL errors a little bit