Skip to content
Commits on Source (2)
build/
\ No newline at end of file
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
......