xmpp4r 0.5.5 → 0.5.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. data/CHANGELOG +13 -5
  2. data/README.rdoc +2 -10
  3. data/Rakefile +1 -1
  4. data/data/doc/xmpp4r/examples/advanced/recvfile.rb +1 -1
  5. data/data/doc/xmpp4r/examples/advanced/xmpping.rb +1 -1
  6. data/data/doc/xmpp4r/examples/basic/client.rb +1 -1
  7. data/lib/xmpp4r.rb +1 -1
  8. data/lib/xmpp4r/base64.rb +1 -1
  9. data/lib/xmpp4r/bytestreams.rb +1 -1
  10. data/lib/xmpp4r/bytestreams/helper/filetransfer.rb +2 -2
  11. data/lib/xmpp4r/bytestreams/helper/ibb/base.rb +1 -1
  12. data/lib/xmpp4r/bytestreams/helper/ibb/initiator.rb +1 -1
  13. data/lib/xmpp4r/bytestreams/helper/ibb/target.rb +1 -1
  14. data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb +1 -1
  15. data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb +1 -1
  16. data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb +1 -1
  17. data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb +1 -1
  18. data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb +1 -1
  19. data/lib/xmpp4r/bytestreams/iq/bytestreams.rb +1 -1
  20. data/lib/xmpp4r/bytestreams/iq/si.rb +1 -1
  21. data/lib/xmpp4r/callbacks.rb +1 -1
  22. data/lib/xmpp4r/caps/c.rb +1 -1
  23. data/lib/xmpp4r/caps/helper/generator.rb +1 -1
  24. data/lib/xmpp4r/caps/helper/helper.rb +1 -1
  25. data/lib/xmpp4r/client.rb +2 -2
  26. data/lib/xmpp4r/component.rb +1 -1
  27. data/lib/xmpp4r/connection.rb +12 -3
  28. data/lib/xmpp4r/dataforms.rb +1 -1
  29. data/lib/xmpp4r/dataforms/x/data.rb +1 -1
  30. data/lib/xmpp4r/debuglog.rb +1 -1
  31. data/lib/xmpp4r/delay.rb +1 -1
  32. data/lib/xmpp4r/delay/x/delay.rb +1 -1
  33. data/lib/xmpp4r/discovery.rb +1 -1
  34. data/lib/xmpp4r/discovery/helper/helper.rb +1 -1
  35. data/lib/xmpp4r/discovery/helper/responder.rb +1 -1
  36. data/lib/xmpp4r/discovery/iq/discoinfo.rb +1 -1
  37. data/lib/xmpp4r/discovery/iq/discoitems.rb +1 -1
  38. data/lib/xmpp4r/entity_time.rb +1 -1
  39. data/lib/xmpp4r/entity_time/iq.rb +1 -1
  40. data/lib/xmpp4r/entity_time/responder.rb +1 -1
  41. data/lib/xmpp4r/errors.rb +1 -1
  42. data/lib/xmpp4r/feature_negotiation.rb +1 -1
  43. data/lib/xmpp4r/feature_negotiation/iq/feature.rb +1 -1
  44. data/lib/xmpp4r/httpbinding.rb +1 -1
  45. data/lib/xmpp4r/httpbinding/client.rb +1 -1
  46. data/lib/xmpp4r/idgenerator.rb +1 -1
  47. data/lib/xmpp4r/iq.rb +1 -1
  48. data/lib/xmpp4r/jid.rb +1 -1
  49. data/lib/xmpp4r/last/helper/helper.rb +1 -1
  50. data/lib/xmpp4r/last/iq/last.rb +1 -1
  51. data/lib/xmpp4r/location/helper/helper.rb +1 -1
  52. data/lib/xmpp4r/location/location.rb +1 -1
  53. data/lib/xmpp4r/message.rb +1 -1
  54. data/lib/xmpp4r/muc.rb +1 -1
  55. data/lib/xmpp4r/muc/helper/mucbrowser.rb +1 -1
  56. data/lib/xmpp4r/muc/helper/mucclient.rb +6 -6
  57. data/lib/xmpp4r/muc/helper/simplemucclient.rb +1 -1
  58. data/lib/xmpp4r/muc/iq/mucadmin.rb +1 -1
  59. data/lib/xmpp4r/muc/iq/mucadminitem.rb +1 -1
  60. data/lib/xmpp4r/muc/iq/mucowner.rb +1 -1
  61. data/lib/xmpp4r/muc/item.rb +1 -1
  62. data/lib/xmpp4r/muc/x/muc.rb +1 -1
  63. data/lib/xmpp4r/muc/x/mucuserinvite.rb +1 -1
  64. data/lib/xmpp4r/muc/x/mucuseritem.rb +1 -1
  65. data/lib/xmpp4r/observable.rb +1 -1
  66. data/lib/xmpp4r/observable/contact.rb +1 -1
  67. data/lib/xmpp4r/observable/helper.rb +1 -1
  68. data/lib/xmpp4r/observable/observable_thing.rb +1 -1
  69. data/lib/xmpp4r/observable/pubsub.rb +1 -1
  70. data/lib/xmpp4r/observable/subscription.rb +1 -1
  71. data/lib/xmpp4r/observable/thread_store.rb +1 -1
  72. data/lib/xmpp4r/presence.rb +1 -1
  73. data/lib/xmpp4r/pubsub/children/configuration.rb +1 -1
  74. data/lib/xmpp4r/pubsub/children/event.rb +1 -1
  75. data/lib/xmpp4r/pubsub/children/item.rb +1 -1
  76. data/lib/xmpp4r/pubsub/children/items.rb +1 -1
  77. data/lib/xmpp4r/pubsub/children/node_config.rb +1 -1
  78. data/lib/xmpp4r/pubsub/children/publish.rb +1 -1
  79. data/lib/xmpp4r/pubsub/children/retract.rb +1 -1
  80. data/lib/xmpp4r/pubsub/children/subscription.rb +1 -1
  81. data/lib/xmpp4r/pubsub/children/subscription_config.rb +1 -1
  82. data/lib/xmpp4r/pubsub/children/unsubscribe.rb +1 -1
  83. data/lib/xmpp4r/pubsub/helper/nodebrowser.rb +1 -1
  84. data/lib/xmpp4r/pubsub/helper/nodehelper.rb +1 -1
  85. data/lib/xmpp4r/pubsub/helper/servicehelper.rb +1 -1
  86. data/lib/xmpp4r/pubsub/iq/pubsub.rb +1 -1
  87. data/lib/xmpp4r/query.rb +1 -1
  88. data/lib/xmpp4r/rexmladdons.rb +1 -1
  89. data/lib/xmpp4r/roster.rb +1 -1
  90. data/lib/xmpp4r/roster/helper/roster.rb +1 -1
  91. data/lib/xmpp4r/roster/iq/roster.rb +1 -1
  92. data/lib/xmpp4r/roster/x/roster.rb +1 -1
  93. data/lib/xmpp4r/rpc/iq/rpc.rb +1 -1
  94. data/lib/xmpp4r/sasl.rb +1 -1
  95. data/lib/xmpp4r/semaphore.rb +1 -1
  96. data/lib/xmpp4r/stream.rb +1 -1
  97. data/lib/xmpp4r/streamparser.rb +14 -2
  98. data/lib/xmpp4r/tune/helper/helper.rb +1 -1
  99. data/lib/xmpp4r/tune/tune.rb +1 -1
  100. data/lib/xmpp4r/vcard.rb +1 -1
  101. data/lib/xmpp4r/vcard/helper/vcard.rb +1 -1
  102. data/lib/xmpp4r/vcard/iq/vcard.rb +1 -1
  103. data/lib/xmpp4r/version.rb +1 -1
  104. data/lib/xmpp4r/version/helper/responder.rb +1 -1
  105. data/lib/xmpp4r/version/helper/simpleresponder.rb +1 -1
  106. data/lib/xmpp4r/version/iq/version.rb +1 -1
  107. data/lib/xmpp4r/x.rb +1 -1
  108. data/lib/xmpp4r/xmpp4r.rb +2 -2
  109. data/lib/xmpp4r/xmppelement.rb +1 -1
  110. data/lib/xmpp4r/xmppstanza.rb +1 -1
  111. data/test/lib/clienttester.rb +1 -1
  112. data/test/tc_streamparser.rb +7 -0
  113. data/xmpp4r.gemspec +81 -2
  114. metadata +3 -3
data/CHANGELOG CHANGED
@@ -1,15 +1,23 @@
1
- mad-p-xmpp4r 0.6.3 (02/03/2013)
1
+
2
+ xmpp4r 0.5.6 (February 14th, 2013)
3
+ ====================================
4
+
5
+ * [DOC] Wrong inline documentation in `client.rb`; details of port number parameter and removal of un-used 'use_ssl parameter'
6
+ * Prevent REXML exceptions on UTF-8 messages
7
+ * Fixed broken parse method
8
+ * Make sure to open files in binary mode, in order to correctly transfer files on Windows
9
+ * Prevent REXML exceptions on UTF-8 messages
10
+ * Better control of history on muc.join
11
+
12
+
13
+ xmpp4r 0.5.5 (October 6th, 2013)
2
14
  ===============================
3
15
  * Removed unnecessary dependency on pry.
4
16
 
5
- mad-p-xmpp4r 0.6.2 (26/02/2013)
6
- ===============================
7
17
  * Merge pull request #1 from Strech/patch-1
8
18
  * Non-bosh connection flushes correctly
9
19
  * Elaborated debug messages in HTTPBinding::Client
10
20
 
11
- mad-p-xmpp4r 0.6.1 (21/02/2013)
12
- ===============================
13
21
  * Modified to work with BOSH with HTTPBinding::Client
14
22
  - Support stream restart with urn:xmpp:xbosh way.
15
23
  - Removed unnecessary wait until authenticated.
@@ -24,24 +24,15 @@ which can be enabled in your code with:
24
24
 
25
25
  == Contributors
26
26
 
27
- === Present Maintainers
27
+ === Present Maintainer
28
28
 
29
29
  Harisankar P S (hsps@rubykitchen.org)
30
- Manu S Ajith (manu@rubykitchen.org)
31
30
 
32
31
  === List of Contributors
33
32
 
34
33
  http://github.com/xmpp4r/xmpp4r/contributors
35
34
 
36
35
 
37
- == Source Code
38
-
39
- The source for xmpp4r is managed using the Git SCM and can be
40
- found in our GitHub.com project page:
41
-
42
- http://github.com/xmpp4r/xmpp4r/tree/master
43
-
44
-
45
36
  == Installation
46
37
 
47
38
  There are a number of ways that you can install xmpp4r depending
@@ -53,6 +44,7 @@ You can install the current release of the xmpp4r library via rubygems:
53
44
 
54
45
  sudo gem install xmpp4r
55
46
 
47
+ The latest stable version is 0.5.6
56
48
 
57
49
  === Install from local source code (Developers Only)
58
50
 
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ PKG_NAME = 'xmpp4r'
14
14
  PKG_VERSION = Jabber::XMPP4R_VERSION
15
15
  AUTHORS = ['Lucas Nussbaum', 'Stephan Maka', 'Glenn Rempe', 'Kaoru Maeda', 'Harisankar P S']
16
16
  EMAIL = "mailme@hsps.in"
17
- HOMEPAGE = "https://xmpp4r.github.io"
17
+ HOMEPAGE = "http://xmpp4r.github.io"
18
18
  SUMMARY = "XMPP/Jabber library for ruby"
19
19
 
20
20
  # These are the common rdoc options that are shared between generation of
@@ -58,7 +58,7 @@ ft.add_incoming_callback { |iq,file|
58
58
  puts "Waiting for stream configuration"
59
59
  if stream.accept
60
60
  puts "Stream established"
61
- outfile = File.new(filename, (offset ? 'a' : 'w'))
61
+ outfile = File.new(filename, (offset ? 'ab' : 'wb'))
62
62
  while buf = stream.read(65536)
63
63
  outfile.write(buf)
64
64
  print '.'
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  # =XMPP4R - XMPP Library for Ruby
3
3
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
4
- # Website::http://home.gna.org/xmpp4r/
4
+ # Website::http://xmpp4r.github.io
5
5
 
6
6
 
7
7
  # This is PING for Jabber
@@ -19,7 +19,7 @@ class BasicClient
19
19
  # main loop
20
20
  while not quit do
21
21
  print "> "
22
- $defout.flush
22
+ $>.flush
23
23
  line = gets
24
24
  quit = true if line.nil?
25
25
  if not quit
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
  #
5
5
  # ==Introduction
6
6
  #
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  begin
6
6
  require 'base64'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/bytestreams/iq/si.rb'
6
6
  require 'xmpp4r/bytestreams/iq/bytestreams.rb'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/callbacks'
6
6
  require 'xmpp4r/bytestreams/iq/si'
@@ -70,7 +70,7 @@ module Jabber
70
70
  include TransferSource
71
71
 
72
72
  def initialize(filename)
73
- @file = File.new(filename)
73
+ @file = File.new(filename, "rb")
74
74
  @filename = filename
75
75
  @bytes_read = 0
76
76
  @length = nil
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/base64'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  module Bytestreams
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  module Bytestreams
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'socket'
6
6
  require 'thread'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  module Bytestreams
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  module Bytestreams
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'socket'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  module Bytestreams
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  module Bytestreams
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'time' # For Time#xmlschema
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  module Jabber
6
6
  ##
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/xmppelement'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r'
6
6
  require 'xmpp4r/discovery'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r'
6
6
  require 'xmpp4r/discovery'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'resolv'
6
6
  require 'xmpp4r/connection'
@@ -38,7 +38,7 @@ module Jabber
38
38
  # be resolved. If none works, fallback is connecting to the domain part
39
39
  # of the jid.
40
40
  # host:: [String] Optional c2s host, will be extracted from jid if nil
41
- # use_ssl:: [Boolean] Optional. Use (old, deprecated) SSL when connecting.
41
+ # port:: [Fixnum] The server port (default: 5222)
42
42
  # return:: self
43
43
  def connect(host = nil, port = 5222)
44
44
  if host.nil?
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/connection'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  begin
6
6
  require 'openssl'
@@ -37,6 +37,15 @@ module Jabber
37
37
  #Defaults to false
38
38
  attr_accessor :use_ssl
39
39
 
40
+ class SSLSocketUTF8 < OpenSSL::SSL::SSLSocket
41
+ # #readline returns incorrect encodings for UTF8 strings
42
+ # because SSLSocket does not support encoding conversions
43
+ # This forces a correct encoding, and pervents REXML exceptions
44
+ def sysread *args
45
+ super.force_encoding ::Encoding::UTF_8
46
+ end
47
+ end
48
+
40
49
  ##
41
50
  # Create a new connection to the given host and port
42
51
  def initialize
@@ -68,7 +77,7 @@ module Jabber
68
77
 
69
78
  # We want to use the old and deprecated SSL protocol (usually on port 5223)
70
79
  if @use_ssl
71
- ssl = OpenSSL::SSL::SSLSocket.new(@socket)
80
+ ssl = SSLSocketUTF8.new(@socket)
72
81
  ssl.connect # start SSL session
73
82
  ssl.sync_close = true
74
83
  Jabber::debuglog("SSL connection established.")
@@ -154,7 +163,7 @@ module Jabber
154
163
  ctx.verify_callback = @ssl_verifycb
155
164
 
156
165
  # SSL connection establishing
157
- sslsocket = OpenSSL::SSL::SSLSocket.new(@socket, ctx)
166
+ sslsocket = SSLSocketUTF8.new(@socket, ctx)
158
167
  sslsocket.sync_close = true
159
168
  Jabber::debuglog("TLSv1: OpenSSL handshake in progress")
160
169
  sslsocket.connect
@@ -1,5 +1,5 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/dataforms/x/data.rb'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/x'
6
6
  require 'xmpp4r/jid'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'logger'
6
6
 
@@ -1,5 +1,5 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/delay/x/delay.rb'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/x'
6
6
  require 'xmpp4r/jid'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/discovery/iq/discoinfo'
6
6
  require 'xmpp4r/discovery/iq/discoitems'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r'
6
6
  require 'xmpp4r/discovery'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/iq'
6
6
  require 'xmpp4r/discovery/iq/discoinfo'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/query'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/query'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/entity_time/iq'
6
6
  require 'xmpp4r/entity_time/responder'
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'time'
6
6
 
@@ -1,6 +1,6 @@
1
1
  # =XMPP4R - XMPP Library for Ruby
2
2
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
3
- # Website::http://home.gna.org/xmpp4r/
3
+ # Website::http://xmpp4r.github.io
4
4
 
5
5
  require 'xmpp4r/entity_time/iq'
6
6