similar to: Request format from jabber simple to openfire server

Displaying 20 results from an estimated 800 matches similar to: "Request format from jabber simple to openfire server"

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 Jan 26
0
XMPP4R and Openfire
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(''myuser-hcDgGtZH8xNBDgjK7y7TUQ@public.gmane.org'') @client = Jabber::Client.new(jid) @client.connect @client.auth(''xxxxxx'') The error:
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 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
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 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
2009 Apr 17
2
Jabber and Presence
Hi all, What other open source tools are people using for this? I was looking at Openfire and their asterisk plugin. Is it easy to roll your own with res_jabber.so ?? Thanks. -- Sent from my mobile device http://www.suretecsystems.com/services/openldap/
2007 Jul 19
2
Gtalk/Jabber connect issues in 1.4.8
I've included my jabber.conf below. I'm betting the following errors: [Jul 18 21:05:22] ERROR[28166]: res_jabber.c:609 aji_act_hook: JABBER: Node Error [Jul 18 21:05:22] WARNING[28166]: res_jabber.c:1537 aji_recv_loop: JABBER: Got hook event. jabber test [Jul 18 21:04:16] WARNING[32691]: res_jabber.c:1421 ast_aji_send: JABBER: Not connected can't send User: bferrell at gtalk.com
2010 Dec 24
1
Running scripts in hadoop
R-help group, I'm looking for some assistance on using an R-script to read STDIN from hadoop. Example, say I have two tables. One is a student table, the other is a class roster table (tables join on student_id). Student SAT score is in the student table, whether the student passed or not is in the roster table. So to determine if a student passed or failed based on their SAT score, I'd
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
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
2011 Jul 16
1
dovecot 2.0.13 using LDAP and proxying IMAP4 and POP3 to gmail
Fellow dovecot users/contributors, I am building a POP3/IMAP4 proxy solution for an enterprise, where users can login with their common username and then they get single sign-on to all kinds of different applications in the backend. Some of these applications are SaaS apps like gmail. For gmail in particular, I want dovecot to solve the following issues for me: 1. be an IMAP4/POP3 proxy in
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
2011 May 19
1
update_attributes updates data from second instance of nested form but not the first
Got a weird situation with an update put to a controller with a form with nested attributes. On the data below, I am updating data for both items (''0'' and ''1'') in rosters_attributes (in the example below I am updating the ''name'' attribute to a new value in both cases. What I am stuck on is that ''1'' gets its data updated,
2006 Nov 27
0
Problems using check_box
Hello! Since this is my first post here and I''m fairly new with the whole RoR concept, please bare with me (just wanted that to be out in the open)! ;D I''m trying to make a checkbox for each input in another model/database-table. I have a database table called Roster which includes the colums "id" and "name". And then I have a table called matches that