Registry / messaging / xmpp4r

xmpp4r

JSON →
library0.5.6rbrubygemsunverified

A Ruby library for the XMPP/Jabber instant messaging protocol.

gem install xmpp4r
INSTALL
IMPORT
SIG · XMPP4R
X
xmpp4r
messagingrubyv0.5.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Jabber
require 'xmpp4r'

Connect to an XMPP server and send a message

require 'xmpp4r' client = Jabber::Client.new(Jabber::JID.new('user@example.com')) client.connect client.auth('password') client.send(Jabber::Message.new('friend@example.com', 'Hello!'))
Debug
Known issues
breakingXMPP4R is no longer actively maintained and may not support modern XMPP extensions.
fix
Consider using the 'xmpp' gem or other alternatives.
affects: >= 0.5.0
Upgrade
Version history
0.5.6latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
38
Amazon
1
OpenAI (training)
1
Resources
xmpp4r — gem install xmpp4r · libregistry