Fellow researchers,

Recently, Vysper development has accelerated again after a bit of stagnation. Vysper strives to implement a XMPP server, as defined in RFCs 3920 and 3921. While 3920 is covered reasonably well for a while now, the main part of 3921 is handling the presence subscription workflow and managing the roster. But now, large parts of this are done, some still missing, many need finetuning. But work is going much more smoothly now.

A major pending improvement is to be able to run a StanzaHandler, the code handling actual commands, outside of a session context. This is important because some stanzas have to be processed even if the receiver is not online/connected. This applies to most of the 'inbound' server processing, as the spec calls it.

Logging is also being set up, using slf4j.

So far for now,

  Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to