blather 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,8 @@
1
1
  # [develop](https://github.com/adhearsion/blather/compare/master...develop)
2
2
 
3
+ # [v0.8.3](https://github.com/adhearsion/blather/compare/v0.8.2...v0.8.3) - [2013-03-03](https://rubygems.org/gems/blather/versions/0.8.3)
4
+ * Bugfix: Strange issue causing total failure with 0.8.2 - https://github.com/adhearsion/blather/issues/108
5
+
3
6
  # [v0.8.2](https://github.com/adhearsion/blather/compare/v0.8.1...v0.8.2) - [2013-01-02](https://rubygems.org/gems/blather/versions/0.8.2)
4
7
  * Bugfix: General spec fixes
5
8
  * Bugfix: Fixes for JRuby and Rubinius
@@ -141,8 +141,6 @@ module Blather
141
141
  @to = self.jid.domain
142
142
  @password = pass
143
143
  @connect_timeout = connect_timeout || 180
144
-
145
- @parser = Parser.new self
146
144
  end
147
145
 
148
146
  # Called when EM completes the connection to the server
@@ -8,6 +8,7 @@ class Stream
8
8
  NAMESPACE = 'jabber:client'
9
9
 
10
10
  def start
11
+ @parser = Parser.new self
11
12
  send "<stream:stream to='#{@to}' xmlns='#{NAMESPACE}' xmlns:stream='#{STREAM_NS}' version='#{VERSION}' xml:lang='#{LANG}'>"
12
13
  end
13
14
 
@@ -23,6 +23,7 @@ class Stream
23
23
  end
24
24
 
25
25
  def start
26
+ @parser = Parser.new self
26
27
  send "<stream:stream to='#{@jid}' xmlns='#{NAMESPACE}' xmlns:stream='#{STREAM_NS}'>"
27
28
  end
28
29
  end #Client
@@ -1,3 +1,3 @@
1
1
  module Blather
2
- VERSION = '0.8.2'
2
+ VERSION = '0.8.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blather
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-01-02 00:00:00.000000000 Z
13
+ date: 2013-03-03 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: eventmachine
@@ -413,7 +413,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
413
413
  version: '0'
414
414
  segments:
415
415
  - 0
416
- hash: -2918212399470142251
416
+ hash: 1627319762610126719
417
417
  required_rubygems_version: !ruby/object:Gem::Requirement
418
418
  none: false
419
419
  requirements:
@@ -422,7 +422,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
422
422
  version: '0'
423
423
  segments:
424
424
  - 0
425
- hash: -2918212399470142251
425
+ hash: 1627319762610126719
426
426
  requirements: []
427
427
  rubyforge_project:
428
428
  rubygems_version: 1.8.24