public
Description: Tomporary (hopefully) fork of XMPP4R-Simple
Homepage: http://code.google.com/p/xmpp4r-simple/
Clone URL: git://github.com/dysinger/xmpp4r-simple.git
Search Repo:
xmpp4r-simple / CHANGELOG
100644 66 lines (37 sloc) 1.772 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
xmpp4r-simple (0.8.7)
 
  [ Blaine Cook ]
  * If using Jabber::Simple in a DRb environment, the Jabber::Simple object
     will execute in the DRb server's environment to improve efficiency.
  * Jabber::Simple will now recover gracefully from server-side disconnects.
  * Updated Rakefile to pass tests on firebrigade (http://firebrigade.seattlerb.org)
 
-- Blaine Cook <blaine@obvious.com> Wed, 31 Jan 2007 17:15:56 -0800
 
xmpp4r-simple (0.8.6)
 
  [ Blaine Cook ]
  * Catch a rare exception that's thrown when we are disconnecting.
 
-- Blaine Cook <blaine@obvious.com> Fri, 26 Jan 2007 11:45:23 -0800
 
 
xmpp4r-simple (0.8.5)
 
  [ Blaine Cook ]
  * Accept Jabber::Message messages as arguments to Jabber::Simple#deliver
 
-- Blaine Cook <blaine@obvious.com> Mon, 22 Jan 2007 07:23:09 -0800
 
 
xmpp4r-simple (0.8.4)
 
  [ Blaine Cook ]
  * Catch broken connections and attempt to reconnect 3 times.
 
-- Blaine Cook <blaine@obvious.com> Fri, 23 Dec 2006 00:12:09 -0800
 
 
xmpp4r-simple (0.8.3)
 
  [ Blaine Cook ]
  * Update presence_updates to only store one presence_update per user.
    Changes methods, will break code that uses presence_updates if not updated
    correspondingly, check the documenation for the new semantics.
 
-- Blaine Cook <blaine@obvious.com> Thu, 07 Dec 2006 12:45:52 -0800
 
 
xmpp4r-simple (0.8.2)
 
  [ Blaine Cook ]
  * Add presence_updates?, received_messages?, and new_subscriptions? methods.
 
-- Blaine Cook <blaine@obvious.com> Wed, 06 Dec 2006 09:40:28 -0800
 
 
xmpp4r-simple (0.8.1)
 
  [ Blaine Cook ]
  * Make the deferred_delivery method public
 
-- Blaine Cook <blaine@obvious.com> Tue, 05 Dec 2006 17:39:14 -0800
 
 
xmpp4r-simple (0.8.0)
 
  [ Blaine Cook ]
  * initial import
 
-- Blaine Cook <blaine@obvious.com> Wed, 08 Nov 2006 20:42:42 -0800