Results 193 comments of Florian Schmaus
trafficstars

> Why does minidns respond with NX_DOMAIN instead of resolving localhost? Because there are no resource records for `127.0.0.1`, `::1`, or `localhost` in the domain name system. Those are usually...

> * This means that (at least) when the XMPP binding is loaded, the IM features (e.g. roster) are active for my connections as well Have you tried `Roster.setLoadedOnLogin(false)`? >...

> > Have you tried Roster.setLoadedOnLogin(false)? > > I can not find that method in Smack's sources? Sorry it is `Roster.setRosterLoadedAtLogin()`.

OMEMO is no longer a ProtoXEP. It became [XEP-0384](http://xmpp.org/extensions/xep-0384.html).

> does not solve the problem. you should check if destdir is empty and replace it in that case with a single dot. that would result in . /$prefix which...

> But I would like to be able to stick to a syntax like `\bibfield{}` instead of having to define new user-level macros for each field. The problem with e.g....

FWIW, since https://github.com/xsf/xeps/commit/5d186e6362048ec4e4648b6a2a6207453dcc8154 every XEP has a Biblatex entry ([example](https://xmpp.org/extensions/xep-0313.html#appendix-biblatex)). I wonder if a similar XSLT can be used to create a bibxml file per XEP.

As pointed out by nav in the jdev MUC `make refs` of this repository creates those `refs/reference.XSF.XEP-XXXX.xml` files and those appear to be reachable under e.g., http://xmpp.org/extensions/refs/reference.XSF.XEP-0124.xml. I am bit...

FWIW, our references under https://xmpp.org/extensions/refs/ are now up to date and regularly generated. I've also created https://github.com/ietf-tools/bibxml-service/issues/302