Hi,

I have a gmail account and I am loading up god in an IRB session. I am
trying to test it out... but it does not seem to go.. is there
something clever I am missing here about using Jabber and God?

eg:

require 'rubygems'
require 'god'

God.contact(:jabber) do |c|
  c.name = "Dave"
  c.host = 'talk.google.com'
  c.port = 5222
  c.from_jid = 'poohbear at gmail.com'
  c.to_jid = 'hunkybill at gmail.com'
  c.password = 'honeypot'
  c.subject = 'you borked my machine'
end

Just spits out a message Warning my that Dave is already a group...
and then nil.... and nothing triggers my Pidgen client set to respond
to any IM requests to my hunkybill at gmail address...

Any tips on how to play with god this way?

-- 
You received this message because you are subscribed to the Google Groups 
"god.rb" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/god-rb?hl=en.

Reply via email to