jdev - 2022-10-28


  1. Martin

    Any idea what I am doing wrong here? Prosody, ejabberd, openfire and metronome accept this way of starting a stream but tigase is not happy: > <stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:server' to='tigase.im' version='1.0'> > <stream:error><improper-addressing xmlns='urn:ietf:params:xml:ns:xmpp-streams'/></stream:error></stream:stream> Changing the syntax to the following also doesn't help: > <?xml version='1.0'?><stream:stream xmlns:stream='http://etherx.jabber.org/streams' xmlns='jabber:server' to='tigase.im'>

  2. Martin

    Meh, once you ask you'll find out.

  3. Martin

    Tigase expects a `from`. Actually I can write nonsense like `xmpp-dns` there as long as there is a `from`…

  4. telewoman

    hi all

  5. telewoman

    what's a good XMPP client library for Lua?

  6. telewoman

    xmpp.org does not list one

  7. MattJ

    telewoman: Verse, but it's in low maintenance mode at the moment

  8. MattJ

    Most of its code is in the Prosody tree, it's just a matter of building it

  9. telewoman

    so just compile prosody and then i can use verse.lua?

  10. telewoman

    or, what would i do then?