summaryrefslogtreecommitdiff
path: root/slixmpp/plugins/xep_0030/stanza/info.py
AgeCommit message (Collapse)Author
2015-08-22Fix the order in which <identity/> and <feature/> tags are sent on disco#infoFlorent Le Coz
The identities should all be at the start, and features at the end, so we just prepend the identity on add_identity, and append features on add_feature
2014-07-17Rename to slixmppFlorent Le Coz