-
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'>
-
Martin
Meh, once you ask you'll find out.
-
Martin
Tigase expects a `from`. Actually I can write nonsense like `xmpp-dns` there as long as there is a `from`…
-
telewoman
hi all
-
telewoman
what's a good XMPP client library for Lua?
-
telewoman
xmpp.org does not list one
-
MattJ
telewoman: Verse, but it's in low maintenance mode at the moment
-
MattJ
Most of its code is in the Prosody tree, it's just a matter of building it
-
telewoman
so just compile prosody and then i can use verse.lua?
-
telewoman
or, what would i do then?