Take the 2008 Git User's Survey and help out! [ hide ]

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:
incr verison

git-svn-id: http://xmpp4r-simple.googlecode.com/svn/trunk@18 
1e3c5029-9921-0410-9e82-436f4d538387
romeda (author)
Wed Dec 06 09:40:58 -0800 2006
commit  180ac5690b6d004e4c7e54c0db484766a3e75abf
tree    77063d929173ea9fd1f71db39c8ddadf151178a7
parent  856d76e315c077ace7d91639e205b0c872f3f57a
...
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
0
@@ -1,3 +1,11 @@
0
+xmpp4r-simple (0.8.2)
0
+
0
+ [ Blaine Cook ]
0
+ * Add presence_updates?, received_messages?, and new_subscriptions? methods.
0
+
0
+-- Blaine Cook <blaine@obvious.com> Wed, 06 Dec 2006 09:40:28 -0800
0
+
0
+
0
 xmpp4r-simple (0.8.1)
0
 
0
   [ Blaine Cook ]
...
25
26
27
28
 
29
30
31
...
25
26
27
 
28
29
30
31
0
@@ -25,7 +25,7 @@ require 'rcov/rcovtask'
0
 spec = Gem::Specification.new do |s|
0
   s.add_dependency('xmpp4r', '>= 0.3.0')
0
   s.name = "xmpp4r-simple"
0
- s.version = "0.8.1"
0
+ s.version = "0.8.2"
0
   s.author = "Blaine Cook"
0
   s.email = "romeda@gmail.com"
0
   s.homepage = "http://xmpp4r-simple.rubyforge.org/"

Comments

    No one has commented yet.