public
Description: XMPP/Jabber Library for Ruby
Homepage: http://home.gna.org/xmpp4r
Clone URL: git://github.com/ln/xmpp4r.git
xmpp4r / ChangeLog
100644 41 lines (37 sloc) 1.458 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
XMPP4R 0.4 (xx/xx/xxxx)
=======================
* vCard helper fixes
* Jabber RPC (JEP0009) support
* HTTP Binding (JEP0124) support
* SASL fixes
* Publish-Subscribe support
* XMPPElement: a framework for classes representing XML elements
* Message#x and Presence#x support element selection by namespace
* Proper XML entity escaping
* Minor fixes to SOCKS5BytestreamsServer and Filetransfer helpers
 
XMPP4R 0.3 (20/07/2006)
=======================
* SRV lookup capability in Client#connect
* Stringprep support for JIDs
* TLS & SASL support
* Basic Dataforms support
* Multi-User Chat Helpers
* Helpers for File-Transfer, SOCKS5 Bytestreams, In-Band Bytestreams
* Roster helper has modified subscription-request semantics (see Roster#add_subscription_request_callback)
* A lot of features have renamed namespaces (see UPDATING file)
 
XMPP4R 0.2 (20/10/2005)
=======================
* Workarounds for REXML bugs.
* Presences are now Comparable according to priority or interest
* fixed a serious bug in Stream#send which caused some lockups. Reported by
  chunlinyao@gmail.com.
* Moved REXML::Element#add to REXML::Element#typed_add to keep add accessible
* Rewritten Roster helper
* Added Vcard helper and improved IqVcard
* XMLStanza id generator
* Support for Roster Item Exchange (JEP-0093 and JEP-0144)
* Client#password= to change client's account password
* Documentation fixes
 
XMPP4R 0.1 (12/09/2005)
=======================
* first public release.