We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Jabber notification. Tried with email and it works. Wonder, what I did wrong.
God::Contacts::Jabber.defaults do |j| j.host = 'jabber.org' j.port = 5222 j.from_jid = '[someone]@jabber.org' j.password = '[somepassword]' end God.contact(:jabber) do |z| z.name = 'joe' z.to_jid = "american.ninja@jabber.org" z.subject = "notification" end
Result in error : uninitialized constant God::Contacts::Jabber
The text was updated successfully, but these errors were encountered:
Ok resolved. It appears that jabber lib is required, so:
gem install xmpp4r
do the trick.
Sorry, something went wrong.
No branches or pull requests
Problem with Jabber notification. Tried with email and it works. Wonder, what I did wrong.
Result in error : uninitialized constant God::Contacts::Jabber
The text was updated successfully, but these errors were encountered: