Implement XEP-0444: Message reactions
There you go! Including the whole emoji table is a bit dirty but it's the best I could come up with without adding external dependencies. We could also just list the unicode points, but it seems even less readable to me.
Besides that, I've never used nbxmpp directly, but I tried to follow what was done for other modules, and even added a few tests. Ain't that professional?