tp-blather 0.8.2 → 0.8.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,15 +6,17 @@ class Stream
6
6
  NAMESPACE = 'jabber:component:accept'
7
7
 
8
8
  def receive(node) # :nodoc:
9
- #if node.element_name == 'handshake'
10
- # ready!
11
- #else
9
+ if node.element_name == 'handshake'
10
+ ready!
11
+ else
12
12
  super
13
- #end
14
- #
15
- #if node.document.find_first('/stream:stream[not(stream:error)]', :xmlns => NAMESPACE, :stream => STREAM_NS)
16
- # send("<handshake>#{Digest::SHA1.hexdigest(@node['id']+@password)}</handshake>")
17
- #end
13
+ end
14
+
15
+ if @state != :started
16
+ if node.document.find_first('/stream:stream[not(stream:error)]', :xmlns => NAMESPACE, :stream => STREAM_NS)
17
+ send("<handshake>#{Digest::SHA1.hexdigest(@node['id']+@password)}</handshake>")
18
+ end
19
+ end
18
20
  end
19
21
 
20
22
  def send(stanza)
@@ -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: tp-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: