public
Fork of blaine/xmpp4r-simple
Description: Fork of Jabber::Simple to add PubSub capabilities
Homepage: http://www.nardol.org/
Clone URL: git://github.com/spectra/xmpp4r-simple.git
xmpp4r-simple / CHANGELOG
100644 74 lines (41 sloc) 1.933 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
67
68
69
70
71
72
73
74
xmpp4r-simple (0.8.8)
 
  [ Blaine Cook]
  * Add xmpp4r-simple.gemspec, remove gem-related code from Rakefile
 
-- Blaine Cook <romeda@gmail.com> Wed, 30 Jul 2008 16:03:00 -0800
 
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 <romeda@gmail.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 <romeda@gmail.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 <romeda@gmail.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 <romeda@gmail.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 <romeda@gmail.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 <romeda@gmail.com> Wed, 06 Dec 2006 09:40:28 -0800
 
 
xmpp4r-simple (0.8.1)
 
  [ Blaine Cook ]
  * Make the deferred_delivery method public
 
-- Blaine Cook <romeda@gmail.com> Tue, 05 Dec 2006 17:39:14 -0800
 
 
xmpp4r-simple (0.8.0)
 
  [ Blaine Cook ]
  * initial import
 
-- Blaine Cook <romeda@gmail.com> Wed, 08 Nov 2006 20:42:42 -0800