mad-p-xmpp4r 0.6.2 → 0.6.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,7 +9,6 @@ require 'xmpp4r/semaphore'
9
9
  require 'net/http'
10
10
  require 'uri'
11
11
  require 'cgi' # for escaping
12
- require 'pry'
13
12
 
14
13
  module Jabber
15
14
  module HTTPBinding
data/lib/xmpp4r/xmpp4r.rb CHANGED
@@ -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.6.2'
11
+ XMPP4R_VERSION = '0.6.3'
12
12
  end
13
13
 
14
14
  require 'xmpp4r/client'
data/mad-p-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,39 +184,58 @@ 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",
@@ -181,29 +243,42 @@ Gem::Specification.new do |s|
181
243
  "lib/xmpp4r/xmppstanza.rb",
182
244
  "mad-p-xmpp4r.gemspec",
183
245
  "setup.rb",
246
+ "test/bytestreams",
184
247
  "test/bytestreams/tc_ibb.rb",
185
248
  "test/bytestreams/tc_socks5bytestreams.rb",
249
+ "test/caps",
186
250
  "test/caps/tc_helper.rb",
251
+ "test/dataforms",
187
252
  "test/dataforms/tc_data.rb",
253
+ "test/delay",
188
254
  "test/delay/tc_xdelay.rb",
255
+ "test/discovery",
189
256
  "test/discovery/tc_responder.rb",
257
+ "test/entity_time",
190
258
  "test/entity_time/tc_responder.rb",
259
+ "test/last",
191
260
  "test/last/tc_helper.rb",
261
+ "test/lib",
192
262
  "test/lib/assert_equal_xml.rb",
193
263
  "test/lib/clienttester.rb",
264
+ "test/muc",
194
265
  "test/muc/tc_muc_mucclient.rb",
195
266
  "test/muc/tc_muc_simplemucclient.rb",
196
267
  "test/muc/tc_mucowner.rb",
268
+ "test/pubsub",
197
269
  "test/pubsub/tc_helper.rb",
198
270
  "test/pubsub/tc_nodeconfig.rb",
199
271
  "test/pubsub/tc_subscriptionconfig.rb",
272
+ "test/reliable",
200
273
  "test/reliable/tc_disconnect_cleanup.rb",
201
274
  "test/reliable/tc_disconnect_exception.rb",
202
275
  "test/reliable/tc_listener_mocked_test.rb",
203
276
  "test/reliable/tc_reliable_connection.rb",
277
+ "test/roster",
204
278
  "test/roster/tc_helper.rb",
205
279
  "test/roster/tc_iqqueryroster.rb",
206
280
  "test/roster/tc_xroster.rb",
281
+ "test/rpc",
207
282
  "test/rpc/tc_helper.rb",
208
283
  "test/tc_callbacks.rb",
209
284
  "test/tc_class_names.rb",
@@ -223,13 +298,17 @@ Gem::Specification.new do |s|
223
298
  "test/tc_streamparser.rb",
224
299
  "test/tc_xmppstanza.rb",
225
300
  "test/ts_xmpp4r.rb",
301
+ "test/tune",
226
302
  "test/tune/tc_helper_recv.rb",
227
303
  "test/tune/tc_helper_send.rb",
228
304
  "test/tune/tc_tune.rb",
305
+ "test/vcard",
229
306
  "test/vcard/tc_helper.rb",
230
307
  "test/vcard/tc_iqvcard.rb",
308
+ "test/version",
231
309
  "test/version/tc_helper.rb",
232
310
  "test/version/tc_iqqueryversion.rb",
311
+ "test/xhtml",
233
312
  "test/xhtml/tc_html.rb",
234
313
  "tools/gen_requires.bash",
235
314
  "tools/xmpp4r-gemspec-test.rb"]
@@ -245,5 +324,5 @@ Gem::Specification.new do |s|
245
324
  s.rubygems_version = "1.8.24"
246
325
  s.specification_version = 3
247
326
  s.summary = "This is a fork from XMPP4R (https://github.com/ln/xmpp4r), fixing BOSH"
248
- s.version = "0.6.2"
327
+ s.version = "0.6.3"
249
328
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mad-p-xmpp4r
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -12,7 +12,7 @@ authors:
12
12
  autorequire:
13
13
  bindir: bin
14
14
  cert_chain: []
15
- date: 2013-02-26 00:00:00.000000000 Z
15
+ date: 2013-03-03 00:00:00.000000000 Z
16
16
  dependencies: []
17
17
  description: This is a fork from XMPP4R (https://github.com/ln/xmpp4r), fixing BOSH
18
18
  email: kaoru.maeda@gmail.com