Philipp Hörist pushed to branch master at gajim / python-nbxmpp
Commits: ce2be452 by Philipp Hörist at 2017-07-28T14:32:00+02:00 Update ChangeLog - - - - - 958c4ff1 by Philipp Hörist at 2017-07-28T14:32:10+02:00 Add .gitignore - - - - - 2 changed files: - + .gitignore - ChangeLog Changes: ===================================== .gitignore ===================================== --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ \ No newline at end of file ===================================== ChangeLog ===================================== --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,14 @@ -python-nbxmpp 0.5.7 (26 Juli 2017) +python-nbxmpp 0.6.0 (tba) + * Add new getOriginID/SetOriginID method for Messages * Add new getJid() method for Protocol - * Return Protocol instances when using certain Node methods + * getTagAttr() accepts now a Namespace to filter + * Return Protocol/Message instance when using getTag() * Add new XEP Namespaces + Attention: + The API for getTag() changed in the way that it always returns a Protocol or Message instance now instead of a Node instance before. This means 'to' and 'from' attributes return now a JID instance instead of a string + python-nbxmpp 0.5.6 (03 June 2017) * Support XEP-0198 Version 1.5.2 View it on GitLab: https://dev.gajim.org/gajim/python-nbxmpp/compare/21b06c5d677f9fe61749fd34bfe199a2a9f08ea6...958c4ff19807f165990bdb780348747e4e5a43b9
_______________________________________________ Commits mailing list [email protected] https://lists.gajim.org/cgi-bin/listinfo/commits
