On Montag, 21. September 2020 20:49:58 CEST Christian Weiske wrote: > Hi, > > > How can I query XMPP server contact information like the abuse and > support information[1]? > Are there special tools for this, or do some clients support that?
XEP-0157 information is exposed in disco#info data. So any client which can show all data from there will do. I personally use (perhaps unsurprisingly) the entity_info.py example from aioxmpp [1]. kind regards, Jonas [1]: https://github.com/horazont/aioxmpp/blob/devel/examples/entity_info.py
