Project

xmpp-agent

0.0
No commit activity in last 3 years
No release in over 3 years
Uses the Xrc gem to build a simple XMPP client.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.1, >= 0.1.19
~> 0.1, >= 0.1.8
 Project Readme

Using Xmpp-Agent

Usage

require 'xmpp-agent'


xmpp = XMPPAgent.new(jid: 'jeeves_mobile@jamesrobertson.eu', password: 'secret')
def xmpp.on_connected()
  puts 'yay'
end

def xmpp.on_presence_update(show, status, user)
  puts "user %s %s %s" % [user, show, status]
end

xmpp.connect

Resources

xmpp xrc bot jabber