Emite received a lot of refactoring lately. Most notably we moved from
our home-made IoC solution (Suco) to the much better and widely used
gin library. Some API changed and new event system was introduced. I
just upload a 0.6.0 Release Candidate version (in the Downloads tabs)
compatible (I hope) with the previous version and with lot of
deprecation warning in order to help with the new API (some import
organization requiered in some classes). Notice that with this version
Suco library is not longer needed, and you need gin instead. I
recommend to use this version instead of 0.5 version (lot of bug fixes
and new functionallity was added).
In the source (also included in the jar) there are some examples of use.
With this new version the way to get the stream id is using the method
getStreamSettings from the XmppConnection class... If you're using
that id to implement pause/resume notice that this functionallity is
already implemented in 0.6 version.
Don't hesitate to ask any question if you have any trouble with the upgrade.
Saludos
Dani
> --
> You received this message because you are subscribed to the Google Groups "emite" group.
> To post to this group, send email to em...@googlegroups.com.
> To unsubscribe from this group, send email to emite+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/emite?hl=en.
>
>
I'm giving it a try tonight after all, but I'm having a bit of a difficult time, in the absence of proper documentation.
Here are the two lines (of old code) that I don't know what to make of:
RosterImpl rosterImpl = new RosterImpl(session);
presenceManager = new PresenceManagerImpl(session, rosterImpl);
care to give me a hand with these, i.e. tell me what is the appropriate replacement of these when using the new library?
Thanks in advance,
Candide
On 08 Sep 2010, at 20:07, dani wrote:
Hey Dani,
That's great: I just did the upgrade.
Is it possible that performance has improved sensibly?
Thanks & keep up the good work!
To unsubscribe from this group, send email to emite+un...@googlegroups.com.