From cd201083529e9258505329e0183ff0299a7b4cc3 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Thu, 17 Nov 2005 19:01:44 +0000 Subject: [PATCH] Added votes information. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@3100 b35dd754-fafc-0310-a699-88a17e54d16e --- build/resources/releasedocs/changelog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/resources/releasedocs/changelog.html b/build/resources/releasedocs/changelog.html index 3bea8c94f..260a7938c 100644 --- a/build/resources/releasedocs/changelog.html +++ b/build/resources/releasedocs/changelog.html @@ -72,14 +72,14 @@ Smack Changelog
  • [SMACK-102] - Invitation listeners were being fired with packets of type error.
  • [SMACK-103] - LastActivtity was throwing number format exception in certain cases.
  • -
  • [SMACK-64] - Added support for JEP-55: Jabber Search.
  • +
  • [SMACK-64] - Added support for JEP-55: Jabber Search. (5 votes)
  • [SMACK-84] - Added support for ANONYMOUS SASL.
  • [SMACK-96] - Added support for discovering shared groups of the logged user.
  • [SMACK-104] - Added support for intercepting and modifying packets to be sent to the server.
  • [SMACK-107] - Added support for stream errors.
  • [SMACK-105] - Added support for knowing if a contact has to answer a presence subscription request.
  • -
  • [SMACK-55] - ! Modified parameters of ParticipantStatusListener#nicknameChanged method.
  • +
  • [SMACK-55] - ! Modified parameters of ParticipantStatusListener#nicknameChanged method. (1 vote)
  • [SMACK-81] - ! Modified ParticipantStatusListener interface to include reason and actor information when kicking or banning users.
  • [SMACK-106] - ! Modified RosterListener interface to include more specific events (e.g entries added, deleted or modified).
  • [SMACK-83] - Allowed to perform SASL authentication over plain connections.