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
  require 'rexml/document'
6
6
  require 'rexml/parsers/xpathparser'
@@ -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/roster/iq/roster.rb'
6
6
  require 'xmpp4r/roster/helper/roster.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 '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
  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/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/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 'digest/md5'
6
6
  require 'xmpp4r/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
  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/callbacks'
6
6
  require 'socket'
@@ -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 'rexml/parsers/sax2parser'
6
6
  require 'rexml/source'
@@ -40,7 +40,19 @@ module Jabber
40
40
 
41
41
  parser.listen( :start_element ) do |uri, localname, qname, attributes|
42
42
  e = REXML::Element.new(qname)
43
- e.add_attributes attributes
43
+ if attributes.kind_of? Hash
44
+ unnormalized_attributes = {}
45
+ attributes.each_pair do |key, value|
46
+ unnormalized_attributes[key] = REXML::Text::unnormalize(value)
47
+ end
48
+ elsif attributes.kind_of? Array
49
+ unnormalized_attributes = []
50
+ attributes.each do |value|
51
+ unnormalized_attributes << [value[0], REXML::Text::unnormalize(value[1])]
52
+ end
53
+ end
54
+
55
+ e.add_attributes unnormalized_attributes
44
56
  @current = @current.nil? ? e : @current.add_element(e)
45
57
 
46
58
  # Handling <stream:stream> not only when it is being
@@ -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 'xmpp4r/xmppelement'
6
6
  require 'rexml/element'
@@ -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/vcard/helper/vcard.rb'
6
6
  require 'xmpp4r/vcard/iq/vcard.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
 
@@ -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/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/version/helper/responder.rb'
6
6
  require 'xmpp4r/version/helper/simpleresponder.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/version/iq/version'
@@ -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/version/helper/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 '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/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
  ##
6
6
  # The Jabber module is the root namespace of the library.
@@ -8,7 +8,7 @@ module Jabber
8
8
  # XMPP4R Version number. This is the ONLY place where the version number
9
9
  # should be specified. This constant is used to determine the version of
10
10
  # package tarballs and generated gems.
11
- XMPP4R_VERSION = '0.5.5'
11
+ XMPP4R_VERSION = '0.5.6'
12
12
  end
13
13
 
14
14
  require 'xmpp4r/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
  require 'xmpp4r/rexmladdons'
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/errors'
@@ -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
  $:.unshift '../lib'
6
6
  require 'xmpp4r'
@@ -100,6 +100,13 @@ class StreamParserTest < Test::Unit::TestCase
100
100
  end
101
101
  end
102
102
 
103
+ def test_entity_escaping3
104
+ parse_simple_helper( "<a href='http://google.com?p=1&amp;p=2'>text</a>" ) do |desired|
105
+ assert_equal "text", @listener.received.text
106
+ assert_equal "<a href='http://google.com?p=1&amp;p=2'>text</a>", @listener.received.to_s
107
+ end
108
+ end
109
+
103
110
  =begin
104
111
  ##
105
112
  # FIXME:
@@ -14,6 +14,11 @@ Gem::Specification.new do |s|
14
14
  "README.rdoc",
15
15
  "README_ruby19.txt",
16
16
  "Rakefile",
17
+ "data/doc",
18
+ "data/doc/xmpp4r",
19
+ "data/doc/xmpp4r/examples",
20
+ "data/doc/xmpp4r/examples/advanced",
21
+ "data/doc/xmpp4r/examples/advanced/adventure",
17
22
  "data/doc/xmpp4r/examples/advanced/adventure/README",
18
23
  "data/doc/xmpp4r/examples/advanced/adventure/adventure.rb",
19
24
  "data/doc/xmpp4r/examples/advanced/adventure/adventuremuc.rb",
@@ -26,18 +31,21 @@ Gem::Specification.new do |s|
26
31
  "data/doc/xmpp4r/examples/advanced/gtkmucclient.rb",
27
32
  "data/doc/xmpp4r/examples/advanced/migrate.rb",
28
33
  "data/doc/xmpp4r/examples/advanced/minimuc.rb",
34
+ "data/doc/xmpp4r/examples/advanced/pep-aggregator",
29
35
  "data/doc/xmpp4r/examples/advanced/pep-aggregator/index.xsl",
30
36
  "data/doc/xmpp4r/examples/advanced/pep-aggregator/pep-aggregator.rb",
31
37
  "data/doc/xmpp4r/examples/advanced/recvfile.rb",
32
38
  "data/doc/xmpp4r/examples/advanced/rosterdiscovery.rb",
33
39
  "data/doc/xmpp4r/examples/advanced/sendfile.conf",
34
40
  "data/doc/xmpp4r/examples/advanced/sendfile.rb",
41
+ "data/doc/xmpp4r/examples/advanced/shellmgr",
35
42
  "data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr.rb",
36
43
  "data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_jabber.rb",
37
44
  "data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb",
38
45
  "data/doc/xmpp4r/examples/advanced/versionpoll.rb",
39
46
  "data/doc/xmpp4r/examples/advanced/xmpping.rb",
40
47
  "data/doc/xmpp4r/examples/advanced/xmppingrc.sample",
48
+ "data/doc/xmpp4r/examples/basic",
41
49
  "data/doc/xmpp4r/examples/basic/change_password.rb",
42
50
  "data/doc/xmpp4r/examples/basic/client.rb",
43
51
  "data/doc/xmpp4r/examples/basic/component.rb",
@@ -57,71 +65,104 @@ Gem::Specification.new do |s|
57
65
  "data/doc/xmpp4r/examples/basic/tune_client.rb",
58
66
  "data/doc/xmpp4r/examples/basic/tune_server.rb",
59
67
  "data/doc/xmpp4r/examples/basic/versionbot.rb",
68
+ "lib/xmpp4r",
60
69
  "lib/xmpp4r.rb",
61
70
  "lib/xmpp4r/base64.rb",
71
+ "lib/xmpp4r/bytestreams",
62
72
  "lib/xmpp4r/bytestreams.rb",
73
+ "lib/xmpp4r/bytestreams/helper",
63
74
  "lib/xmpp4r/bytestreams/helper/filetransfer.rb",
75
+ "lib/xmpp4r/bytestreams/helper/ibb",
64
76
  "lib/xmpp4r/bytestreams/helper/ibb/base.rb",
65
77
  "lib/xmpp4r/bytestreams/helper/ibb/initiator.rb",
66
78
  "lib/xmpp4r/bytestreams/helper/ibb/target.rb",
79
+ "lib/xmpp4r/bytestreams/helper/socks5bytestreams",
67
80
  "lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb",
68
81
  "lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb",
69
82
  "lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb",
70
83
  "lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb",
71
84
  "lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb",
85
+ "lib/xmpp4r/bytestreams/iq",
72
86
  "lib/xmpp4r/bytestreams/iq/bytestreams.rb",
73
87
  "lib/xmpp4r/bytestreams/iq/si.rb",
74
88
  "lib/xmpp4r/callbacks.rb",
89
+ "lib/xmpp4r/caps",
75
90
  "lib/xmpp4r/caps.rb",
76
91
  "lib/xmpp4r/caps/c.rb",
92
+ "lib/xmpp4r/caps/helper",
77
93
  "lib/xmpp4r/caps/helper/generator.rb",
78
94
  "lib/xmpp4r/caps/helper/helper.rb",
79
95
  "lib/xmpp4r/client.rb",
96
+ "lib/xmpp4r/command",
97
+ "lib/xmpp4r/command/helper",
80
98
  "lib/xmpp4r/command/helper/responder.rb",
99
+ "lib/xmpp4r/command/iq",
81
100
  "lib/xmpp4r/command/iq/command.rb",
82
101
  "lib/xmpp4r/component.rb",
83
102
  "lib/xmpp4r/connection.rb",
103
+ "lib/xmpp4r/dataforms",
84
104
  "lib/xmpp4r/dataforms.rb",
105
+ "lib/xmpp4r/dataforms/x",
85
106
  "lib/xmpp4r/dataforms/x/data.rb",
86
107
  "lib/xmpp4r/debuglog.rb",
108
+ "lib/xmpp4r/delay",
87
109
  "lib/xmpp4r/delay.rb",
110
+ "lib/xmpp4r/delay/x",
88
111
  "lib/xmpp4r/delay/x/delay.rb",
112
+ "lib/xmpp4r/discovery",
89
113
  "lib/xmpp4r/discovery.rb",
114
+ "lib/xmpp4r/discovery/helper",
90
115
  "lib/xmpp4r/discovery/helper/helper.rb",
91
116
  "lib/xmpp4r/discovery/helper/responder.rb",
117
+ "lib/xmpp4r/discovery/iq",
92
118
  "lib/xmpp4r/discovery/iq/discoinfo.rb",
93
119
  "lib/xmpp4r/discovery/iq/discoitems.rb",
120
+ "lib/xmpp4r/entity_time",
94
121
  "lib/xmpp4r/entity_time.rb",
95
122
  "lib/xmpp4r/entity_time/iq.rb",
96
123
  "lib/xmpp4r/entity_time/responder.rb",
97
124
  "lib/xmpp4r/errors.rb",
125
+ "lib/xmpp4r/feature_negotiation",
98
126
  "lib/xmpp4r/feature_negotiation.rb",
127
+ "lib/xmpp4r/feature_negotiation/iq",
99
128
  "lib/xmpp4r/feature_negotiation/iq/feature.rb",
129
+ "lib/xmpp4r/framework",
100
130
  "lib/xmpp4r/framework/base.rb",
101
131
  "lib/xmpp4r/framework/bot.rb",
132
+ "lib/xmpp4r/httpbinding",
102
133
  "lib/xmpp4r/httpbinding.rb",
103
134
  "lib/xmpp4r/httpbinding/client.rb",
104
135
  "lib/xmpp4r/idgenerator.rb",
105
136
  "lib/xmpp4r/iq.rb",
106
137
  "lib/xmpp4r/jid.rb",
138
+ "lib/xmpp4r/last",
107
139
  "lib/xmpp4r/last.rb",
140
+ "lib/xmpp4r/last/helper",
108
141
  "lib/xmpp4r/last/helper/helper.rb",
142
+ "lib/xmpp4r/last/iq",
109
143
  "lib/xmpp4r/last/iq/last.rb",
144
+ "lib/xmpp4r/location",
110
145
  "lib/xmpp4r/location.rb",
146
+ "lib/xmpp4r/location/helper",
111
147
  "lib/xmpp4r/location/helper/helper.rb",
112
148
  "lib/xmpp4r/location/location.rb",
113
149
  "lib/xmpp4r/message.rb",
150
+ "lib/xmpp4r/muc",
114
151
  "lib/xmpp4r/muc.rb",
152
+ "lib/xmpp4r/muc/helper",
115
153
  "lib/xmpp4r/muc/helper/mucbrowser.rb",
116
154
  "lib/xmpp4r/muc/helper/mucclient.rb",
117
155
  "lib/xmpp4r/muc/helper/simplemucclient.rb",
156
+ "lib/xmpp4r/muc/iq",
118
157
  "lib/xmpp4r/muc/iq/mucadmin.rb",
119
158
  "lib/xmpp4r/muc/iq/mucadminitem.rb",
120
159
  "lib/xmpp4r/muc/iq/mucowner.rb",
121
160
  "lib/xmpp4r/muc/item.rb",
161
+ "lib/xmpp4r/muc/x",
122
162
  "lib/xmpp4r/muc/x/muc.rb",
123
163
  "lib/xmpp4r/muc/x/mucuserinvite.rb",
124
164
  "lib/xmpp4r/muc/x/mucuseritem.rb",
165
+ "lib/xmpp4r/observable",
125
166
  "lib/xmpp4r/observable.rb",
126
167
  "lib/xmpp4r/observable/contact.rb",
127
168
  "lib/xmpp4r/observable/helper.rb",
@@ -130,7 +171,9 @@ Gem::Specification.new do |s|
130
171
  "lib/xmpp4r/observable/subscription.rb",
131
172
  "lib/xmpp4r/observable/thread_store.rb",
132
173
  "lib/xmpp4r/presence.rb",
174
+ "lib/xmpp4r/pubsub",
133
175
  "lib/xmpp4r/pubsub.rb",
176
+ "lib/xmpp4r/pubsub/children",
134
177
  "lib/xmpp4r/pubsub/children/configuration.rb",
135
178
  "lib/xmpp4r/pubsub/children/event.rb",
136
179
  "lib/xmpp4r/pubsub/children/item.rb",
@@ -141,68 +184,100 @@ Gem::Specification.new do |s|
141
184
  "lib/xmpp4r/pubsub/children/subscription.rb",
142
185
  "lib/xmpp4r/pubsub/children/subscription_config.rb",
143
186
  "lib/xmpp4r/pubsub/children/unsubscribe.rb",
187
+ "lib/xmpp4r/pubsub/helper",
144
188
  "lib/xmpp4r/pubsub/helper/nodebrowser.rb",
145
189
  "lib/xmpp4r/pubsub/helper/nodehelper.rb",
146
190
  "lib/xmpp4r/pubsub/helper/oauth_service_helper.rb",
147
191
  "lib/xmpp4r/pubsub/helper/servicehelper.rb",
192
+ "lib/xmpp4r/pubsub/iq",
148
193
  "lib/xmpp4r/pubsub/iq/pubsub.rb",
149
194
  "lib/xmpp4r/query.rb",
150
195
  "lib/xmpp4r/reliable.rb",
151
196
  "lib/xmpp4r/rexmladdons.rb",
197
+ "lib/xmpp4r/roster",
152
198
  "lib/xmpp4r/roster.rb",
199
+ "lib/xmpp4r/roster/helper",
153
200
  "lib/xmpp4r/roster/helper/roster.rb",
201
+ "lib/xmpp4r/roster/iq",
154
202
  "lib/xmpp4r/roster/iq/roster.rb",
203
+ "lib/xmpp4r/roster/x",
155
204
  "lib/xmpp4r/roster/x/roster.rb",
205
+ "lib/xmpp4r/rpc",
156
206
  "lib/xmpp4r/rpc.rb",
207
+ "lib/xmpp4r/rpc/helper",
157
208
  "lib/xmpp4r/rpc/helper/client.rb",
158
209
  "lib/xmpp4r/rpc/helper/server.rb",
159
210
  "lib/xmpp4r/rpc/helper/xmlrpcaddons.rb",
211
+ "lib/xmpp4r/rpc/iq",
160
212
  "lib/xmpp4r/rpc/iq/rpc.rb",
161
213
  "lib/xmpp4r/sasl.rb",
162
214
  "lib/xmpp4r/semaphore.rb",
163
215
  "lib/xmpp4r/stream.rb",
164
216
  "lib/xmpp4r/streamparser.rb",
217
+ "lib/xmpp4r/test",
165
218
  "lib/xmpp4r/test/listener_mocker.rb",
219
+ "lib/xmpp4r/tune",
166
220
  "lib/xmpp4r/tune.rb",
221
+ "lib/xmpp4r/tune/helper",
167
222
  "lib/xmpp4r/tune/helper/helper.rb",
168
223
  "lib/xmpp4r/tune/tune.rb",
224
+ "lib/xmpp4r/vcard",
169
225
  "lib/xmpp4r/vcard.rb",
226
+ "lib/xmpp4r/vcard/helper",
170
227
  "lib/xmpp4r/vcard/helper/vcard.rb",
228
+ "lib/xmpp4r/vcard/iq",
171
229
  "lib/xmpp4r/vcard/iq/vcard.rb",
230
+ "lib/xmpp4r/version",
172
231
  "lib/xmpp4r/version.rb",
232
+ "lib/xmpp4r/version/helper",
173
233
  "lib/xmpp4r/version/helper/responder.rb",
174
234
  "lib/xmpp4r/version/helper/simpleresponder.rb",
235
+ "lib/xmpp4r/version/iq",
175
236
  "lib/xmpp4r/version/iq/version.rb",
176
237
  "lib/xmpp4r/x.rb",
238
+ "lib/xmpp4r/xhtml",
177
239
  "lib/xmpp4r/xhtml.rb",
178
240
  "lib/xmpp4r/xhtml/html.rb",
179
241
  "lib/xmpp4r/xmpp4r.rb",
180
242
  "lib/xmpp4r/xmppelement.rb",
181
243
  "lib/xmpp4r/xmppstanza.rb",
182
244
  "setup.rb",
245
+ "test/bytestreams",
183
246
  "test/bytestreams/tc_ibb.rb",
184
247
  "test/bytestreams/tc_socks5bytestreams.rb",
248
+ "test/caps",
185
249
  "test/caps/tc_helper.rb",
250
+ "test/dataforms",
186
251
  "test/dataforms/tc_data.rb",
252
+ "test/delay",
187
253
  "test/delay/tc_xdelay.rb",
254
+ "test/discovery",
188
255
  "test/discovery/tc_responder.rb",
256
+ "test/entity_time",
189
257
  "test/entity_time/tc_responder.rb",
258
+ "test/last",
190
259
  "test/last/tc_helper.rb",
260
+ "test/lib",
191
261
  "test/lib/assert_equal_xml.rb",
192
262
  "test/lib/clienttester.rb",
263
+ "test/muc",
193
264
  "test/muc/tc_muc_mucclient.rb",
194
265
  "test/muc/tc_muc_simplemucclient.rb",
195
266
  "test/muc/tc_mucowner.rb",
267
+ "test/pubsub",
196
268
  "test/pubsub/tc_helper.rb",
197
269
  "test/pubsub/tc_nodeconfig.rb",
198
270
  "test/pubsub/tc_subscriptionconfig.rb",
271
+ "test/reliable",
199
272
  "test/reliable/tc_disconnect_cleanup.rb",
200
273
  "test/reliable/tc_disconnect_exception.rb",
201
274
  "test/reliable/tc_listener_mocked_test.rb",
202
275
  "test/reliable/tc_reliable_connection.rb",
276
+ "test/roster",
203
277
  "test/roster/tc_helper.rb",
204
278
  "test/roster/tc_iqqueryroster.rb",
205
279
  "test/roster/tc_xroster.rb",
280
+ "test/rpc",
206
281
  "test/rpc/tc_helper.rb",
207
282
  "test/tc_callbacks.rb",
208
283
  "test/tc_class_names.rb",
@@ -222,19 +297,23 @@ Gem::Specification.new do |s|
222
297
  "test/tc_streamparser.rb",
223
298
  "test/tc_xmppstanza.rb",
224
299
  "test/ts_xmpp4r.rb",
300
+ "test/tune",
225
301
  "test/tune/tc_helper_recv.rb",
226
302
  "test/tune/tc_helper_send.rb",
227
303
  "test/tune/tc_tune.rb",
304
+ "test/vcard",
228
305
  "test/vcard/tc_helper.rb",
229
306
  "test/vcard/tc_iqvcard.rb",
307
+ "test/version",
230
308
  "test/version/tc_helper.rb",
231
309
  "test/version/tc_iqqueryversion.rb",
310
+ "test/xhtml",
232
311
  "test/xhtml/tc_html.rb",
233
312
  "tools/gen_requires.bash",
234
313
  "tools/xmpp4r-gemspec-test.rb",
235
314
  "xmpp4r.gemspec"]
236
315
  s.has_rdoc = true
237
- s.homepage = "https://xmpp4r.github.io"
316
+ s.homepage = "http://xmpp4r.github.io"
238
317
  s.name = "xmpp4r"
239
318
  s.platform = "ruby"
240
319
  s.rdoc_options = ["--quiet", "--title", "XMPP/Jabber library for ruby", "--opname", "index.html", "--main", "lib/xmpp4r.rb", "--line-numbers", "--inline-source"]
@@ -245,5 +324,5 @@ Gem::Specification.new do |s|
245
324
  s.rubygems_version = "1.8.23"
246
325
  s.specification_version = 3
247
326
  s.summary = "XMPP/Jabber library for ruby"
248
- s.version = "0.5.5"
327
+ s.version = "0.5.6"
249
328
  end