Skip to content

Migrate nbxmpp.structs from namedtuple to dataclass

Link Mauve requested to merge linkmauve/python-nbxmpp:typing into master

This lets us do some typing for the attributes, and specify the default values in a much more user-friendly way.

This can be done now since we’re on Python 3.7!

Merge request reports