similar to: About the openfire question ~

Displaying 20 results from an estimated 80 matches similar to: "About the openfire question ~"

2012 Dec 13
2
[LLVMdev] Fwd: error while linking modules with exception handling demo code
---------- Forwarded message ---------- From: charles quarra <charllsnotieneningunputocorreo at gmail.com> Date: 2012/12/13 Subject: error while linking modules with exception handling demo code To: llvmdev at cs.uiuc.edu Hi, I am building a module X with an arithmetic function foo, a module Y with an arithmetic function foo2 that invokes foo. For the invocation be a proper one (being
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 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
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
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:
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
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.
2020 Oct 18
1
Lookup sid with libsmbclient (invoked from c# on mono)
Hi, There is some additional work to do (close lsa handle), but the far the code below is working. Let me share it with you in case somebody will have the same need that me. br Vincent LE TOUX using Microsoft.Win32.SafeHandles; using System; using System.ComponentModel; using System.Diagnostics; using System.Net; using System.Runtime.InteropServices; using System.Security.Principal; namespace
2008 May 05
0
FW: [Red5] Open-source SIP phone with Red5 and Flex3
Thought this might also interest some people on the asterisk list as well. http://www.igniterealtime.org/community/blogs/ignite/2008/05/05/flashbas ed-audio-in-openfire-part-ii Cheers, Dean > -----Original Message----- > From: red5-bounces at osflash.org [mailto:red5-bounces at osflash.org] On Behalf Of > Dele Olajide > Sent: Monday, 5 May 2008 11:22 AM > To: red5 at
2006 Jan 08
1
JiveMessenger HOWTO
Any one out there done the JiveMesenger jabber server? www.jivesoftware.com/messenger/ I want to get this running to then do the next step of tie-ing it in to the * server for presence & callerID screen pops. Pursued their site a bit but never found a HOWTO or anything that looked relevant. Appreciated. Peace. Love. Linux. Jason SJOBECK ICQ 5579183
2007 Sep 05
0
ANNOUNCEMENT: Asterisk-Java 0.3.1 released
Asterisk-Java 0.3.1, a free Java library for Asterisk PBX integration, has been released. The Asterisk-Java package consists of a set of Java classes that allow you to easily build Java applications that interact with an Asterisk PBX Server. Asterisk-Java supports both interfaces that Asterisk provides for this scenario: The FastAGI protocol and the Manager API. Asterisk-Java 0.3.1 is a
2006 Feb 19
3
Wildfire messsaging server
http://www.jivesoftware.org/ Is anyone running a wildfire messaging server on the same pc as their asterisk server? Is anyone specifically running it on an asterisk@home installation? TIA, Dean -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20060219/539a4ccd/attachment.htm
2004 Jan 06
1
[PATCH] possible bug in bindresvport
nfsmount doesnt work anymore for me. This patch fixes at least udp nfs mounts. tcp does still hang. client and server is 2.6. --- /dev/shm/bindresvport.c 2003-12-08 02:33:24.000000000 +0100 +++ klibc/inet/bindresvport.c 2004-01-06 21:05:02.283779072 +0100 @@ -23,7 +23,7 @@ int bindresvport(int sd, struct sockaddr if (sin == NULL) { sin = &me;
2015 May 01
0
Wine release 1.7.42
The Wine development release 1.7.42 is now available. What's new in this release (see below for details): - Support for dynamic timezone information. - Initial desktop shell window support. - Some more Direct2D support. - Various bug fixes. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.7.42.tar.bz2
2011 Aug 29
0
Why is #verify_active_connections! :nodoc: ?
Hi, I''ve just got a quick question. How come ActiveRecord::ConnectionAdapters::ConnectionHandler#verify_active_connections! is marked with :nodoc: ? I understand that this is used internally (depending upon an application''s configuration?) on every request (?) to clear out old, stale database connections. All this to prevent the old, classic "MySQL server has gone
2008 Jun 16
0
java stack trace using DTrace
Hi all i want to view the stack trace of the real time java application using DTrace probes. i am using jrts provider for finding the information of real time threads. In this i have used the ustack(), jstack() and this gives the following type of information libjvm.so`__1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_nMsymbolHandle_5pnGThread__v_+0x5e
2005 Nov 04
2
yum recovery?
Note: As a digest subscriber the favour of a direct reply is requested in addition to the list. I had a network connection interrupted while running yum update on a remote server. The last line displayed showed 189/3?? updated. Subsequently I reconnected and now yum reports that there is nothing to do: Setting up Upgrade Process Setting up repositories update 100%
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
2017 Jan 16
0
fts-solr: Returning 400 on searches; unescaped braces
Michael Welsh Duggan <mwd at md5i.com> writes: > Using Debian, dovecot-solr 1:2.2.26.0-4, and solr-tomcat 3.6.2+dfsg-9, I > am getting 400 errors when doing searches. Here is an example search > query from dovecot that failed (captured with wireshark): > > Frame 23: 338 bytes on wire (2704 bits), 338 bytes captured (2704 bits) on interface 0 > Linux cooked capture