Registry / networking / blather

blather

JSON →
library2.0.0rbrubygemsunverified

An XMPP DSL for Ruby built on EventMachine and Nokogiri for building chat bots and clients.

gem install blather
INSTALL
IMPORT
SIG · BLATHER
B
blather
networkingrubyv2.0.0
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.

Blather
require 'blather'

Connect to an XMPP server

require 'blather' client = Blather::Client.setup('user@example.com', 'password') client.run
Debug
Known issues
breakingDepends on EventMachine; not compatible with threaded Ruby servers like Puma.
fix
Use an EventMachine-compatible server or run in a separate thread.
affects: >= 2.0.0
Upgrade
Version history
2.0.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Amazon
1
OpenAI (training)
1
Resources
blather — gem install blather · libregistry