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
@@ -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,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/feature_negotiation/iq/feature.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/iq'
6
6
  require 'xmpp4r/dataforms/x/data'
@@ -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/httpbinding/client'
@@ -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
  # TODO: eval <body type='terminate' condition=
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 'singleton'
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/xmppstanza'
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
  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'
6
6
  require 'xmpp4r/last'
@@ -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'
6
6
  require 'xmpp4r/pubsub'
@@ -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
  require 'xmpp4r/xmppelement'
@@ -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/xmppstanza'
6
6
  require 'xmpp4r/x'
@@ -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/dataforms'
6
6
  require 'xmpp4r/muc/x/muc'
@@ -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'
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/muc/x/muc'
6
6
  require 'xmpp4r/muc/iq/mucowner'
@@ -85,10 +85,10 @@ module Jabber
85
85
  xmuc = XMUC.new
86
86
  xmuc.password = password
87
87
 
88
- if !opts[:history]
89
- history = REXML::Element.new( 'history').tap {|h| h.add_attribute('maxstanzas','0') }
90
- xmuc.add_element history
91
- end
88
+ # Add history/maxstanzas as requested. false=0
89
+ xmuc.add_element REXML::Element.new('history').tap { |hist|
90
+ hist.add_attribute 'maxstanzas', (opts[:history]||0).to_i.to_s
91
+ } unless opts[:history].nil?
92
92
 
93
93
  pres.add(xmuc)
94
94
 
@@ -457,7 +457,7 @@ module Jabber
457
457
  iq.from = my_jid
458
458
  iq.add(IqQueryMUCAdmin.new)
459
459
 
460
- items = [item] unless items.kind_of? Array
460
+ items = [items] unless items.kind_of? Array
461
461
  items.each { |item|
462
462
  iq.query.add(item)
463
463
  }
@@ -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/delay/x/delay'
6
6
  require 'xmpp4r/muc/helper/mucclient'
@@ -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
 
@@ -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/muc/item'
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/x'
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 MUC
@@ -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/muc/x/mucuseritem'
6
6
  require 'xmpp4r/muc/x/mucuserinvite'
@@ -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 MUC
@@ -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/muc/item'
6
6
 
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
 
7
7
  require 'xmpp4r/observable/thread_store.rb'
8
8
  require 'xmpp4r/observable/observable_thing.rb'
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
  #
7
7
  module Jabber
8
8
  class Observable
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
  #
7
7
  # This is the helper for xmpp4r/observable, and was based on XMPP4R-Observable
8
8
  # by Pablo Lorenzoni <pablo@propus.com.br>.
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
  #
7
7
  # This was based on Observable module from Ruby.
8
8
  module ObservableThing
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
 
7
7
  require 'xmpp4r/pubsub'
8
8
  require 'xmpp4r/pubsub/helper/servicehelper'
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
  module Jabber
7
7
  class Observable
8
8
  # Jabber::Observable::Subscriptions - convenience class to deal with
@@ -2,7 +2,7 @@
2
2
  #
3
3
  # This file's copyright (c) 2009 by Pablo Lorenzzoni <pablo@propus.com.br>
4
4
  # License:: Ruby's license (see the LICENSE file) or GNU GPL, at your option.
5
- # Website::http://home.gna.org/xmpp4r/
5
+ # Website::http://xmpp4r.github.io
6
6
  #
7
7
  # Class ThreadStore
8
8
  class ThreadStore
@@ -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/xmppstanza'
6
6
  require 'xmpp4r/x'
@@ -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
  require 'xmpp4r/pubsub/iq/pubsub'
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
  require 'xmpp4r/pubsub/children/configuration'
@@ -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/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/iq'
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
  require 'xmpp4r/pubsub/children/configuration'
@@ -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
 
@@ -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'
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
  # For documentation of the return values please see [Jabber::PubSub::ServiceHelper]
6
6
  # This class is only a wrapper around [Jabber::PubSub::ServiceHelper]
@@ -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
  # It's recommented to read the XEP-0060 before you use this Helper. (Maybe its
6
6
  # better not use the helper for now ) ;)
@@ -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
 
@@ -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