Displaying 20 results from an estimated 1000 matches similar to: "XMPP4R and Openfire"
2010 Apr 01
0
Request format from jabber simple to openfire server
Hi All,
In order to enable chat functionality with gmail in my rails
application i used "Jabber" and "xmpp4r/simple" and finished the chat
functionality well and fine. Now i was asked to enable the chat
functionality with other services like "MSN","Yahoo","AOL" etc which
requires a third party server to act as mediator between the
service(like
2010 Feb 25
0
How to add openfire server in rails app
Hi All,
I have installed xmpp4r and using it in my rails application. now i
want to know how to add openfire server. If anyone know the solution
please help me. thanks.
--
Posted via http://www.ruby-forum.com/.
--
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
2009 Dec 24
0
can't return array object from worker
Hello all,
Subject: Not able to return object from backgroundrb worker
I am trying to use xmpp4r and backgroundrb for my chat application.
I am able to create a connectnion with XMPP4r through a worker in
backgrounddrb.
I have the problem in returning the object from the worker to my rails
application.
My code is as follows:
class ChatWorker < BackgrounDRb::MetaWorker
require
2009 Jul 03
1
Asterisk + Openfire
I am trying to connect Asterisk and Openfire together, but it's not yet
working completely...
I don't know for sure if my manager.conf-file is set correctly. I use
this manager.conf file just to let Openfire talk to Asterisk...
[general]
displaysystemname = yes
enabled = yes
webenabled = yes (is this necessary for Openfire ???)
port = 5038
bindaddr = 0.0.0.0
[openfire]
secret=XXXXXX
2010 Feb 05
1
About the openfire question ~
Hi, guys:
Would anyone know what causes this error message ?
It's not the first time I've seen it but is the first time I've seen it so
often.
openfire verison is 3.6.4 .
at
org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.run(Execut
orFilter.java:283)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at
2014 Dec 11
0
OT: Openfire - new version of B9 plugin released
Hey people.
I just released B9 version 0.3.
This version contains new commands (create conference, invite
conference), but the major feature is socket connection that can be
configured in a console admin page.
In the page you can enable socket connections, change ip and port for
binding and define a password to protect socket connections.
You can read the release notes here:
2015 Jan 05
0
A little OT: AstDemo - Openfire and Asterisk integration
Hi,
I continued the developing of Openfire and Asterisk integration projects,
and now I'm here to invite you to test AstDemo, that allows VoIP operations
directly in XMPP clients.
So if use Openfire and wanna test AstDemo, please send me some feedback,
suggestions and bug reports. With your informations I'll be able to make it
better and develop new features.
2014 Mar 18
0
XMPP issues in Asterisk 11.6.0 for distributed device states...
I have been working with distributed device states in Asterisk using XMPP
attached to an OpenFire server. I have it working well across two servers
and want to roll it out across every server in my company. All servers are
Asterisk 11.6.0. I am running into a problem that seems like it should be
a bit easier to solve than it is seeming to be. On the third server I am
rolling into this
2014 Dec 04
0
OT: Openfire: ServerInfo Plugin - version 0.4 released
http://www.mundoopensource.com.br/versao-0-4-plugin-serverinfo-lancada/
(portuguese)
http://www.mundoopensource.com.br/serverinfo-plugin-openfire/
Regards,
Marcelo H. Terres
mhterres at gmail.com
IM: marcelo at jabber.mundoopensource.com.br
http://www.mundoopensource.com.br
http://offtopicsandfun.blogspot.com
http://biertasters.blogspot.com
http://twitter.com/mhterres
2009 Feb 03
1
What's the difference between the Jabber Client Mode And Component Mode?
Hi All,
I am doing some research on the intergration of Jabber and Asterisk.
I have tried Jabber Client Mode. It's cool and works fine.
But there's few information on the Component Mode.
What's the difference between these two mode?
I finished the configuration on jabber.conf and I am using openfire.
What shall I do in the openfire to make them intergrated?
Looks forward to your
2012 Jan 25
0
remote operation failed: Stale NFS file handle
I've got a pretty simple Gluster 3.2.5 implementation on RHEL6. One
client keeps complaining about 'Stale NFS file handle', even though I
have explicitly disabled NFS for all volumes in the environment. I've
got 7 volumes on the cluster, and this is the only one actively
complaining about the issue. For what it is worth, the clients and
servers are the same systems. Any ideas?
2015 Jul 08
3
How to enable IM over the asterisk server
I just get started with it so my question maybe not well catch. Anyway to
do the VOIP call and IM we need to use two difference servers? which one is
asterisk for VOIP ? and other one for IM that is openfire ? or we can have
other choice better than this ?
Thank you for your help, I am waiting for your reply.
Thyda
On Wed, Jul 8, 2015 at 12:43 PM, Kristof Van Den Ouweland <
kvandenouweland
2009 Jul 30
0
Problem with implicit multipart emails using ActionMailer in Rails 2.3.3
With earlier versions of Rails ActionMailer used to implicitly send
multipart (text/plain and text/html) email messages for me, but it
looks like now it''s sending two text/plain parts.
Simplified details:
Here''s my model:
class Notifications < ActionMailer::Base
def confirmation(sent_at = Time.now)
@subject = ''Thank you for registering''
@body
2015 Jul 07
2
How to enable IM over the asterisk server
Actually, I am using the openfire and I create two users with the SIP
mapping on the openfire to the asterisk server. I can register one user
with the openfire client(Spark) and yes it is connect to asterisk SIP
also. But with the other one user, I register it with the SIP
client(Zoiper/ or Linphone) and then I can make the call over these two SIP
but they cannot reach the chat. I wonder what
2013 Jun 18
1
Getting rspec error: Net::SMTPServerBusy: Relay access denied
I''m trying to test registration emails (sent with devise), and I keep
getting the error:
Net::SMTPServerBusy: 454 4.7.1 <model_spec-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org>: Relay access denied
I''m running Rails 3.2.11 with Capybara, and I have (temporarily) chopped my
spec_helper.rb and test.rb files down to the bare minimum, still getting
the error above.
2006 Dec 28
1
ActionMailer/SMTP: Net::SMTPSyntaxError when message body contains only a 'dot'
FYI:
I don''t think this is a very well know. It seems that, on some
operating systems, ActionMailer/SMTP crashes when it sends an email
with only a ''.'' (aka a ''dot'' or a ''period''). Specifically, you get
Net::SMTPSyntaxError (502 Error: command not implemented):
Environment Details:
$ uname -a
Linux private1 2.6.15-26-server #1 SMP
2009 Jul 06
1
Asterisk & Jabber : WARNING: res_jabber.c aji_recv_loop: JABBER: socket read error
I have installed gnutls and gnutls-devel from RedHat repositories
[root at asterisk asterisk]# yum install gnutls gnutls-devel
I have installed iksemel with gnutls support :
[root at asterisk asterisk]# cd /usr/src/iksemel-1.3/
[root at asterisk asterisk]# ./configure --with-gnutls --prefix=/usr
[root at asterisk asterisk]# make
[root at asterisk asterisk]# make check
[root at asterisk
2015 Jul 07
0
How to enable IM over the asterisk server
Good morning Thyda;
Perhaps somebody has a solution for using it on Asterisk itself but after some trying I added the Openfire server as a IM server.
I was a bit afraid that 'if' I got it working properly we had to maintain it and off course had to troubleshoot it in case it didn't work anymore.
I've read something that you add a ams_msg context in extensions.conf but that
2002 Feb 15
1
IRIX cleanup.
Can I get someone from the IRIX group to apply this patch to the
3.0.2pX release and reconfigure/compile. I'm trying to clean out
do_child() in perparation of a larger patch to that part of the code.
Also if someone could give me the hint for the right compiler magic
to wrap the code in instead of what I'm doing now. I'd be thankful.
Thanks
- Ben
diff -urN
2012 Jun 20
1
getting name or uuid of vm within guest OS
Hi,
for tl;dr people:
how we can get uuid or name of a vm within a guest os?
description:
We are trying to implement a guest-agent for Archipel* to let us
run simple commands on guest os**. in archipel each vm has its
own jid (jabber id), user will open a chat conversation to vm's
jid and send messages like "!exec ls", then we check that user
(jid) who sent !exec has permission to