Hooray!
2008-12-04 23:10:37 by Fabio FornoChristmas is approaching and it's bringing you a gift: after a very long and hard work Lampiro, our mobile XMPP client, has been completely rewritten with the addition of many many features:
- Compression
- TLS
- Groupchats
- Gateway support
- Improved dataforms
- New graphical UI with many tweaks for improving usability
- Support for touch screens
But there are two more technical "features" which make us even more excited:
- the new graphical UI with the support of layouts is just the first enabling step in our vision of an XMPP client as the preferred developement platforms for mobiles; yes we strongly believe that the right choice for delivering applications to mobiles is not the browser, but a rich IM client, supplying asynchronous messaging and presence (more on this in the next days)
- and last but not least, now the code is completely opensourced under GPL, so you can get and hack it, contributing to build the best IM client!
And before closing the link where you can download both the compiled jar and the source code: http://code.google.com/p/lampiro/
Happy messaging!
I've tried to use version 8.11 with TLS and my Openfire server but all I see in the logs on the server is: 2008.12.05 05:53:16 TLS was required by the server and connection was never secured. Closing connection : org.jivesoftware.openfire.nio.NIOConnection@5ba50ce1 MINA Session: (SOCKET, R: /10.13.0.63:47269, L: /10.22.0.1:5222, S: 10.22.0.1/10.22.0.1:5222) Is there anything I have to add to the config to make it use TLS?
It's a separate build (since TLS is not required but everybody and still pretty heavy for J2ME we prefer to make it optional), now in order to have TLS and compression you must dowload the code from svn, activate the TLS and COMPRESSION antenna defines and compile it. In the next days we'll provide also these builds, the src tars and update the official site with the guides.