xmpp4r 0.3.2 → 0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/{ChangeLog → CHANGELOG} +33 -0
- data/LICENSE +9 -9
- data/README.rdoc +110 -0
- data/README_ruby19.txt +43 -0
- data/Rakefile +235 -74
- data/data/doc/xmpp4r/examples/advanced/adventure/README +0 -1
- data/data/doc/xmpp4r/examples/advanced/adventure/adventure.rb +1 -1
- data/data/doc/xmpp4r/examples/advanced/adventure/adventuremuc.rb +12 -12
- data/data/doc/xmpp4r/examples/advanced/adventure/world.rb +10 -11
- data/data/doc/xmpp4r/examples/advanced/fileserve.rb +11 -11
- data/data/doc/xmpp4r/examples/advanced/getonline.rb +7 -7
- data/data/doc/xmpp4r/examples/advanced/gtkmucclient.rb +3 -3
- data/data/doc/xmpp4r/examples/advanced/migrate.rb +21 -22
- data/data/doc/xmpp4r/examples/advanced/minimuc.rb +22 -22
- data/data/doc/xmpp4r/examples/advanced/pep-aggregator/index.xsl +235 -0
- data/data/doc/xmpp4r/examples/advanced/pep-aggregator/pep-aggregator.rb +147 -0
- data/data/doc/xmpp4r/examples/advanced/recvfile.rb +0 -1
- data/data/doc/xmpp4r/examples/advanced/rosterdiscovery.rb +2 -3
- data/data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr.rb +3 -3
- data/data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_jabber.rb +10 -10
- data/data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb +2 -2
- data/data/doc/xmpp4r/examples/advanced/versionpoll.rb +12 -12
- data/data/doc/xmpp4r/examples/advanced/xmpping.rb +2 -3
- data/data/doc/xmpp4r/examples/basic/change_password.rb +3 -3
- data/data/doc/xmpp4r/examples/basic/client.rb +5 -3
- data/data/doc/xmpp4r/examples/basic/component.rb +1 -1
- data/data/doc/xmpp4r/examples/basic/{echo_threaded.rb → echo.rb} +8 -7
- data/data/doc/xmpp4r/examples/basic/jabbersend.rb +5 -5
- data/data/doc/xmpp4r/examples/basic/mass_sender.rb +11 -11
- data/data/doc/xmpp4r/examples/basic/muc_owner_config.rb +0 -1
- data/data/doc/xmpp4r/examples/basic/mucinfo.rb +3 -1
- data/data/doc/xmpp4r/examples/basic/mucsimplebot.rb +0 -1
- data/data/doc/xmpp4r/examples/basic/register.rb +21 -4
- data/data/doc/xmpp4r/examples/basic/roster.rb +7 -5
- data/data/doc/xmpp4r/examples/basic/rosterprint.rb +0 -0
- data/data/doc/xmpp4r/examples/basic/rosterrename.rb +2 -2
- data/data/doc/xmpp4r/examples/basic/rosterwatch.rb +6 -7
- data/data/doc/xmpp4r/examples/basic/send_vcard.rb +3 -4
- data/data/doc/xmpp4r/examples/basic/tune_client.rb +56 -0
- data/data/doc/xmpp4r/examples/basic/tune_server.rb +58 -0
- data/data/doc/xmpp4r/examples/basic/versionbot.rb +1 -1
- data/lib/xmpp4r.rb +4 -4
- data/lib/xmpp4r/base64.rb +32 -0
- data/lib/xmpp4r/bytestreams/helper/filetransfer.rb +10 -11
- data/lib/xmpp4r/bytestreams/helper/ibb/base.rb +6 -8
- data/lib/xmpp4r/bytestreams/helper/ibb/initiator.rb +3 -6
- data/lib/xmpp4r/bytestreams/helper/ibb/target.rb +0 -1
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb +8 -11
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb +4 -7
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb +7 -3
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb +10 -5
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb +14 -4
- data/lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb.orig +62 -0
- data/lib/xmpp4r/bytestreams/iq/bytestreams.rb +0 -1
- data/lib/xmpp4r/callbacks.rb +5 -5
- data/lib/xmpp4r/caps.rb +1 -0
- data/lib/xmpp4r/caps/c.rb +53 -0
- data/lib/xmpp4r/caps/helper/generator.rb +160 -0
- data/lib/xmpp4r/caps/helper/helper.rb +87 -0
- data/lib/xmpp4r/client.rb +111 -40
- data/lib/xmpp4r/command/iq/command.rb +1 -1
- data/lib/xmpp4r/component.rb +8 -8
- data/lib/xmpp4r/connection.rb +25 -9
- data/lib/xmpp4r/dataforms/x/data.rb +17 -5
- data/lib/xmpp4r/debuglog.rb +13 -5
- data/lib/xmpp4r/delay/x/delay.rb +1 -1
- data/lib/xmpp4r/discovery.rb +3 -2
- data/lib/xmpp4r/discovery/helper/responder.rb +165 -0
- data/lib/xmpp4r/discovery/iq/discoinfo.rb +11 -12
- data/lib/xmpp4r/discovery/iq/discoitems.rb +12 -4
- data/lib/xmpp4r/{error.rb → errors.rb} +66 -10
- data/lib/xmpp4r/framework/base.rb +55 -0
- data/lib/xmpp4r/framework/bot.rb +148 -0
- data/lib/xmpp4r/httpbinding/client.rb +1 -1
- data/lib/xmpp4r/idgenerator.rb +1 -1
- data/lib/xmpp4r/iq.rb +34 -23
- data/lib/xmpp4r/jid.rb +2 -2
- data/lib/xmpp4r/message.rb +1 -1
- data/lib/xmpp4r/muc.rb +2 -0
- data/lib/xmpp4r/muc/helper/mucbrowser.rb +4 -19
- data/lib/xmpp4r/muc/helper/mucclient.rb +54 -23
- data/lib/xmpp4r/muc/helper/simplemucclient.rb +107 -1
- data/lib/xmpp4r/muc/iq/mucadmin.rb +23 -0
- data/lib/xmpp4r/muc/iq/mucadminitem.rb +20 -0
- data/lib/xmpp4r/muc/iq/mucowner.rb +5 -1
- data/lib/xmpp4r/muc/item.rb +143 -0
- data/lib/xmpp4r/muc/x/mucuserinvite.rb +2 -2
- data/lib/xmpp4r/muc/x/mucuseritem.rb +3 -117
- data/lib/xmpp4r/presence.rb +2 -1
- data/lib/xmpp4r/pubsub.rb +7 -0
- data/lib/xmpp4r/pubsub/children/configuration.rb +86 -0
- data/lib/xmpp4r/pubsub/{stanzas → children}/event.rb +13 -13
- data/lib/xmpp4r/pubsub/{stanzas → children}/item.rb +9 -1
- data/lib/xmpp4r/pubsub/{stanzas → children}/items.rb +10 -1
- data/lib/xmpp4r/pubsub/children/node_config.rb +48 -0
- data/lib/xmpp4r/pubsub/children/publish.rb +24 -0
- data/lib/xmpp4r/pubsub/{stanzas → children}/subscription.rb +16 -12
- data/lib/xmpp4r/pubsub/children/subscription_config.rb +67 -0
- data/lib/xmpp4r/pubsub/children/unsubscribe.rb +48 -0
- data/lib/xmpp4r/pubsub/helper/nodebrowser.rb +49 -93
- data/lib/xmpp4r/pubsub/helper/nodehelper.rb +39 -36
- data/lib/xmpp4r/pubsub/helper/servicehelper.rb +253 -162
- data/lib/xmpp4r/pubsub/iq/pubsub.rb +1 -1
- data/lib/xmpp4r/rexmladdons.rb +56 -28
- data/lib/xmpp4r/roster.rb +0 -1
- data/lib/xmpp4r/roster/helper/roster.rb +26 -15
- data/lib/xmpp4r/roster/iq/roster.rb +19 -19
- data/lib/xmpp4r/roster/x/roster.rb +10 -10
- data/lib/xmpp4r/rpc/helper/client.rb +17 -8
- data/lib/xmpp4r/rpc/helper/server.rb +1 -2
- data/lib/xmpp4r/rpc/helper/xmlrpcaddons.rb +14 -4
- data/lib/xmpp4r/rpc/iq/rpc.rb +0 -1
- data/lib/xmpp4r/sasl.rb +27 -6
- data/lib/xmpp4r/stream.rb +39 -44
- data/lib/xmpp4r/streamparser.rb +4 -4
- data/lib/xmpp4r/tune.rb +2 -0
- data/lib/xmpp4r/tune/helper/helper.rb +58 -0
- data/lib/xmpp4r/tune/tune.rb +113 -0
- data/lib/xmpp4r/vcard.rb +0 -1
- data/lib/xmpp4r/vcard/helper/vcard.rb +1 -3
- data/lib/xmpp4r/vcard/iq/vcard.rb +14 -0
- data/lib/xmpp4r/version/iq/version.rb +0 -1
- data/lib/xmpp4r/x.rb +1 -1
- data/lib/xmpp4r/xhtml.rb +1 -0
- data/lib/xmpp4r/xhtml/html.rb +115 -0
- data/lib/xmpp4r/xmpp4r.rb +7 -5
- data/lib/xmpp4r/xmppelement.rb +21 -5
- data/lib/xmpp4r/xmppstanza.rb +6 -6
- data/setup.rb +4 -4
- data/test/bytestreams/tc_ibb.rb +2 -2
- data/test/bytestreams/tc_socks5bytestreams.rb +12 -2
- data/test/caps/tc_helper.rb +156 -0
- data/test/dataforms/tc_data.rb +0 -0
- data/test/delay/tc_xdelay.rb +2 -2
- data/test/discovery/tc_responder.rb +91 -0
- data/test/lib/assert_equal_xml.rb +14 -0
- data/test/lib/clienttester.rb +31 -24
- data/test/muc/tc_muc_mucclient.rb +249 -13
- data/test/muc/tc_muc_simplemucclient.rb +41 -2
- data/test/muc/tc_mucowner.rb +0 -0
- data/test/pubsub/tc_helper.rb +486 -51
- data/test/pubsub/tc_nodeconfig.rb +54 -0
- data/test/pubsub/tc_subscriptionconfig.rb +41 -0
- data/test/roster/tc_helper.rb +6 -7
- data/test/roster/tc_iqqueryroster.rb +16 -16
- data/test/roster/tc_xroster.rb +1 -1
- data/test/rpc/tc_helper.rb +15 -3
- data/test/tc_callbacks.rb +7 -7
- data/test/tc_class_names.rb +15 -6
- data/test/tc_client.rb +3 -3
- data/test/{tc_error.rb → tc_errors.rb} +54 -12
- data/test/tc_idgenerator.rb +0 -0
- data/test/tc_iq.rb +32 -29
- data/test/tc_iqquery.rb +2 -2
- data/test/tc_jid.rb +44 -42
- data/test/tc_message.rb +13 -12
- data/test/tc_presence.rb +25 -24
- data/test/tc_rexml.rb +81 -2
- data/test/tc_stream.rb +15 -13
- data/test/tc_streamComponent.rb +6 -5
- data/test/tc_streamError.rb +21 -15
- data/test/tc_streamSend.rb +9 -9
- data/test/tc_streamparser.rb +112 -0
- data/test/tc_xmppstanza.rb +19 -9
- data/test/ts_xmpp4r.rb +10 -1
- data/test/tune/tc_helper_recv.rb +84 -0
- data/test/tune/tc_helper_send.rb +74 -0
- data/test/tune/tc_tune.rb +79 -0
- data/test/vcard/tc_helper.rb +2 -2
- data/test/vcard/tc_iqvcard.rb +13 -3
- data/test/version/tc_helper.rb +2 -2
- data/test/version/tc_iqqueryversion.rb +10 -10
- data/test/xhtml/tc_html.rb +41 -0
- data/tools/gen_requires.bash +29 -8
- data/tools/xmpp4r-gemspec-test.rb +11 -0
- data/xmpp4r.gemspec +291 -0
- metadata +277 -218
- data/README +0 -28
- data/UPDATING +0 -40
- data/data/doc/xmpp4r/examples/buggy/jabber2jabber/jabber2jabber.rb +0 -18
- data/data/doc/xmpp4r/examples/buggy/miniedgarr_cgi.rb +0 -192
- data/data/doc/xmpp4r/examples/buggy/miniedgarr_watch.rb +0 -82
- data/lib/xmpp4r/authenticationfailure.rb +0 -13
- data/lib/xmpp4r/errorexception.rb +0 -32
- data/tools/doctoweb.bash +0 -30
@@ -0,0 +1,41 @@
|
|
1
|
+
#!/usr/bin/ruby
|
2
|
+
|
3
|
+
$:.unshift File::dirname(__FILE__) + '/../../lib'
|
4
|
+
|
5
|
+
require 'test/unit'
|
6
|
+
require File::dirname(__FILE__) + '/../lib/clienttester'
|
7
|
+
|
8
|
+
require 'xmpp4r/xhtml'
|
9
|
+
include Jabber
|
10
|
+
|
11
|
+
class XHTML::HTMLTest < Test::Unit::TestCase
|
12
|
+
def test_set
|
13
|
+
contents1 = REXML::Element.new('p')
|
14
|
+
contents1.text = 'Hello'
|
15
|
+
html = XHTML::HTML.new(contents1)
|
16
|
+
assert_kind_of(XHTML::Body, html.first_element('body'))
|
17
|
+
assert_equal("<html xmlns='http://jabber.org/protocol/xhtml-im'><body xmlns='http://www.w3.org/1999/xhtml'><p>Hello</p></body></html>", html.to_s)
|
18
|
+
|
19
|
+
contents2 = REXML::Element.new('a')
|
20
|
+
contents2.attributes['href'] = 'about:blank'
|
21
|
+
contents2.text = 'nothing'
|
22
|
+
html.contents = ["Look at ", contents2]
|
23
|
+
assert_equal("<html xmlns='http://jabber.org/protocol/xhtml-im'><body xmlns='http://www.w3.org/1999/xhtml'>Look at <a href='about:blank'>nothing</a></body></html>", html.to_s)
|
24
|
+
end
|
25
|
+
|
26
|
+
def test_parse
|
27
|
+
html = XHTML::HTML.new('There is a fine <a href="http://home.gna.org/xmpp4r/">library</a>')
|
28
|
+
assert_equal("<html xmlns='http://jabber.org/protocol/xhtml-im'><body xmlns='http://www.w3.org/1999/xhtml'>There is a fine <a href='http://home.gna.org/xmpp4r/'>library</a></body></html>", html.to_s)
|
29
|
+
end
|
30
|
+
|
31
|
+
def test_text
|
32
|
+
a1 = REXML::Element.new('a')
|
33
|
+
a1.attributes['href'] = 'http://www.jabber.org/'
|
34
|
+
a1.text = 'Jabber'
|
35
|
+
a2 = REXML::Element.new('a')
|
36
|
+
a2.attributes['href'] = 'http://home.gna.org/xmpp4r/'
|
37
|
+
a2.text = 'XMPP4R'
|
38
|
+
html = XHTML::HTML.new(["Look at ", a1, " & ", a2])
|
39
|
+
assert_equal("Look at Jabber & XMPP4R", html.to_text)
|
40
|
+
end
|
41
|
+
end
|
data/tools/gen_requires.bash
CHANGED
@@ -1,10 +1,31 @@
|
|
1
1
|
#!/bin/bash
|
2
2
|
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
3
|
+
# Generate a full graph of the requires in the Ruby files of this library.
|
4
|
+
#
|
5
|
+
# Output : The graph is generated as a .png file in the same dir as this script.
|
6
|
+
#
|
7
|
+
# This script requires the following tools to be installed:
|
8
|
+
#
|
9
|
+
# * mktemp
|
10
|
+
# * dot (Try 'sudo port install graphviz' on OS X)
|
11
|
+
|
12
|
+
export TMPDIR='/tmp'
|
13
|
+
export TMPFILE=$(mktemp $TMPDIR/gen_requires.XXXXXX)
|
14
|
+
export OUTFILE='gen_requires.png'
|
15
|
+
export SELFDIR=`pwd`
|
16
|
+
export LIBDIR=$SELFDIR/../lib
|
17
|
+
|
18
|
+
#######################################
|
19
|
+
# Unlikely you need to edit below here
|
20
|
+
#######################################
|
21
|
+
|
22
|
+
cd $LIBDIR
|
23
|
+
|
24
|
+
echo "strict digraph requirestree { " > $TMPFILE
|
25
|
+
grep -r "^require " * | grep -v swp | sed "s/^\(.*\).rb:require '\(.*\)'/\1 -> \2;/" | sed 's/\//_/g' >> $TMPFILE
|
26
|
+
echo "}" >> $TMPFILE
|
27
|
+
|
28
|
+
cd $SELFDIR
|
29
|
+
dot -Tpng $TMPFILE -o $OUTFILE
|
30
|
+
rm -f $TMPFILE
|
31
|
+
|
@@ -0,0 +1,11 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
# Since GitHub doesn't allow unsafe commands in a gemspec this script
|
4
|
+
# will simulate running in their environment.
|
5
|
+
|
6
|
+
require 'rubygems/specification'
|
7
|
+
data = File.read('../xmpp4r.gemspec')
|
8
|
+
spec = nil
|
9
|
+
Thread.new { spec = eval("$SAFE = 3\n#{data}") }.join
|
10
|
+
puts spec
|
11
|
+
|
data/xmpp4r.gemspec
ADDED
@@ -0,0 +1,291 @@
|
|
1
|
+
# WARNING : RAKE AUTO-GENERATED FILE. DO NOT MANUALLY EDIT!
|
2
|
+
# RUN : 'rake gem:update_gemspec'
|
3
|
+
|
4
|
+
Gem::Specification.new do |s|
|
5
|
+
s.rubygems_version = "1.2.0"
|
6
|
+
s.homepage = "http://home.gna.org/xmpp4r/"
|
7
|
+
s.loaded = "false"
|
8
|
+
s.rubyforge_project = "xmpp4r"
|
9
|
+
s.summary = "XMPP4R is an XMPP/Jabber library for Ruby."
|
10
|
+
s.require_paths = ["lib"]
|
11
|
+
s.description = "XMPP4R is an XMPP/Jabber library for Ruby."
|
12
|
+
s.extra_rdoc_files = ["README.rdoc", "README_ruby19.txt", "CHANGELOG", "LICENSE", "COPYING"]
|
13
|
+
s.platform = "ruby"
|
14
|
+
s.authors = ["Lucas Nussbaum", "Stephan Maka", "Glenn Rempe"]
|
15
|
+
s.name = "xmpp4r"
|
16
|
+
s.files = ["CHANGELOG",
|
17
|
+
"COPYING",
|
18
|
+
"LICENSE",
|
19
|
+
"README.rdoc",
|
20
|
+
"README_ruby19.txt",
|
21
|
+
"Rakefile",
|
22
|
+
"data/doc",
|
23
|
+
"data/doc/xmpp4r",
|
24
|
+
"data/doc/xmpp4r/examples",
|
25
|
+
"data/doc/xmpp4r/examples/advanced",
|
26
|
+
"data/doc/xmpp4r/examples/advanced/adventure",
|
27
|
+
"data/doc/xmpp4r/examples/advanced/adventure/README",
|
28
|
+
"data/doc/xmpp4r/examples/advanced/adventure/adventure.rb",
|
29
|
+
"data/doc/xmpp4r/examples/advanced/adventure/adventuremuc.rb",
|
30
|
+
"data/doc/xmpp4r/examples/advanced/adventure/cube.xml",
|
31
|
+
"data/doc/xmpp4r/examples/advanced/adventure/tower.xml",
|
32
|
+
"data/doc/xmpp4r/examples/advanced/adventure/world.rb",
|
33
|
+
"data/doc/xmpp4r/examples/advanced/fileserve.conf",
|
34
|
+
"data/doc/xmpp4r/examples/advanced/fileserve.rb",
|
35
|
+
"data/doc/xmpp4r/examples/advanced/getonline.rb",
|
36
|
+
"data/doc/xmpp4r/examples/advanced/gtkmucclient.rb",
|
37
|
+
"data/doc/xmpp4r/examples/advanced/migrate.rb",
|
38
|
+
"data/doc/xmpp4r/examples/advanced/minimuc.rb",
|
39
|
+
"data/doc/xmpp4r/examples/advanced/pep-aggregator",
|
40
|
+
"data/doc/xmpp4r/examples/advanced/pep-aggregator/index.xsl",
|
41
|
+
"data/doc/xmpp4r/examples/advanced/pep-aggregator/pep-aggregator.rb",
|
42
|
+
"data/doc/xmpp4r/examples/advanced/recvfile.rb",
|
43
|
+
"data/doc/xmpp4r/examples/advanced/rosterdiscovery.rb",
|
44
|
+
"data/doc/xmpp4r/examples/advanced/sendfile.conf",
|
45
|
+
"data/doc/xmpp4r/examples/advanced/sendfile.rb",
|
46
|
+
"data/doc/xmpp4r/examples/advanced/shellmgr",
|
47
|
+
"data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr.rb",
|
48
|
+
"data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_jabber.rb",
|
49
|
+
"data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb",
|
50
|
+
"data/doc/xmpp4r/examples/advanced/versionpoll.rb",
|
51
|
+
"data/doc/xmpp4r/examples/advanced/xmpping.rb",
|
52
|
+
"data/doc/xmpp4r/examples/advanced/xmppingrc.sample",
|
53
|
+
"data/doc/xmpp4r/examples/basic",
|
54
|
+
"data/doc/xmpp4r/examples/basic/change_password.rb",
|
55
|
+
"data/doc/xmpp4r/examples/basic/client.rb",
|
56
|
+
"data/doc/xmpp4r/examples/basic/component.rb",
|
57
|
+
"data/doc/xmpp4r/examples/basic/echo.rb",
|
58
|
+
"data/doc/xmpp4r/examples/basic/jabbersend.rb",
|
59
|
+
"data/doc/xmpp4r/examples/basic/mass_sender.rb",
|
60
|
+
"data/doc/xmpp4r/examples/basic/muc_owner_config.rb",
|
61
|
+
"data/doc/xmpp4r/examples/basic/mucinfo.rb",
|
62
|
+
"data/doc/xmpp4r/examples/basic/mucsimplebot.rb",
|
63
|
+
"data/doc/xmpp4r/examples/basic/register.rb",
|
64
|
+
"data/doc/xmpp4r/examples/basic/remove_registration.rb",
|
65
|
+
"data/doc/xmpp4r/examples/basic/roster.rb",
|
66
|
+
"data/doc/xmpp4r/examples/basic/rosterprint.rb",
|
67
|
+
"data/doc/xmpp4r/examples/basic/rosterrename.rb",
|
68
|
+
"data/doc/xmpp4r/examples/basic/rosterwatch.rb",
|
69
|
+
"data/doc/xmpp4r/examples/basic/send_vcard.rb",
|
70
|
+
"data/doc/xmpp4r/examples/basic/tune_client.rb",
|
71
|
+
"data/doc/xmpp4r/examples/basic/tune_server.rb",
|
72
|
+
"data/doc/xmpp4r/examples/basic/versionbot.rb",
|
73
|
+
"lib/xmpp4r",
|
74
|
+
"lib/xmpp4r.rb",
|
75
|
+
"lib/xmpp4r/base64.rb",
|
76
|
+
"lib/xmpp4r/bytestreams",
|
77
|
+
"lib/xmpp4r/bytestreams.rb",
|
78
|
+
"lib/xmpp4r/bytestreams/helper",
|
79
|
+
"lib/xmpp4r/bytestreams/helper/filetransfer.rb",
|
80
|
+
"lib/xmpp4r/bytestreams/helper/ibb",
|
81
|
+
"lib/xmpp4r/bytestreams/helper/ibb/base.rb",
|
82
|
+
"lib/xmpp4r/bytestreams/helper/ibb/initiator.rb",
|
83
|
+
"lib/xmpp4r/bytestreams/helper/ibb/target.rb",
|
84
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams",
|
85
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb",
|
86
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb",
|
87
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb",
|
88
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb",
|
89
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb",
|
90
|
+
"lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb.orig",
|
91
|
+
"lib/xmpp4r/bytestreams/iq",
|
92
|
+
"lib/xmpp4r/bytestreams/iq/bytestreams.rb",
|
93
|
+
"lib/xmpp4r/bytestreams/iq/si.rb",
|
94
|
+
"lib/xmpp4r/callbacks.rb",
|
95
|
+
"lib/xmpp4r/caps",
|
96
|
+
"lib/xmpp4r/caps.rb",
|
97
|
+
"lib/xmpp4r/caps/c.rb",
|
98
|
+
"lib/xmpp4r/caps/helper",
|
99
|
+
"lib/xmpp4r/caps/helper/generator.rb",
|
100
|
+
"lib/xmpp4r/caps/helper/helper.rb",
|
101
|
+
"lib/xmpp4r/client.rb",
|
102
|
+
"lib/xmpp4r/command",
|
103
|
+
"lib/xmpp4r/command/helper",
|
104
|
+
"lib/xmpp4r/command/helper/responder.rb",
|
105
|
+
"lib/xmpp4r/command/iq",
|
106
|
+
"lib/xmpp4r/command/iq/command.rb",
|
107
|
+
"lib/xmpp4r/component.rb",
|
108
|
+
"lib/xmpp4r/connection.rb",
|
109
|
+
"lib/xmpp4r/dataforms",
|
110
|
+
"lib/xmpp4r/dataforms.rb",
|
111
|
+
"lib/xmpp4r/dataforms/x",
|
112
|
+
"lib/xmpp4r/dataforms/x/data.rb",
|
113
|
+
"lib/xmpp4r/debuglog.rb",
|
114
|
+
"lib/xmpp4r/delay",
|
115
|
+
"lib/xmpp4r/delay.rb",
|
116
|
+
"lib/xmpp4r/delay/x",
|
117
|
+
"lib/xmpp4r/delay/x/delay.rb",
|
118
|
+
"lib/xmpp4r/discovery",
|
119
|
+
"lib/xmpp4r/discovery.rb",
|
120
|
+
"lib/xmpp4r/discovery/helper",
|
121
|
+
"lib/xmpp4r/discovery/helper/responder.rb",
|
122
|
+
"lib/xmpp4r/discovery/iq",
|
123
|
+
"lib/xmpp4r/discovery/iq/discoinfo.rb",
|
124
|
+
"lib/xmpp4r/discovery/iq/discoitems.rb",
|
125
|
+
"lib/xmpp4r/errors.rb",
|
126
|
+
"lib/xmpp4r/feature_negotiation",
|
127
|
+
"lib/xmpp4r/feature_negotiation.rb",
|
128
|
+
"lib/xmpp4r/feature_negotiation/iq",
|
129
|
+
"lib/xmpp4r/feature_negotiation/iq/feature.rb",
|
130
|
+
"lib/xmpp4r/framework",
|
131
|
+
"lib/xmpp4r/framework/base.rb",
|
132
|
+
"lib/xmpp4r/framework/bot.rb",
|
133
|
+
"lib/xmpp4r/httpbinding",
|
134
|
+
"lib/xmpp4r/httpbinding.rb",
|
135
|
+
"lib/xmpp4r/httpbinding/client.rb",
|
136
|
+
"lib/xmpp4r/idgenerator.rb",
|
137
|
+
"lib/xmpp4r/iq.rb",
|
138
|
+
"lib/xmpp4r/jid.rb",
|
139
|
+
"lib/xmpp4r/message.rb",
|
140
|
+
"lib/xmpp4r/muc",
|
141
|
+
"lib/xmpp4r/muc.rb",
|
142
|
+
"lib/xmpp4r/muc/helper",
|
143
|
+
"lib/xmpp4r/muc/helper/mucbrowser.rb",
|
144
|
+
"lib/xmpp4r/muc/helper/mucclient.rb",
|
145
|
+
"lib/xmpp4r/muc/helper/simplemucclient.rb",
|
146
|
+
"lib/xmpp4r/muc/iq",
|
147
|
+
"lib/xmpp4r/muc/iq/mucadmin.rb",
|
148
|
+
"lib/xmpp4r/muc/iq/mucadminitem.rb",
|
149
|
+
"lib/xmpp4r/muc/iq/mucowner.rb",
|
150
|
+
"lib/xmpp4r/muc/item.rb",
|
151
|
+
"lib/xmpp4r/muc/x",
|
152
|
+
"lib/xmpp4r/muc/x/muc.rb",
|
153
|
+
"lib/xmpp4r/muc/x/mucuserinvite.rb",
|
154
|
+
"lib/xmpp4r/muc/x/mucuseritem.rb",
|
155
|
+
"lib/xmpp4r/presence.rb",
|
156
|
+
"lib/xmpp4r/pubsub",
|
157
|
+
"lib/xmpp4r/pubsub.rb",
|
158
|
+
"lib/xmpp4r/pubsub/children",
|
159
|
+
"lib/xmpp4r/pubsub/children/configuration.rb",
|
160
|
+
"lib/xmpp4r/pubsub/children/event.rb",
|
161
|
+
"lib/xmpp4r/pubsub/children/item.rb",
|
162
|
+
"lib/xmpp4r/pubsub/children/items.rb",
|
163
|
+
"lib/xmpp4r/pubsub/children/node_config.rb",
|
164
|
+
"lib/xmpp4r/pubsub/children/publish.rb",
|
165
|
+
"lib/xmpp4r/pubsub/children/subscription.rb",
|
166
|
+
"lib/xmpp4r/pubsub/children/subscription_config.rb",
|
167
|
+
"lib/xmpp4r/pubsub/children/unsubscribe.rb",
|
168
|
+
"lib/xmpp4r/pubsub/helper",
|
169
|
+
"lib/xmpp4r/pubsub/helper/nodebrowser.rb",
|
170
|
+
"lib/xmpp4r/pubsub/helper/nodehelper.rb",
|
171
|
+
"lib/xmpp4r/pubsub/helper/servicehelper.rb",
|
172
|
+
"lib/xmpp4r/pubsub/iq",
|
173
|
+
"lib/xmpp4r/pubsub/iq/pubsub.rb",
|
174
|
+
"lib/xmpp4r/query.rb",
|
175
|
+
"lib/xmpp4r/rexmladdons.rb",
|
176
|
+
"lib/xmpp4r/roster",
|
177
|
+
"lib/xmpp4r/roster.rb",
|
178
|
+
"lib/xmpp4r/roster/helper",
|
179
|
+
"lib/xmpp4r/roster/helper/roster.rb",
|
180
|
+
"lib/xmpp4r/roster/iq",
|
181
|
+
"lib/xmpp4r/roster/iq/roster.rb",
|
182
|
+
"lib/xmpp4r/roster/x",
|
183
|
+
"lib/xmpp4r/roster/x/roster.rb",
|
184
|
+
"lib/xmpp4r/rpc",
|
185
|
+
"lib/xmpp4r/rpc.rb",
|
186
|
+
"lib/xmpp4r/rpc/helper",
|
187
|
+
"lib/xmpp4r/rpc/helper/client.rb",
|
188
|
+
"lib/xmpp4r/rpc/helper/server.rb",
|
189
|
+
"lib/xmpp4r/rpc/helper/xmlrpcaddons.rb",
|
190
|
+
"lib/xmpp4r/rpc/iq",
|
191
|
+
"lib/xmpp4r/rpc/iq/rpc.rb",
|
192
|
+
"lib/xmpp4r/sasl.rb",
|
193
|
+
"lib/xmpp4r/semaphore.rb",
|
194
|
+
"lib/xmpp4r/stream.rb",
|
195
|
+
"lib/xmpp4r/streamparser.rb",
|
196
|
+
"lib/xmpp4r/tune",
|
197
|
+
"lib/xmpp4r/tune.rb",
|
198
|
+
"lib/xmpp4r/tune/helper",
|
199
|
+
"lib/xmpp4r/tune/helper/helper.rb",
|
200
|
+
"lib/xmpp4r/tune/tune.rb",
|
201
|
+
"lib/xmpp4r/vcard",
|
202
|
+
"lib/xmpp4r/vcard.rb",
|
203
|
+
"lib/xmpp4r/vcard/helper",
|
204
|
+
"lib/xmpp4r/vcard/helper/vcard.rb",
|
205
|
+
"lib/xmpp4r/vcard/iq",
|
206
|
+
"lib/xmpp4r/vcard/iq/vcard.rb",
|
207
|
+
"lib/xmpp4r/version",
|
208
|
+
"lib/xmpp4r/version.rb",
|
209
|
+
"lib/xmpp4r/version/helper",
|
210
|
+
"lib/xmpp4r/version/helper/responder.rb",
|
211
|
+
"lib/xmpp4r/version/helper/simpleresponder.rb",
|
212
|
+
"lib/xmpp4r/version/iq",
|
213
|
+
"lib/xmpp4r/version/iq/version.rb",
|
214
|
+
"lib/xmpp4r/x.rb",
|
215
|
+
"lib/xmpp4r/xhtml",
|
216
|
+
"lib/xmpp4r/xhtml.rb",
|
217
|
+
"lib/xmpp4r/xhtml/html.rb",
|
218
|
+
"lib/xmpp4r/xmpp4r.rb",
|
219
|
+
"lib/xmpp4r/xmppelement.rb",
|
220
|
+
"lib/xmpp4r/xmppstanza.rb",
|
221
|
+
"setup.rb",
|
222
|
+
"test/bytestreams",
|
223
|
+
"test/bytestreams/tc_ibb.rb",
|
224
|
+
"test/bytestreams/tc_socks5bytestreams.rb",
|
225
|
+
"test/caps",
|
226
|
+
"test/caps/tc_helper.rb",
|
227
|
+
"test/dataforms",
|
228
|
+
"test/dataforms/tc_data.rb",
|
229
|
+
"test/delay",
|
230
|
+
"test/delay/tc_xdelay.rb",
|
231
|
+
"test/discovery",
|
232
|
+
"test/discovery/tc_responder.rb",
|
233
|
+
"test/lib",
|
234
|
+
"test/lib/assert_equal_xml.rb",
|
235
|
+
"test/lib/clienttester.rb",
|
236
|
+
"test/muc",
|
237
|
+
"test/muc/tc_muc_mucclient.rb",
|
238
|
+
"test/muc/tc_muc_simplemucclient.rb",
|
239
|
+
"test/muc/tc_mucowner.rb",
|
240
|
+
"test/pubsub",
|
241
|
+
"test/pubsub/tc_helper.rb",
|
242
|
+
"test/pubsub/tc_nodeconfig.rb",
|
243
|
+
"test/pubsub/tc_subscriptionconfig.rb",
|
244
|
+
"test/roster",
|
245
|
+
"test/roster/tc_helper.rb",
|
246
|
+
"test/roster/tc_iqqueryroster.rb",
|
247
|
+
"test/roster/tc_xroster.rb",
|
248
|
+
"test/rpc",
|
249
|
+
"test/rpc/tc_helper.rb",
|
250
|
+
"test/tc_callbacks.rb",
|
251
|
+
"test/tc_class_names.rb",
|
252
|
+
"test/tc_client.rb",
|
253
|
+
"test/tc_errors.rb",
|
254
|
+
"test/tc_idgenerator.rb",
|
255
|
+
"test/tc_iq.rb",
|
256
|
+
"test/tc_iqquery.rb",
|
257
|
+
"test/tc_jid.rb",
|
258
|
+
"test/tc_message.rb",
|
259
|
+
"test/tc_presence.rb",
|
260
|
+
"test/tc_rexml.rb",
|
261
|
+
"test/tc_stream.rb",
|
262
|
+
"test/tc_streamComponent.rb",
|
263
|
+
"test/tc_streamError.rb",
|
264
|
+
"test/tc_streamSend.rb",
|
265
|
+
"test/tc_streamparser.rb",
|
266
|
+
"test/tc_xmppstanza.rb",
|
267
|
+
"test/ts_xmpp4r.rb",
|
268
|
+
"test/tune",
|
269
|
+
"test/tune/tc_helper_recv.rb",
|
270
|
+
"test/tune/tc_helper_send.rb",
|
271
|
+
"test/tune/tc_tune.rb",
|
272
|
+
"test/vcard",
|
273
|
+
"test/vcard/tc_helper.rb",
|
274
|
+
"test/vcard/tc_iqvcard.rb",
|
275
|
+
"test/version",
|
276
|
+
"test/version/tc_helper.rb",
|
277
|
+
"test/version/tc_iqqueryversion.rb",
|
278
|
+
"test/xhtml",
|
279
|
+
"test/xhtml/tc_html.rb",
|
280
|
+
"tools/gen_requires.bash",
|
281
|
+
"tools/xmpp4r-gemspec-test.rb",
|
282
|
+
"xmpp4r.gemspec"]
|
283
|
+
s.required_rubygems_version = ">= 0"
|
284
|
+
s.has_rdoc = true
|
285
|
+
s.specification_version = "2"
|
286
|
+
s.email = "xmpp4r-devel@gna.org"
|
287
|
+
s.version = "0.4"
|
288
|
+
s.rdoc_options = ["--quiet", "--title", "XMPP4R is an XMPP/Jabber library for Ruby.", "--opname", "index.html", "--main", "lib/xmpp4r.rb", "--line-numbers", "--inline-source"]
|
289
|
+
s.required_ruby_version = ">= 1.8.4"
|
290
|
+
s.bindir = "bin"
|
291
|
+
end
|
metadata
CHANGED
@@ -1,274 +1,333 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
|
-
rubygems_version: 0.9.4
|
3
|
-
specification_version: 1
|
4
2
|
name: xmpp4r
|
5
3
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.
|
7
|
-
date: 2007-10-15 00:00:00 +02:00
|
8
|
-
summary: Ruby library for Jabber Instant-Messaging
|
9
|
-
require_paths:
|
10
|
-
- lib
|
11
|
-
email:
|
12
|
-
homepage:
|
13
|
-
rubyforge_project:
|
14
|
-
description: Ruby library for Jabber Instant-Messaging
|
15
|
-
autorequire: xmpp4r
|
16
|
-
default_executable:
|
17
|
-
bindir: bin
|
18
|
-
has_rdoc: false
|
19
|
-
required_ruby_version: !ruby/object:Gem::Version::Requirement
|
20
|
-
requirements:
|
21
|
-
- - ">"
|
22
|
-
- !ruby/object:Gem::Version
|
23
|
-
version: 0.0.0
|
24
|
-
version:
|
4
|
+
version: "0.4"
|
25
5
|
platform: ruby
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
6
|
+
authors:
|
7
|
+
- Lucas Nussbaum
|
8
|
+
- Stephan Maka
|
9
|
+
- Glenn Rempe
|
10
|
+
autorequire:
|
11
|
+
bindir: bin
|
12
|
+
cert_chain: []
|
30
13
|
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
14
|
+
date: 2008-08-05 00:00:00 +02:00
|
15
|
+
default_executable:
|
16
|
+
dependencies: []
|
17
|
+
|
18
|
+
description: XMPP4R is an XMPP/Jabber library for Ruby.
|
19
|
+
email: xmpp4r-devel@gna.org
|
20
|
+
executables: []
|
21
|
+
|
22
|
+
extensions: []
|
23
|
+
|
24
|
+
extra_rdoc_files:
|
25
|
+
- README.rdoc
|
26
|
+
- README_ruby19.txt
|
27
|
+
- CHANGELOG
|
35
28
|
- LICENSE
|
36
|
-
-
|
29
|
+
- COPYING
|
30
|
+
files:
|
37
31
|
- Rakefile
|
38
|
-
-
|
39
|
-
-
|
40
|
-
-
|
32
|
+
- setup.rb
|
33
|
+
- xmpp4r.gemspec
|
34
|
+
- README.rdoc
|
35
|
+
- README_ruby19.txt
|
36
|
+
- CHANGELOG
|
37
|
+
- LICENSE
|
38
|
+
- COPYING
|
41
39
|
- lib/xmpp4r
|
42
|
-
- lib/xmpp4r/
|
43
|
-
- lib/xmpp4r/
|
44
|
-
- lib/xmpp4r/
|
45
|
-
- lib/xmpp4r/
|
46
|
-
- lib/xmpp4r/
|
40
|
+
- lib/xmpp4r/base64.rb
|
41
|
+
- lib/xmpp4r/bytestreams.rb
|
42
|
+
- lib/xmpp4r/bytestreams
|
43
|
+
- lib/xmpp4r/bytestreams/helper
|
44
|
+
- lib/xmpp4r/bytestreams/helper/ibb
|
45
|
+
- lib/xmpp4r/bytestreams/helper/ibb/target.rb
|
46
|
+
- lib/xmpp4r/bytestreams/helper/ibb/base.rb
|
47
|
+
- lib/xmpp4r/bytestreams/helper/ibb/initiator.rb
|
48
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams
|
49
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb
|
50
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb
|
51
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb
|
52
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb
|
53
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb.orig
|
54
|
+
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb
|
55
|
+
- lib/xmpp4r/bytestreams/helper/filetransfer.rb
|
56
|
+
- lib/xmpp4r/bytestreams/iq
|
57
|
+
- lib/xmpp4r/bytestreams/iq/bytestreams.rb
|
58
|
+
- lib/xmpp4r/bytestreams/iq/si.rb
|
59
|
+
- lib/xmpp4r/caps
|
60
|
+
- lib/xmpp4r/caps/c.rb
|
61
|
+
- lib/xmpp4r/caps/helper
|
62
|
+
- lib/xmpp4r/caps/helper/generator.rb
|
63
|
+
- lib/xmpp4r/caps/helper/helper.rb
|
47
64
|
- lib/xmpp4r/command
|
48
|
-
- lib/xmpp4r/command/iq
|
49
|
-
- lib/xmpp4r/command/iq/command.rb
|
50
65
|
- lib/xmpp4r/command/helper
|
51
66
|
- lib/xmpp4r/command/helper/responder.rb
|
52
|
-
- lib/xmpp4r/
|
53
|
-
- lib/xmpp4r/
|
54
|
-
- lib/xmpp4r/authenticationfailure.rb
|
55
|
-
- lib/xmpp4r/error.rb
|
56
|
-
- lib/xmpp4r/idgenerator.rb
|
57
|
-
- lib/xmpp4r/version.rb
|
58
|
-
- lib/xmpp4r/feature_negotiation.rb
|
59
|
-
- lib/xmpp4r/sasl.rb
|
60
|
-
- lib/xmpp4r/vcard
|
61
|
-
- lib/xmpp4r/vcard/iq
|
62
|
-
- lib/xmpp4r/vcard/iq/vcard.rb
|
63
|
-
- lib/xmpp4r/vcard/helper
|
64
|
-
- lib/xmpp4r/vcard/helper/vcard.rb
|
65
|
-
- lib/xmpp4r/rexmladdons.rb
|
66
|
-
- lib/xmpp4r/delay
|
67
|
-
- lib/xmpp4r/delay/x
|
68
|
-
- lib/xmpp4r/delay/x/delay.rb
|
69
|
-
- lib/xmpp4r/muc.rb
|
70
|
-
- lib/xmpp4r/xmpp4r.rb
|
71
|
-
- lib/xmpp4r/semaphore.rb
|
72
|
-
- lib/xmpp4r/pubsub
|
73
|
-
- lib/xmpp4r/pubsub/iq
|
74
|
-
- lib/xmpp4r/pubsub/iq/pubsub.rb
|
75
|
-
- lib/xmpp4r/pubsub/helper
|
76
|
-
- lib/xmpp4r/pubsub/helper/servicehelper.rb
|
77
|
-
- lib/xmpp4r/pubsub/helper/nodehelper.rb
|
78
|
-
- lib/xmpp4r/pubsub/helper/nodebrowser.rb
|
79
|
-
- lib/xmpp4r/pubsub/stanzas
|
80
|
-
- lib/xmpp4r/pubsub/stanzas/items.rb
|
81
|
-
- lib/xmpp4r/pubsub/stanzas/item.rb
|
82
|
-
- lib/xmpp4r/pubsub/stanzas/event.rb
|
83
|
-
- lib/xmpp4r/pubsub/stanzas/subscription.rb
|
84
|
-
- lib/xmpp4r/query.rb
|
85
|
-
- lib/xmpp4r/x.rb
|
86
|
-
- lib/xmpp4r/message.rb
|
87
|
-
- lib/xmpp4r/debuglog.rb
|
88
|
-
- lib/xmpp4r/streamparser.rb
|
67
|
+
- lib/xmpp4r/command/iq
|
68
|
+
- lib/xmpp4r/command/iq/command.rb
|
89
69
|
- lib/xmpp4r/dataforms.rb
|
90
70
|
- lib/xmpp4r/dataforms
|
91
71
|
- lib/xmpp4r/dataforms/x
|
92
72
|
- lib/xmpp4r/dataforms/x/data.rb
|
73
|
+
- lib/xmpp4r/delay.rb
|
74
|
+
- lib/xmpp4r/delay
|
75
|
+
- lib/xmpp4r/delay/x
|
76
|
+
- lib/xmpp4r/delay/x/delay.rb
|
93
77
|
- lib/xmpp4r/discovery.rb
|
78
|
+
- lib/xmpp4r/discovery
|
79
|
+
- lib/xmpp4r/discovery/helper
|
80
|
+
- lib/xmpp4r/discovery/helper/responder.rb
|
81
|
+
- lib/xmpp4r/discovery/iq
|
82
|
+
- lib/xmpp4r/discovery/iq/discoinfo.rb
|
83
|
+
- lib/xmpp4r/discovery/iq/discoitems.rb
|
84
|
+
- lib/xmpp4r/feature_negotiation.rb
|
85
|
+
- lib/xmpp4r/feature_negotiation
|
86
|
+
- lib/xmpp4r/feature_negotiation/iq
|
87
|
+
- lib/xmpp4r/feature_negotiation/iq/feature.rb
|
88
|
+
- lib/xmpp4r/framework
|
89
|
+
- lib/xmpp4r/framework/base.rb
|
90
|
+
- lib/xmpp4r/framework/bot.rb
|
91
|
+
- lib/xmpp4r/httpbinding.rb
|
92
|
+
- lib/xmpp4r/httpbinding
|
93
|
+
- lib/xmpp4r/httpbinding/client.rb
|
94
|
+
- lib/xmpp4r/idgenerator.rb
|
95
|
+
- lib/xmpp4r/muc.rb
|
94
96
|
- lib/xmpp4r/muc
|
95
|
-
- lib/xmpp4r/muc/iq
|
96
|
-
- lib/xmpp4r/muc/iq/mucowner.rb
|
97
97
|
- lib/xmpp4r/muc/helper
|
98
|
-
- lib/xmpp4r/muc/helper/mucclient.rb
|
99
98
|
- lib/xmpp4r/muc/helper/mucbrowser.rb
|
100
99
|
- lib/xmpp4r/muc/helper/simplemucclient.rb
|
100
|
+
- lib/xmpp4r/muc/helper/mucclient.rb
|
101
|
+
- lib/xmpp4r/muc/iq
|
102
|
+
- lib/xmpp4r/muc/iq/mucadmin.rb
|
103
|
+
- lib/xmpp4r/muc/iq/mucadminitem.rb
|
104
|
+
- lib/xmpp4r/muc/iq/mucowner.rb
|
101
105
|
- lib/xmpp4r/muc/x
|
102
|
-
- lib/xmpp4r/muc/x/mucuserinvite.rb
|
103
|
-
- lib/xmpp4r/muc/x/mucuseritem.rb
|
104
106
|
- lib/xmpp4r/muc/x/muc.rb
|
105
|
-
- lib/xmpp4r/
|
107
|
+
- lib/xmpp4r/muc/x/mucuseritem.rb
|
108
|
+
- lib/xmpp4r/muc/x/mucuserinvite.rb
|
109
|
+
- lib/xmpp4r/muc/item.rb
|
110
|
+
- lib/xmpp4r/presence.rb
|
111
|
+
- lib/xmpp4r/pubsub
|
112
|
+
- lib/xmpp4r/pubsub/helper
|
113
|
+
- lib/xmpp4r/pubsub/helper/nodebrowser.rb
|
114
|
+
- lib/xmpp4r/pubsub/helper/nodehelper.rb
|
115
|
+
- lib/xmpp4r/pubsub/helper/servicehelper.rb
|
116
|
+
- lib/xmpp4r/pubsub/iq
|
117
|
+
- lib/xmpp4r/pubsub/iq/pubsub.rb
|
118
|
+
- lib/xmpp4r/pubsub/children
|
119
|
+
- lib/xmpp4r/pubsub/children/configuration.rb
|
120
|
+
- lib/xmpp4r/pubsub/children/event.rb
|
121
|
+
- lib/xmpp4r/pubsub/children/item.rb
|
122
|
+
- lib/xmpp4r/pubsub/children/items.rb
|
123
|
+
- lib/xmpp4r/pubsub/children/node_config.rb
|
124
|
+
- lib/xmpp4r/pubsub/children/publish.rb
|
125
|
+
- lib/xmpp4r/pubsub/children/subscription.rb
|
126
|
+
- lib/xmpp4r/pubsub/children/unsubscribe.rb
|
127
|
+
- lib/xmpp4r/pubsub/children/subscription_config.rb
|
128
|
+
- lib/xmpp4r/query.rb
|
129
|
+
- lib/xmpp4r/roster.rb
|
106
130
|
- lib/xmpp4r/roster
|
107
|
-
- lib/xmpp4r/roster/iq
|
108
|
-
- lib/xmpp4r/roster/iq/roster.rb
|
109
131
|
- lib/xmpp4r/roster/helper
|
110
132
|
- lib/xmpp4r/roster/helper/roster.rb
|
133
|
+
- lib/xmpp4r/roster/iq
|
134
|
+
- lib/xmpp4r/roster/iq/roster.rb
|
111
135
|
- lib/xmpp4r/roster/x
|
112
136
|
- lib/xmpp4r/roster/x/roster.rb
|
113
|
-
- lib/xmpp4r/
|
114
|
-
- lib/xmpp4r/roster.rb
|
115
|
-
- lib/xmpp4r/version
|
116
|
-
- lib/xmpp4r/version/iq
|
117
|
-
- lib/xmpp4r/version/iq/version.rb
|
118
|
-
- lib/xmpp4r/version/helper
|
119
|
-
- lib/xmpp4r/version/helper/simpleresponder.rb
|
120
|
-
- lib/xmpp4r/version/helper/responder.rb
|
137
|
+
- lib/xmpp4r/rpc.rb
|
121
138
|
- lib/xmpp4r/rpc
|
122
|
-
- lib/xmpp4r/rpc/iq
|
123
|
-
- lib/xmpp4r/rpc/iq/rpc.rb
|
124
139
|
- lib/xmpp4r/rpc/helper
|
125
|
-
- lib/xmpp4r/rpc/helper/server.rb
|
126
|
-
- lib/xmpp4r/rpc/helper/xmlrpcaddons.rb
|
127
140
|
- lib/xmpp4r/rpc/helper/client.rb
|
128
|
-
- lib/xmpp4r/
|
129
|
-
- lib/xmpp4r/
|
130
|
-
- lib/xmpp4r/
|
131
|
-
- lib/xmpp4r/
|
132
|
-
- lib/xmpp4r/
|
133
|
-
- lib/xmpp4r/
|
134
|
-
- lib/xmpp4r/
|
135
|
-
- lib/xmpp4r/
|
136
|
-
- lib/xmpp4r/
|
137
|
-
- lib/xmpp4r/
|
138
|
-
- lib/xmpp4r/bytestreams/helper/ibb/target.rb
|
139
|
-
- lib/xmpp4r/bytestreams/helper/ibb/initiator.rb
|
140
|
-
- lib/xmpp4r/bytestreams/helper/filetransfer.rb
|
141
|
-
- lib/xmpp4r/bytestreams/helper/socks5bytestreams
|
142
|
-
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/base.rb
|
143
|
-
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/target.rb
|
144
|
-
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/server.rb
|
145
|
-
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/initiator.rb
|
146
|
-
- lib/xmpp4r/bytestreams/helper/socks5bytestreams/socks5.rb
|
141
|
+
- lib/xmpp4r/rpc/helper/xmlrpcaddons.rb
|
142
|
+
- lib/xmpp4r/rpc/helper/server.rb
|
143
|
+
- lib/xmpp4r/rpc/iq
|
144
|
+
- lib/xmpp4r/rpc/iq/rpc.rb
|
145
|
+
- lib/xmpp4r/semaphore.rb
|
146
|
+
- lib/xmpp4r/tune.rb
|
147
|
+
- lib/xmpp4r/tune
|
148
|
+
- lib/xmpp4r/tune/helper
|
149
|
+
- lib/xmpp4r/tune/helper/helper.rb
|
150
|
+
- lib/xmpp4r/tune/tune.rb
|
147
151
|
- lib/xmpp4r/vcard.rb
|
152
|
+
- lib/xmpp4r/vcard
|
153
|
+
- lib/xmpp4r/vcard/helper
|
154
|
+
- lib/xmpp4r/vcard/helper/vcard.rb
|
155
|
+
- lib/xmpp4r/vcard/iq
|
156
|
+
- lib/xmpp4r/vcard/iq/vcard.rb
|
157
|
+
- lib/xmpp4r/version.rb
|
158
|
+
- lib/xmpp4r/version
|
159
|
+
- lib/xmpp4r/version/helper
|
160
|
+
- lib/xmpp4r/version/helper/responder.rb
|
161
|
+
- lib/xmpp4r/version/helper/simpleresponder.rb
|
162
|
+
- lib/xmpp4r/version/iq
|
163
|
+
- lib/xmpp4r/version/iq/version.rb
|
164
|
+
- lib/xmpp4r/x.rb
|
165
|
+
- lib/xmpp4r/xhtml.rb
|
166
|
+
- lib/xmpp4r/xhtml
|
167
|
+
- lib/xmpp4r/xhtml/html.rb
|
148
168
|
- lib/xmpp4r/callbacks.rb
|
149
|
-
- lib/xmpp4r/
|
169
|
+
- lib/xmpp4r/component.rb
|
170
|
+
- lib/xmpp4r/connection.rb
|
171
|
+
- lib/xmpp4r/errors.rb
|
172
|
+
- lib/xmpp4r/iq.rb
|
150
173
|
- lib/xmpp4r/jid.rb
|
151
|
-
- lib/xmpp4r/
|
152
|
-
- lib/xmpp4r/
|
174
|
+
- lib/xmpp4r/message.rb
|
175
|
+
- lib/xmpp4r/pubsub.rb
|
176
|
+
- lib/xmpp4r/rexmladdons.rb
|
177
|
+
- lib/xmpp4r/sasl.rb
|
178
|
+
- lib/xmpp4r/stream.rb
|
179
|
+
- lib/xmpp4r/streamparser.rb
|
180
|
+
- lib/xmpp4r/xmppelement.rb
|
153
181
|
- lib/xmpp4r/xmppstanza.rb
|
154
|
-
- lib/xmpp4r/
|
155
|
-
- lib/xmpp4r/
|
156
|
-
- lib/xmpp4r/
|
157
|
-
- lib/xmpp4r/iq.rb
|
158
|
-
- lib/xmpp4r/delay.rb
|
159
|
-
- lib/xmpp4r/httpbinding.rb
|
182
|
+
- lib/xmpp4r/caps.rb
|
183
|
+
- lib/xmpp4r/debuglog.rb
|
184
|
+
- lib/xmpp4r/xmpp4r.rb
|
160
185
|
- lib/xmpp4r/client.rb
|
161
|
-
-
|
186
|
+
- lib/xmpp4r.rb
|
187
|
+
- test/bytestreams
|
188
|
+
- test/bytestreams/tc_ibb.rb
|
189
|
+
- test/bytestreams/tc_socks5bytestreams.rb
|
190
|
+
- test/caps
|
191
|
+
- test/caps/tc_helper.rb
|
192
|
+
- test/dataforms
|
193
|
+
- test/dataforms/tc_data.rb
|
194
|
+
- test/delay
|
195
|
+
- test/delay/tc_xdelay.rb
|
196
|
+
- test/discovery
|
197
|
+
- test/discovery/tc_responder.rb
|
198
|
+
- test/lib
|
199
|
+
- test/lib/clienttester.rb
|
200
|
+
- test/lib/assert_equal_xml.rb
|
201
|
+
- test/muc
|
202
|
+
- test/muc/tc_muc_mucclient.rb
|
203
|
+
- test/muc/tc_muc_simplemucclient.rb
|
204
|
+
- test/muc/tc_mucowner.rb
|
205
|
+
- test/pubsub
|
206
|
+
- test/pubsub/tc_nodeconfig.rb
|
207
|
+
- test/pubsub/tc_subscriptionconfig.rb
|
208
|
+
- test/pubsub/tc_helper.rb
|
209
|
+
- test/roster
|
210
|
+
- test/roster/tc_xroster.rb
|
211
|
+
- test/roster/tc_helper.rb
|
212
|
+
- test/roster/tc_iqqueryroster.rb
|
213
|
+
- test/rpc
|
214
|
+
- test/rpc/tc_helper.rb
|
215
|
+
- test/tc_idgenerator.rb
|
216
|
+
- test/tune
|
217
|
+
- test/tune/tc_helper_recv.rb
|
218
|
+
- test/tune/tc_helper_send.rb
|
219
|
+
- test/tune/tc_tune.rb
|
220
|
+
- test/vcard
|
221
|
+
- test/vcard/tc_iqvcard.rb
|
222
|
+
- test/vcard/tc_helper.rb
|
223
|
+
- test/version
|
224
|
+
- test/version/tc_helper.rb
|
225
|
+
- test/version/tc_iqqueryversion.rb
|
226
|
+
- test/xhtml
|
227
|
+
- test/xhtml/tc_html.rb
|
228
|
+
- test/tc_rexml.rb
|
229
|
+
- test/tc_callbacks.rb
|
230
|
+
- test/tc_class_names.rb
|
231
|
+
- test/tc_client.rb
|
232
|
+
- test/tc_errors.rb
|
233
|
+
- test/tc_iq.rb
|
234
|
+
- test/tc_iqquery.rb
|
235
|
+
- test/tc_jid.rb
|
236
|
+
- test/tc_message.rb
|
237
|
+
- test/tc_presence.rb
|
238
|
+
- test/tc_stream.rb
|
239
|
+
- test/tc_streamComponent.rb
|
240
|
+
- test/tc_streamError.rb
|
241
|
+
- test/tc_streamSend.rb
|
242
|
+
- test/tc_xmppstanza.rb
|
243
|
+
- test/tc_streamparser.rb
|
244
|
+
- test/ts_xmpp4r.rb
|
162
245
|
- data/doc
|
163
246
|
- data/doc/xmpp4r
|
164
247
|
- data/doc/xmpp4r/examples
|
165
248
|
- data/doc/xmpp4r/examples/advanced
|
166
|
-
- data/doc/xmpp4r/examples/advanced/
|
249
|
+
- data/doc/xmpp4r/examples/advanced/adventure
|
250
|
+
- data/doc/xmpp4r/examples/advanced/adventure/README
|
251
|
+
- data/doc/xmpp4r/examples/advanced/adventure/cube.xml
|
252
|
+
- data/doc/xmpp4r/examples/advanced/adventure/tower.xml
|
253
|
+
- data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
|
254
|
+
- data/doc/xmpp4r/examples/advanced/adventure/adventuremuc.rb
|
255
|
+
- data/doc/xmpp4r/examples/advanced/adventure/world.rb
|
256
|
+
- data/doc/xmpp4r/examples/advanced/fileserve.conf
|
257
|
+
- data/doc/xmpp4r/examples/advanced/fileserve.rb
|
258
|
+
- data/doc/xmpp4r/examples/advanced/gtkmucclient.rb
|
259
|
+
- data/doc/xmpp4r/examples/advanced/pep-aggregator
|
260
|
+
- data/doc/xmpp4r/examples/advanced/pep-aggregator/index.xsl
|
261
|
+
- data/doc/xmpp4r/examples/advanced/pep-aggregator/pep-aggregator.rb
|
167
262
|
- data/doc/xmpp4r/examples/advanced/recvfile.rb
|
168
|
-
- data/doc/xmpp4r/examples/advanced/
|
263
|
+
- data/doc/xmpp4r/examples/advanced/rosterdiscovery.rb
|
264
|
+
- data/doc/xmpp4r/examples/advanced/sendfile.conf
|
169
265
|
- data/doc/xmpp4r/examples/advanced/sendfile.rb
|
170
|
-
- data/doc/xmpp4r/examples/advanced/minimuc.rb
|
171
|
-
- data/doc/xmpp4r/examples/advanced/versionpoll.rb
|
172
266
|
- data/doc/xmpp4r/examples/advanced/shellmgr
|
173
|
-
- data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_jabber.rb
|
174
267
|
- data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr.rb
|
268
|
+
- data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_jabber.rb
|
175
269
|
- data/doc/xmpp4r/examples/advanced/shellmgr/shellmgr_test.rb
|
176
|
-
- data/doc/xmpp4r/examples/advanced/
|
177
|
-
- data/doc/xmpp4r/examples/advanced/
|
178
|
-
- data/doc/xmpp4r/examples/advanced/
|
179
|
-
- data/doc/xmpp4r/examples/advanced/migrate.rb
|
180
|
-
- data/doc/xmpp4r/examples/advanced/gtkmucclient.rb
|
181
|
-
- data/doc/xmpp4r/examples/advanced/rosterdiscovery.rb
|
270
|
+
- data/doc/xmpp4r/examples/advanced/xmppingrc.sample
|
271
|
+
- data/doc/xmpp4r/examples/advanced/minimuc.rb
|
272
|
+
- data/doc/xmpp4r/examples/advanced/xmpping.rb
|
182
273
|
- data/doc/xmpp4r/examples/advanced/getonline.rb
|
183
|
-
- data/doc/xmpp4r/examples/advanced/
|
184
|
-
- data/doc/xmpp4r/examples/advanced/
|
185
|
-
- data/doc/xmpp4r/examples/advanced/adventure/cube.xml
|
186
|
-
- data/doc/xmpp4r/examples/advanced/adventure/adventure.rb
|
187
|
-
- data/doc/xmpp4r/examples/advanced/adventure/tower.xml
|
188
|
-
- data/doc/xmpp4r/examples/advanced/adventure/world.rb
|
189
|
-
- data/doc/xmpp4r/examples/advanced/adventure/adventuremuc.rb
|
274
|
+
- data/doc/xmpp4r/examples/advanced/migrate.rb
|
275
|
+
- data/doc/xmpp4r/examples/advanced/versionpoll.rb
|
190
276
|
- data/doc/xmpp4r/examples/basic
|
191
|
-
- data/doc/xmpp4r/examples/basic/component.rb
|
192
|
-
- data/doc/xmpp4r/examples/basic/send_vcard.rb
|
193
277
|
- data/doc/xmpp4r/examples/basic/muc_owner_config.rb
|
278
|
+
- data/doc/xmpp4r/examples/basic/mucsimplebot.rb
|
194
279
|
- data/doc/xmpp4r/examples/basic/remove_registration.rb
|
195
|
-
- data/doc/xmpp4r/examples/basic/echo_threaded.rb
|
196
|
-
- data/doc/xmpp4r/examples/basic/mass_sender.rb
|
197
280
|
- data/doc/xmpp4r/examples/basic/rosterprint.rb
|
198
|
-
- data/doc/xmpp4r/examples/basic/
|
281
|
+
- data/doc/xmpp4r/examples/basic/rosterwatch.rb
|
282
|
+
- data/doc/xmpp4r/examples/basic/versionbot.rb
|
199
283
|
- data/doc/xmpp4r/examples/basic/change_password.rb
|
200
|
-
- data/doc/xmpp4r/examples/basic/
|
284
|
+
- data/doc/xmpp4r/examples/basic/component.rb
|
285
|
+
- data/doc/xmpp4r/examples/basic/register.rb
|
201
286
|
- data/doc/xmpp4r/examples/basic/rosterrename.rb
|
202
|
-
- data/doc/xmpp4r/examples/basic/
|
287
|
+
- data/doc/xmpp4r/examples/basic/send_vcard.rb
|
288
|
+
- data/doc/xmpp4r/examples/basic/client.rb
|
289
|
+
- data/doc/xmpp4r/examples/basic/echo.rb
|
290
|
+
- data/doc/xmpp4r/examples/basic/jabbersend.rb
|
291
|
+
- data/doc/xmpp4r/examples/basic/mass_sender.rb
|
203
292
|
- data/doc/xmpp4r/examples/basic/mucinfo.rb
|
204
293
|
- data/doc/xmpp4r/examples/basic/roster.rb
|
205
|
-
- data/doc/xmpp4r/examples/basic/
|
206
|
-
- data/doc/xmpp4r/examples/basic/
|
207
|
-
- data/doc/xmpp4r/examples/basic/client.rb
|
208
|
-
- data/doc/xmpp4r/examples/buggy
|
209
|
-
- data/doc/xmpp4r/examples/buggy/miniedgarr_cgi.rb
|
210
|
-
- data/doc/xmpp4r/examples/buggy/jabber2jabber
|
211
|
-
- data/doc/xmpp4r/examples/buggy/jabber2jabber/jabber2jabber.rb
|
212
|
-
- data/doc/xmpp4r/examples/buggy/miniedgarr_watch.rb
|
213
|
-
- test/
|
214
|
-
- test/tc_rexml.rb
|
215
|
-
- test/tc_stream.rb
|
216
|
-
- test/tc_streamSend.rb
|
217
|
-
- test/vcard
|
218
|
-
- test/vcard/tc_iqvcard.rb
|
219
|
-
- test/vcard/tc_helper.rb
|
220
|
-
- test/delay
|
221
|
-
- test/delay/tc_xdelay.rb
|
222
|
-
- test/tc_streamError.rb
|
223
|
-
- test/tc_xmppstanza.rb
|
224
|
-
- test/pubsub
|
225
|
-
- test/pubsub/tc_helper.rb
|
226
|
-
- test/tc_iqquery.rb
|
227
|
-
- test/tc_error.rb
|
228
|
-
- test/tc_idgenerator.rb
|
229
|
-
- test/tc_callbacks.rb
|
230
|
-
- test/lib
|
231
|
-
- test/lib/clienttester.rb
|
232
|
-
- test/dataforms
|
233
|
-
- test/dataforms/tc_data.rb
|
234
|
-
- test/muc
|
235
|
-
- test/muc/tc_mucowner.rb
|
236
|
-
- test/muc/tc_muc_mucclient.rb
|
237
|
-
- test/muc/tc_muc_simplemucclient.rb
|
238
|
-
- test/roster
|
239
|
-
- test/roster/tc_iqqueryroster.rb
|
240
|
-
- test/roster/tc_helper.rb
|
241
|
-
- test/roster/tc_xroster.rb
|
242
|
-
- test/version
|
243
|
-
- test/version/tc_helper.rb
|
244
|
-
- test/version/tc_iqqueryversion.rb
|
245
|
-
- test/tc_jid.rb
|
246
|
-
- test/tc_presence.rb
|
247
|
-
- test/rpc
|
248
|
-
- test/rpc/tc_helper.rb
|
249
|
-
- test/tc_iq.rb
|
250
|
-
- test/bytestreams
|
251
|
-
- test/bytestreams/tc_ibb.rb
|
252
|
-
- test/bytestreams/tc_socks5bytestreams.rb
|
253
|
-
- test/tc_class_names.rb
|
254
|
-
- test/tc_message.rb
|
255
|
-
- test/ts_xmpp4r.rb
|
256
|
-
- test/tc_streamComponent.rb
|
257
|
-
- test/tc_client.rb
|
258
|
-
- tools/
|
294
|
+
- data/doc/xmpp4r/examples/basic/tune_client.rb
|
295
|
+
- data/doc/xmpp4r/examples/basic/tune_server.rb
|
259
296
|
- tools/gen_requires.bash
|
260
|
-
- tools/
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
297
|
+
- tools/xmpp4r-gemspec-test.rb
|
298
|
+
has_rdoc: true
|
299
|
+
homepage: http://home.gna.org/xmpp4r/
|
300
|
+
post_install_message:
|
301
|
+
rdoc_options:
|
302
|
+
- --quiet
|
303
|
+
- --title
|
304
|
+
- XMPP4R is an XMPP/Jabber library for Ruby.
|
305
|
+
- --opname
|
306
|
+
- index.html
|
307
|
+
- --main
|
308
|
+
- lib/xmpp4r.rb
|
309
|
+
- --line-numbers
|
310
|
+
- --inline-source
|
311
|
+
require_paths:
|
312
|
+
- lib
|
313
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
314
|
+
requirements:
|
315
|
+
- - ">="
|
316
|
+
- !ruby/object:Gem::Version
|
317
|
+
version: 1.8.4
|
318
|
+
version:
|
319
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
320
|
+
requirements:
|
321
|
+
- - ">="
|
322
|
+
- !ruby/object:Gem::Version
|
323
|
+
version: "0"
|
324
|
+
version:
|
325
|
+
requirements: []
|
270
326
|
|
271
|
-
|
272
|
-
|
273
|
-
|
327
|
+
rubyforge_project: xmpp4r
|
328
|
+
rubygems_version: 1.2.0
|
329
|
+
signing_key:
|
330
|
+
specification_version: 2
|
331
|
+
summary: XMPP4R is an XMPP/Jabber library for Ruby.
|
332
|
+
test_files: []
|
274
333
|
|