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.
- data/CHANGELOG +13 -5
- data/README.rdoc +2 -10
- data/Rakefile +1 -1
- data/data/doc/xmpp4r/examples/advanced/recvfile.rb +1 -1
- data/data/doc/xmpp4r/examples/advanced/xmpping.rb +1 -1
- data/data/doc/xmpp4r/examples/basic/client.rb +1 -1
- data/lib/xmpp4r.rb +1 -1
- data/lib/xmpp4r/base64.rb +1 -1
- data/lib/xmpp4r/bytestreams.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/filetransfer.rb +2 -2
- data/lib/xmpp4r/bytestreams/helper/ibb/base.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/ibb/initiator.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/ibb/target.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb +1 -1
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb +1 -1
- data/lib/xmpp4r/bytestreams/iq/bytestreams.rb +1 -1
- data/lib/xmpp4r/bytestreams/iq/si.rb +1 -1
- data/lib/xmpp4r/callbacks.rb +1 -1
- data/lib/xmpp4r/caps/c.rb +1 -1
- data/lib/xmpp4r/caps/helper/generator.rb +1 -1
- data/lib/xmpp4r/caps/helper/helper.rb +1 -1
- data/lib/xmpp4r/client.rb +2 -2
- data/lib/xmpp4r/component.rb +1 -1
- data/lib/xmpp4r/connection.rb +12 -3
- data/lib/xmpp4r/dataforms.rb +1 -1
- data/lib/xmpp4r/dataforms/x/data.rb +1 -1
- data/lib/xmpp4r/debuglog.rb +1 -1
- data/lib/xmpp4r/delay.rb +1 -1
- data/lib/xmpp4r/delay/x/delay.rb +1 -1
- data/lib/xmpp4r/discovery.rb +1 -1
- data/lib/xmpp4r/discovery/helper/helper.rb +1 -1
- data/lib/xmpp4r/discovery/helper/responder.rb +1 -1
- data/lib/xmpp4r/discovery/iq/discoinfo.rb +1 -1
- data/lib/xmpp4r/discovery/iq/discoitems.rb +1 -1
- data/lib/xmpp4r/entity_time.rb +1 -1
- data/lib/xmpp4r/entity_time/iq.rb +1 -1
- data/lib/xmpp4r/entity_time/responder.rb +1 -1
- data/lib/xmpp4r/errors.rb +1 -1
- data/lib/xmpp4r/feature_negotiation.rb +1 -1
- data/lib/xmpp4r/feature_negotiation/iq/feature.rb +1 -1
- data/lib/xmpp4r/httpbinding.rb +1 -1
- data/lib/xmpp4r/httpbinding/client.rb +1 -1
- data/lib/xmpp4r/idgenerator.rb +1 -1
- data/lib/xmpp4r/iq.rb +1 -1
- data/lib/xmpp4r/jid.rb +1 -1
- data/lib/xmpp4r/last/helper/helper.rb +1 -1
- data/lib/xmpp4r/last/iq/last.rb +1 -1
- data/lib/xmpp4r/location/helper/helper.rb +1 -1
- data/lib/xmpp4r/location/location.rb +1 -1
- data/lib/xmpp4r/message.rb +1 -1
- data/lib/xmpp4r/muc.rb +1 -1
- data/lib/xmpp4r/muc/helper/mucbrowser.rb +1 -1
- data/lib/xmpp4r/muc/helper/mucclient.rb +6 -6
- data/lib/xmpp4r/muc/helper/simplemucclient.rb +1 -1
- data/lib/xmpp4r/muc/iq/mucadmin.rb +1 -1
- data/lib/xmpp4r/muc/iq/mucadminitem.rb +1 -1
- data/lib/xmpp4r/muc/iq/mucowner.rb +1 -1
- data/lib/xmpp4r/muc/item.rb +1 -1
- data/lib/xmpp4r/muc/x/muc.rb +1 -1
- data/lib/xmpp4r/muc/x/mucuserinvite.rb +1 -1
- data/lib/xmpp4r/muc/x/mucuseritem.rb +1 -1
- data/lib/xmpp4r/observable.rb +1 -1
- data/lib/xmpp4r/observable/contact.rb +1 -1
- data/lib/xmpp4r/observable/helper.rb +1 -1
- data/lib/xmpp4r/observable/observable_thing.rb +1 -1
- data/lib/xmpp4r/observable/pubsub.rb +1 -1
- data/lib/xmpp4r/observable/subscription.rb +1 -1
- data/lib/xmpp4r/observable/thread_store.rb +1 -1
- data/lib/xmpp4r/presence.rb +1 -1
- data/lib/xmpp4r/pubsub/children/configuration.rb +1 -1
- data/lib/xmpp4r/pubsub/children/event.rb +1 -1
- data/lib/xmpp4r/pubsub/children/item.rb +1 -1
- data/lib/xmpp4r/pubsub/children/items.rb +1 -1
- data/lib/xmpp4r/pubsub/children/node_config.rb +1 -1
- data/lib/xmpp4r/pubsub/children/publish.rb +1 -1
- data/lib/xmpp4r/pubsub/children/retract.rb +1 -1
- data/lib/xmpp4r/pubsub/children/subscription.rb +1 -1
- data/lib/xmpp4r/pubsub/children/subscription_config.rb +1 -1
- data/lib/xmpp4r/pubsub/children/unsubscribe.rb +1 -1
- data/lib/xmpp4r/pubsub/helper/nodebrowser.rb +1 -1
- data/lib/xmpp4r/pubsub/helper/nodehelper.rb +1 -1
- data/lib/xmpp4r/pubsub/helper/servicehelper.rb +1 -1
- data/lib/xmpp4r/pubsub/iq/pubsub.rb +1 -1
- data/lib/xmpp4r/query.rb +1 -1
- data/lib/xmpp4r/rexmladdons.rb +1 -1
- data/lib/xmpp4r/roster.rb +1 -1
- data/lib/xmpp4r/roster/helper/roster.rb +1 -1
- data/lib/xmpp4r/roster/iq/roster.rb +1 -1
- data/lib/xmpp4r/roster/x/roster.rb +1 -1
- data/lib/xmpp4r/rpc/iq/rpc.rb +1 -1
- data/lib/xmpp4r/sasl.rb +1 -1
- data/lib/xmpp4r/semaphore.rb +1 -1
- data/lib/xmpp4r/stream.rb +1 -1
- data/lib/xmpp4r/streamparser.rb +14 -2
- data/lib/xmpp4r/tune/helper/helper.rb +1 -1
- data/lib/xmpp4r/tune/tune.rb +1 -1
- data/lib/xmpp4r/vcard.rb +1 -1
- data/lib/xmpp4r/vcard/helper/vcard.rb +1 -1
- data/lib/xmpp4r/vcard/iq/vcard.rb +1 -1
- data/lib/xmpp4r/version.rb +1 -1
- data/lib/xmpp4r/version/helper/responder.rb +1 -1
- data/lib/xmpp4r/version/helper/simpleresponder.rb +1 -1
- data/lib/xmpp4r/version/iq/version.rb +1 -1
- data/lib/xmpp4r/x.rb +1 -1
- data/lib/xmpp4r/xmpp4r.rb +2 -2
- data/lib/xmpp4r/xmppelement.rb +1 -1
- data/lib/xmpp4r/xmppstanza.rb +1 -1
- data/test/lib/clienttester.rb +1 -1
- data/test/tc_streamparser.rb +7 -0
- data/xmpp4r.gemspec +81 -2
- metadata +3 -3
data/lib/xmpp4r/rexmladdons.rb
CHANGED
data/lib/xmpp4r/roster.rb
CHANGED
@@ -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://
|
3
|
+
# Website::http://xmpp4r.github.io
|
4
4
|
|
5
5
|
require 'xmpp4r/roster/iq/roster.rb'
|
6
6
|
require 'xmpp4r/roster/helper/roster.rb'
|
data/lib/xmpp4r/rpc/iq/rpc.rb
CHANGED
data/lib/xmpp4r/sasl.rb
CHANGED
data/lib/xmpp4r/semaphore.rb
CHANGED
data/lib/xmpp4r/stream.rb
CHANGED
data/lib/xmpp4r/streamparser.rb
CHANGED
@@ -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://
|
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
|
-
|
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
|
data/lib/xmpp4r/tune/tune.rb
CHANGED
data/lib/xmpp4r/vcard.rb
CHANGED
@@ -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://
|
3
|
+
# Website::http://xmpp4r.github.io
|
4
4
|
|
5
5
|
require 'xmpp4r/vcard/helper/vcard.rb'
|
6
6
|
require 'xmpp4r/vcard/iq/vcard.rb'
|
data/lib/xmpp4r/version.rb
CHANGED
@@ -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://
|
3
|
+
# Website::http://xmpp4r.github.io
|
4
4
|
|
5
5
|
require 'xmpp4r/version/helper/responder.rb'
|
6
6
|
require 'xmpp4r/version/helper/simpleresponder.rb'
|
data/lib/xmpp4r/x.rb
CHANGED
data/lib/xmpp4r/xmpp4r.rb
CHANGED
@@ -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://
|
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.
|
11
|
+
XMPP4R_VERSION = '0.5.6'
|
12
12
|
end
|
13
13
|
|
14
14
|
require 'xmpp4r/client'
|
data/lib/xmpp4r/xmppelement.rb
CHANGED
data/lib/xmpp4r/xmppstanza.rb
CHANGED
data/test/lib/clienttester.rb
CHANGED
data/test/tc_streamparser.rb
CHANGED
@@ -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&p=2'>text</a>" ) do |desired|
|
105
|
+
assert_equal "text", @listener.received.text
|
106
|
+
assert_equal "<a href='http://google.com?p=1&p=2'>text</a>", @listener.received.to_s
|
107
|
+
end
|
108
|
+
end
|
109
|
+
|
103
110
|
=begin
|
104
111
|
##
|
105
112
|
# FIXME:
|
data/xmpp4r.gemspec
CHANGED
@@ -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 = "
|
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.
|
327
|
+
s.version = "0.5.6"
|
249
328
|
end
|