My app sends IM with XMPP4R with Jabber accounts perfectly with this
code, but when I want to use an Openfire problem I get an error of
authorization
jid = Jabber::JID.new('[email protected]')
@client = Jabber::Client.new(jid)
@client.connect
@client.auth('xxxxxx')
The error:
/Library/Ruby/Gems/1.8/gems/xmpp4r-0.4/lib/xmpp4r/client.rb:116:in
`auth': not-authorized (Jabber::ClientAuthenticationFailure)
...
I didn't find any solution searching in Google, yet.
Where can I find a tutorial, howto????
You know what is the problem?
Thanks in advance!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" 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/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---