Displaying 20 results from an estimated 40000 matches similar to: "How to get stream ID."
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
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
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
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
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:
2004 Aug 06
2
header question
hi,
a simple question which i can't answer through the manuals ... is the
header always 80 bytes long?
thanks in advance,
ulrich
--
Ulrich B. Staudinger
http://www.die-horde.de
email: us@die-horde.de
jid: uls@jabber.org
current project: REDHORN
http://redhorn.sourceforge.net
Blog: uls@jabber.org">http://jabber.linux.it/jogger/user.php?jid=uls@jabber.org</a>
<p>---
2012 Apr 01
0
10.3.0: gtalk_request: No XMPP client to talk to, us (partial JID)
Trying to use gtalk:
-- Executing [andy at ipkall:2] Dial("SIP/ipkall-00000000",
"gtalk/andy-gtalk/+1xxxyyyzzzz at voice.google.com") in new stack
[Apr 1 10:41:53] ERROR[2416]: chan_gtalk.c:1934 gtalk_request: No XMPP
client to talk to, us (partial JID) : andy-gtalk
gtalk.conf
[general]
context=google-in ; Context to dump call into
allowguest=yes
stunaddr =
2012 Aug 21
1
Asterisk 11 - XMPP and JabberSend()
I'm trying to get my Asterisk 11 test box set up with XMPP, having troubles with JabberSend().
My jabber.conf file is as follows:
[general]
debug=no
autoprune=no
[testaccount]
type=client
serverhost=my.jabber.server
username=myaccount at my.jabber.server
secret=mypassword
port=jabberport
usetls=yes
usesasl=yes
xmpp show connections gives the following output from the console:
2004 Aug 06
2
header question
Jean-Marc Valin wrote:
>>a simple question which i can't answer through the manuals ... is the
>>header always 80 bytes long?
>>thanks in advance,
>>
>>
>
>Right now it is. However, I may add some fields (or even additional
>headers) in the future if needed. This shouldn't be a problem since the
>header is always alone in his packet and
2004 Aug 06
0
header question
Another thing i noted when looking at the java code is a package counter
... is it important to know at which package the stream pointer stands?
I mean, if it is important to continously increment the package counter
i would have to repackage the audio data for every listener .... which
can become quite CPU loady ...
ulrich
<p><p>Ulrich B. Staudinger wrote:
> Jean-Marc Valin
2004 Aug 06
0
q about jspeex
Hi,
i have:
public void run(){
try{
System.out.println("Opening mic");
// AudioInput ai=new AudioInput(t);
// ai.start();
if(t.input==null){
AudioFormat format = new
AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100, 16, 2, 4, 44100, false);
2007 Feb 03
2
Google Talk without gmail accout?
Hello all,
I am having trouble getting gtalk to work with my account which is not
using a gmail.com email address. When I do this there an error from the
Jabber module:
[Feb 3 20:51:17] ERROR[6286]: res_jabber.c:573 aji_act_hook: JABBER:
Node Error
[Feb 3 20:51:17] WARNING[6286]: res_jabber.c:1495 aji_recv_loop:
JABBER: Got hook event.
JABBER: gtalk_account INCOMING:
2004 Aug 06
2
frame size
hello,
i have a simple question about speex frame size.
i work with jspeex - but i think it's speex generic, the question i have.
can i use any frame size i want? or does the size have be in a certain
ratio to other numbers? and what does the frame size in the decoder
mean? encoded or decoded packet frame size?
how much data can i hand to the encoder to encode?
if i hand i.e. 400 bytes to
2007 Oct 03
4
form_remote_tag :onsubmit not working.
Hi,
Has anyone successfully implemented the :onsubmit option for
form_remote_tag. It doesn''t seem to work for me. Is there any specific
version of rails which is required for the same.
Here''s my piece of code.
<script>
function set_tojid(){
alert(''onsubmit'');
}
</script>
<%= form_remote_tag :update => '''', :url => {
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
2006 Apr 17
1
Firefox IE Tab Extension
Hi people,
I was wondering if the IE Tab Firefox extension would work on wine.
Has anybody try it yet? If someone did, please let me know how it worked.
Here is a link to that Firefox extension for those who do not know it yet:
https://addons.mozilla.org/addon.php?id=1419
Thanks a lot
--
.''`. John Doe
: :' : LUGS: http://www.cafelug.org.ar/ http://www.lugsam.org.ar/
`.
2008 Jun 25
2
exim, LDA, quota
Hi
I configured Exim with dovecot LDA and added quota (dict/mysql).
It works but it seems that dovecot is not reporting situation back to exim
process - it looks like Exim returns OK(accepted) to smtp sender before the
message is actually delivered - if the quota is exceeded then LDA drops the
mail and sends DSN.
Is it possible to change that behavior to report problem immediately (within
2003 Aug 13
1
questions questions questions
hi,
ok. i am pretty new to this list, but there seems to be little activity
at all.
first of all, here is a screenshot:
http://greenthumb.jabberstudio.org/video.png - it's screenshot of my
buddy list in my jabber client (java based).
I have a simple (or not so simple) task to achieve:
stream the video from one end through the jabber server to another end
and show the stream in my buddy
2008 Mar 03
1
qemu-dm I/O request not ready
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I''m using xen to run real linux system. I''ve configured partition for my
system. When I''m installing Debian Etch everything is fine but when I''m
starting installed system I get a hang.
My xen disk conf is:
disk = [ ''phy:/dev/root/node1,ioemu:hda,w'' ]
device_model =
2019 Sep 16
3
Migrating Samba NT4 Domain to Samba AD
This is a common error.
https://wiki.samba.org/index.php/Dns_tkey_negotiategss:_TKEY_is_unacceptable
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens
> Bart??omiej Solarz-Nies??uchowski via samba
> Verzonden: maandag 16 september 2019 14:09
> Aan: samba at lists.samba.org
> CC: ubi >> Maciej Wysocki