I'm currently working at a smack project...we got to the point in wich we
want to implement the voip part...the call is being made without any
problem but when the other client receive the session this exception is
being throw:
FATAL EXCEPTION: Smack-Incoming Processor 0 (0)
Hello how are you doing there Oyelayo
On Thu, Dec 3, 2015 at 2:21 PM, Mukhtar Oyelayo
wrote:
> Hello, I am texting to request on the Mail Subject, I really need this, as
> I have already sent a message on this before, but you are yet to reply me.
>
> I want a custom xmpp server to be hosted on m
Hello, I am texting to request on the Mail Subject, I really need this, as
I have already sent a message on this before, but you are yet to reply me.
I want a custom xmpp server to be hosted on my own custom domain e.g
Mukhtar.com where I have my hosting (VPS), I mean normal webhosting, how
does i
> Date: Tue, 13 Nov 2012 07:30:34 +
> From: ke...@kismith.co.uk
> To: jdev@jabber.org
> Subject: Re: [jdev] Help choosing the right technology
>
> Just to clear up a couple of things.
>
> On Tue, Nov 13, 2012 at 7:12 AM, Michael Weibel
> wrote:
> >> P
Thank you guys for your suggestions. Decided to go ahead with XMPP. Now I'm
trying to figure out a good enough architecture for my application (plan is
to structure it as a component and connect to XMPP). I have put my thoughts
and questions in a separate mail, love to pick your brains on those
que
I'll chip in too, why not. :-)
So for the case of "user [device?] accidentally goes offline and comes
back", this could be dealt with by offline messages (which as Peter says
are available in every XMPP server), or by XEP-0198, depending on the
circumstances. XEP-0198 will handle the interesting c
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 11/13/12 12:52 AM, andy nes wrote:
> *@Michael* Thank you for the XEP numbers. Will have a look.
>
> *@Obaid* Info on Message Delivery is good enough to go ahead. So if
> a user accidentally goes offline and comes back, will the missed
> message be
Most of the questions are already answered and I believe you can achieve all
that you want with XMPP alone.
Coming back to the question "Help choosing the right technology":
if machine to machine communication and light weight messaging transport
(especially since you are on mobile) are your top
Yes, it is possible to deliver the messages later when the user comes
online, it could be the inbuilt feature from the server side, I'm not sure
of it because I'm not handling the server. But one thing I can confidently
say you that it is possible to delever the offline message and also it is
done
> Noting that I'm an expert in neither of these things - APNS is largely
> going to be sending notifications to the user, which is unlikely to be
> useful in a machine<>machine client. GCM seems to be duplicating some
> of the functionality you'd get from the XMPP channel.
True.
> It's worth not
On Tue, Nov 13, 2012 at 7:47 AM, Michael Weibel
wrote:
Push based communication.
>>> Besides ejabberd commercial, I don't know which servers implement this.
>>
>> All XMPP servers provide 'push' communication. Presence and message
>> stanzas are push-based, iq are polling.
>
> I thought he me
*@Michael*
Thank you for the XEP numbers. Will have a look.
*@Obaid*
Info on Message Delivery is good enough to go ahead. So if a user
accidentally goes offline and comes back, will the missed message be
delivered? Is it inbuilt behavior or should implement any XEP?
Ping sounds good enough.
*@Ke
Hi Kevin,
thanks for your reply.
>>> Push based communication.
>> Besides ejabberd commercial, I don't know which servers implement this.
>
> All XMPP servers provide 'push' communication. Presence and message
> stanzas are push-based, iq are polling.
I thought he meant something like APNS/GCM
Just to clear up a couple of things.
On Tue, Nov 13, 2012 at 7:12 AM, Michael Weibel
wrote:
>> Push based communication.
> Besides ejabberd commercial, I don't know which servers implement this.
All XMPP servers provide 'push' communication. Presence and message
stanzas are push-based, iq are po
> Always ON: The application is a tracking one. Hence the application should
> always, at regular intervals, send the location data to the server without
> closing the connection. The application runs on a mobile. That's what I mean
> by Always ON.
I think that should be fairly easy to implemen
Hi,
As Michael told its complete correct, and as you were searching for
gauranteed delivery i'll provide you with some information
In that extension it provides you with the delivery of the message is done
or not. with some status. So with that you can track the delivery.
And Applications is alwa
Hey Michael,
Thank you for a quick reply, appreciate it.
Guaranteed Message Delivery is quite important for us. Shall look into the
XEP.
Also, we are inclined towards ejabberd as server. Will check if ejabberd
implements XEP-184.
I realized that Machine to Machine requirement is redundant, can
Hi andy,
> Real time communication.
You'll get that for free when you open a connection to the XMPP Server.
> Push based communication.
Besides ejabberd commercial, I don't know which servers implement this.
> Guaranteed message delivery
This is one of the most important things for mobile (a
Hello
On Tue, Aug 17, 2010 at 09:35:50PM -0300, Adler Medrado wrote:
> I am building an MUC with XMPP using Openfire (server) and strophe (client)
> and at client-side i'm doing streaming audio and video using flash too. My
> problem is: Everytime that somebody is typing in the chat, the streaming
, August 18, 2010 7:01:18 PM
Subject: Re: [jdev] Help required regarding XMPP client for Windows Mobile 7
Hi Waqar,
>From what I remember newer versions of Silverlight do support sockets. At any
rate, if you can't use sockets then BOSH is your solution
(http://xmpp.org/extensions/xep-0
za Errors
f.. Stream Errors
g.. Transport Layer Security
h.. XML Streams
It's a lot of knowledge to digest; but is a great way to get started with
internet protocols.
Enjoy!
From: Waqar Ali Khan
Sent: Wednesday, August 18, 2010 2:33 AM
To: jdev@jabber.org
Subject: [jdev] Help requ
Hello.
My name is Adler Medrado and i am from Brasília/Brazil.
Please, don't worry about with my english, it is not so good because english
is not my first language, but i think you'll understand me (i hope).
I am building an MUC with XMPP using Openfire (server) and strophe (client)
and at clien
Hello,
Actually i have a project of Windows Mobile 7 in which u wud know better
than me that we have only http protocol available no socks etc...
Now the problem is that i m very new in XMPP i read complete 3 days about
XMPP at their site and different Blogs but didn't found information that i
nee
On Viernes 09 Abril 2010 07:35:28 Fidel Hernández Salazar escribió:
> Some one of you know a XMPP library to develop client to jabber in Delphi ?
In the xmpp.org page you have a list of libraries [1] along with the specs
[2]. Unafortunately, for Delphi there is only one, IP*Works Internet Toolkit
Some one of you know a XMPP library to develop client to jabber in Delphi ?
___
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: jdev-unsubscr...@jabber.org
jdev-request,您好!
=== 2008-06-08 01:00:02 您在来信中写道:===
>Send JDev mailing list submissions to
> jdev@jabber.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.jabber.org/mailman/listinfo/jdev
>or, via email, send a message with subject or bo
On 05/23/2008 7:10 AM, Peter Saint-Andre wrote:
> I'll add back the per-message footers
Done. I even created a list FAQ while I was at it:
http://www.jabber.org/discussion-lists/jdev-faq
/psa
--
Peter Saint-Andre
https://stpeter.im/
smime.p7s
Description: S/MIME Cryptographic Signature
__
On Fri May 23 16:01:45 2008, WL Gardner wrote:
> Too bad browsers don't support the blink tag anymore, because that
> would be
> awesome :D
Oh, you can emulate it, and worse effects, in Javascript...
Dave.
--
Dave Cridland - mailto:[EMAIL PROTECTED] - xmpp:[EMAIL PROTECTED]
- acap://acap.dav
t list
> Subject: Re: [jdev] help us fix jabberd2 and get $500
>
> On 05/23/2008 7:35 AM, Sander Devrieze wrote:
> > 2008/5/23 Peter Saint-Andre <[EMAIL PROTECTED]>:
> >> On 05/23/2008 3:16 AM, Cyprian wrote:
> >>> there is no link at the bottom of this e
On 05/23/2008 7:35 AM, Sander Devrieze wrote:
> 2008/5/23 Peter Saint-Andre <[EMAIL PROTECTED]>:
>> On 05/23/2008 3:16 AM, Cyprian wrote:
>>> there is no link at the bottom of this email. Could you send me this link?
>> Somehow I've always thought that people who are smart enough to write
>> code a
On Fri, May 23, 2008 at 07:10:10AM -0600, Peter Saint-Andre wrote:
> so I'll add back the per-message footers (which BTW prevent a
> message from being properly signed with digital signatures, oh well).
I've seen some mailing lists where signatures still work. On fink-devel
the text appended by s
Peter Saint-Andre;506 Wrote:
> On 05/23/2008 3:16 AM, Cyprian wrote:
> > there is no link at the bottom of this email. Could you send me this
> link?
>
> Somehow I've always thought that people who are smart enough to write
> code are smart enough to figure out how to unsubscribe from a list
> t
On Fri May 23 14:10:10 2008, Peter Saint-Andre wrote:
On 05/23/2008 3:16 AM, Cyprian wrote:
> there is no link at the bottom of this email. Could you send me
this link?
Somehow I've always thought that people who are smart enough to
write
code are smart enough to figure out how to unsubscr
2008/5/23 Peter Saint-Andre <[EMAIL PROTECTED]>:
> On 05/23/2008 3:16 AM, Cyprian wrote:
>> there is no link at the bottom of this email. Could you send me this link?
>
> Somehow I've always thought that people who are smart enough to write
> code are smart enough to figure out how to unsubscribe f
On 05/23/2008 3:16 AM, Cyprian wrote:
> there is no link at the bottom of this email. Could you send me this link?
Somehow I've always thought that people who are smart enough to write
code are smart enough to figure out how to unsubscribe from a list
they've subscribed to in the first place. That
Hello,
- just go on this url:
http://mail.jabber.org/mailman/listinfo/jdev
- give your email in the field at the bottom.
- then follow the procedure to unsubscribe.
It's true that there should be a footer added automatically at the
bottom of every email sent to the list with the most common co
there is no link at the bottom of this email. Could you send me this link?
thx
On Fri, May 23, 2008 at 11:00 AM, Sander Devrieze <[EMAIL PROTECTED]>
wrote:
> 2008/5/23 Cyprian <[EMAIL PROTECTED]>:
> > hi,
> > does somebody know how to unsubscribe from this forum?
>
> I updated the FAQ of this ma
2008/5/23 Cyprian <[EMAIL PROTECTED]>:
> hi,
> does somebody know how to unsubscribe from this forum?
I updated the FAQ of this mailing list. See the link at the bottom of
this email. Please keep in mind that "I want to unsubscribe from this
list" emails are send to thousands of people who are sub
hi,
does somebody know how to unsubscribe from this forum?
On Fri, May 23, 2008 at 8:38 AM, Jack Moffitt <[EMAIL PROTECTED]> wrote:
> I'm offering a $500 bounty (and a Chesspark t-shirt) to anyone who can
> fix the memory leak(s) in the session manager component of jabberd2.
> You can find more
I'm offering a $500 bounty (and a Chesspark t-shirt) to anyone who can
fix the memory leak(s) in the session manager component of jabberd2.
You can find more info here:
http://metajack.wordpress.com/2008/05/22/want-500-help-us-fix-jabberd2/
jack.
George Gozadinos wrote:
> XEP-0142 sounds right on the spot, but (at least to me) poses some
> problems. For a start it is deferred and not recommended to implement,
Deferred simply means that someone didn't update it, or didn't ask the
XMPP Council for a Last Call. It doesn't mean the spec is no
On Mar 14, 2008, at 5:39 PM, Magnus Henoch wrote:
George Gozadinos <[EMAIL PROTECTED]> writes:
Now, I would like to take it to the next level and write a xmpp
component that will be able to serve arbitrarily many helpdesks each
with its own agents. And that's where my problems start. Not sure
George Gozadinos <[EMAIL PROTECTED]> writes:
> Now, I would like to take it to the next level and write a xmpp
> component that will be able to serve arbitrarily many helpdesks each
> with its own agents. And that's where my problems start. Not sure at
> all what I need to implement for the compon
Hi all,
I am a complete newbie with jabber and trying to solve the following
problem:
I've already implemented a web-based 'helpdesk' product where site
visitors can ask for support and chat online with an agent if one is
available. This is implemented as a simple jabber client written in
Support xep 100 for your clients and xep 114 on server.
After this, you should be able to talk to yahoo/aim/msn/other
proprietary protocols using available open source components.
Regards,
Mridul
Bruno Bechler Machado wrote:
> Hy, i'm a java developer and i started to develop jabber server and c
On Thu, Feb 08, 2007 at 01:40:52PM -0200, Bruno Bechler Machado wrote:
> Hy, i'm a java developer and i started to develop jabber server and client
> only a few days ago.
>
> i'm writting a client and i want to use the contacts from MSN and ICQ, but
> i don't now how to do that and i didnt find an
Hy, i'm a java developer and i started to develop jabber server and client
only a few days ago.
i'm writting a client and i want to use the contacts from MSN and ICQ, but
i don't now how to do that and i didnt find any libraries or examples to do
it.
i found at the jabber's site how a use this f
On 1/17/07, Matthias Wimmer <[EMAIL PROTECTED]> wrote:
I do not think, that Spark sends this - the last line is not correct XMPP.
Either your client is broken, or it is not what it is sending (e.g. it
might be just a notice in XML console of your client).
If it is not what you already have done
Zuo Shuai schrieb:
xmlns:stream="http://etherx.jabber.org/streams"; xmlns="jabber:client"
from="isolation" id="5d19066" xml:lang="en" version="1.0">
xmlns="urn:ietf:params:xml:ns:xmpp-tls">xmlns="urn:ietf:params:xml:ns:xmpp-sasl">PLAINCRAM-MD5DIGEST-MD5ANONYMOUSxmlns="http://jabber.org/features
Help ! I learned to build xmpp Server.I used the spark as test client.But My
XMPP Server cann't build connection with the spark client.
Here is the process:
as My Server receive socket connect message,I sent two xml stream to Spark for
building session.
http://etherx.jabber.org/streams"; xmlns
Help ! I learned to build xmpp Server.I used the spark as test client.But My
XMPP Server cann't build connection with the spark client.
Here is the process:
as My Server receive socket connect message,I sent two xml stream to Spark for
building session.
http://etherx.jabber.org/streams"; xm
On 8/22/06, Rahul chandrashekar <[EMAIL PROTECTED]> wrote:
Can anyone tell me how should i run my own server and how should i
communicate trough my client application which i am developing
Pick a server and an XMPP library and off you go. :)
See the "Getting Started" section on the http://jab
Hi
Can anyone tell me how should i run my own server and how should i communicate trough my client application which i am developing-- Warm RegardsRahul Chandrashekar
On 7/31/06, ali <[EMAIL PROTECTED]> wrote:
RECV: SSL status: "SSL negotiation finished successfully"
RECV: SSL status: "SSL negotiation finished successfully"
RECV: Cipher: name = DES-CBC3-SHA; description = DES-CBC3-SHA
SSLv3 Kx=RSA Au=RSA Enc=3DES(168) Mac=SHA1
; bits = 168; version = TLS
Hello Everyone
i am trying my software to communicate with jabber.com server and i am able
to complete my communciation till TLS negotiation and server responds
from this step to on ward i am not able to understand what my software
should send to jabber server in which response server will send
On Sat Jul 1 21:50:52 2006, ali wrote:
Jabber Server Responds:-
Are you actually starting TLS here?
VB.net Client:-
Jabber Server Responds:-
Dave.
--
Dave Cridland - mailto:[EMAIL PROTECTED] - xmpp:[EMAIL PROTECTED]
- acap://acap.dave.cridland.net/byowner/user/dwd/bookmarks/
-
On Saturday 01 July 2006 13:50, ali wrote:
> VB.net Client:-
>
>
>
> Jabber Server Responds:-
>
>
The response means you're supposed to proceed with the TLS
negotiation. TLS is a binary protocol, where the client and server exchange
some data in order to establish a secure channel.
My guess
On Sun, Jul 02, 2006 at 01:50:52AM +0500, ali wrote:
> Hello Every one
>
> While connecting my vb.net client to jabber server i am encountring with
> problem mentioned below
What Jabber server, and what version. If this is the complete trace, it
should not happen.
--
Groetjes,
ralphm
Hello Every oneWhile connecting my vb.net client to jabber server i
am encountring with problem mentioned belowi am connecting at ip
207.182.190.28and port 5222VB.net client
:-
xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams'
to='jabber.com'
jdev-request,您好!
=== 2006-05-19 14:31:33 您在来信中写道:===
>
>Send jdev mailing list submissions to
> jdev@jabber.org
>
>To subscribe or unsubscribe via the World Wide Web, visit
> http://mail.jabber.org/mailman/listinfo/jdev
>or, via email, send a message with subject or
HI,
How can we send features list using JSO api from server to client?
Thanks in advance!
From,
satya
___
jdev mailing list
jdev@jabber.org
http://mail.jabber.org/mailman/listinfo/jdev
> How can we use JSO api to send features list from the server to the
> client?
>
> Thanks in advance!
I assume you mean you're writing a server, as when writing a client, it
gets sent automatically.
Anyway, as far as I have been able to gather, the server has to create a
StreamFeatureset and sen
Hi,
How can we use JSO api to send features list from the server to the client?
Thanks in advance!
From,
satya
___
jdev mailing list
jdev@jabber.org
http://mail.jabber.org/mailman/listinfo/jdev
Start here
Programming Jabber: Extending XML Messaging (O'Reilly XML) (Paperback)
by DJ Adams
http://www.amazon.com/exec/obidos/ASIN/0596002025/qid=1113496777/sr=2-1/ref=pd_bbs_b_2_1/102-6466511-6664924
--
Dr. Craig Hollabaugh, [EMAIL
On Apr 14, 2005, at 6:14, Malik Ahsan wrote:
can any one help me in writing a client in VB6 for jabber i m in
deep shit at the moment can't understand what to do and where to
start bcuz i don't know any thing abt XML, but my company has
assigned me to do that i am newly computer graduate and
В сообщении от Четверг 14 Апрель 2005 14:14 Malik Ahsan написал(a):
> can any one help me in writing a client in VB6 for jabber i m in deep shit
> at the moment can't understand what to do and where to start bcuz i don't
> know any thing abt XML, but my company has assigned me to do that i am
> new
can any one help me in writing a client in VB6 for jabber i m in deep shit at
the moment can't understand what to do and where to start bcuz i don't know any
thing abt XML, but my company has assigned me to do that i am newly computer
graduate and its my first market project plz help me
Hi,
I have reviewed the source code for jabberd2 . And I want to query
the mysql database by “like”, but it seems that the source code doesn’t
support that .
For example , I want to build a sql command like this :
Select * from private where `collection-owner` = `xxx` AND `
i want dev a jabber client which features
messaging(jabberusers,msn,yahoo,aol), file tansfere(jabber users). i will
use vusual c#.Net for that.
can some help me while choosing a better library which support above eg
jabber-Net , DOTJabber or any other.
thanks in advance.
___
On Mon, Apr 19, 2004 at 10:45:18PM +0200, Petr Ferschmann wrote:
> Hello,
>
> and how you handle namespaces?
>
> I can easily send you this stream:
>
>
>
>
> Do you handle that?
My preparser doesn't have to do that. It will just pass:
to the libxml2 parser which will
Hello,
and how you handle namespaces?
I can easily send you this stream:
Do you handle that?
> is right, but I made a workaround - simple XML preparser which splits
> input stream into chunks (like stream start or single, complete stanza)
> which are passed to the real (libxml2) XML parse
> Java has pull parsers available that get around the problem and I find
> are much better suited for streaming XML found in XMPP. Pull parsers
> are the mirror opposite of push parsers like SAX; in pull parsing
> events are pulled from the parser by calling methods on the parser when
> you're
Iain,
Thanks for the implementation/real world explaination of SAX parser
operation. From what you've said here, the SAX implementation is far
from the simplistic coverage in many XML books.
Learned something new today, thanks!
Craig
On Mon, 2004-03-29 at 11:53, Iain Shigeoka wrote:
> On Mar
On Mar 27, 2004, at 9:07 AM, Craig Hollabaugh wrote:
Having intermediate callbacks is the main reason why people
use a SAX parser. So that is an implementation issue with
.NET's SAX parser.
It's actually an implementation "feature" of most SAX parsers. Java's
most popular SAX parsers follow the s
On Fri, Mar 26, 2004 at 11:13:32PM -0700, Dr. Craig Hollabaugh wrote:
> JD and Kevin,
>
> SAX parsers parse as the stream comes in.
Unfortunately, this is not always true. I depended on such behavior of
libxml2, but it stopped work after upgrade to libxml2-2.6.7. When
I reported the but I was tol
Craig Hollabaugh [mailto:[EMAIL PROTECTED]
> > Sent: Friday, March 26, 2004 10:14 PM
> > To: Jabber software development list
> > Subject: RE: [jdev] Help parsing incremental XML
> >
> > JD and Kevin,
> >
> > SAX parsers parse as the stream comes i
the .NET parser, but I figured it was
most likely present in other parsers.
JD
-Original Message-
From: Dr. Craig Hollabaugh [mailto:[EMAIL PROTECTED]
Sent: Friday, March 26, 2004 10:14 PM
To: Jabber software development list
Subject: RE: [jdev] Help parsing incremental XML
JD and Kevin,
: Dr. Craig Hollabaugh [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 26, 2004 10:14 PM
> To: Jabber software development list
> Subject: RE: [jdev] Help parsing incremental XML
>
> JD and Kevin,
>
> SAX parsers parse as the stream comes in. Your code gets
> callbacks on
Zablonski [mailto:[EMAIL PROTECTED]
> > Sent: Friday, March 26, 2004 7:40 PM
> > To: [EMAIL PROTECTED]
> > Subject: [jdev] Help parsing incremental XML
> >
> > I am developing an IM client/server application for the
> > visually impaired
> > that
n
Jabber stanzas and will handle the routing, authentication, and all the
particulars you probably don't want to worry about.
JD
> -Original Message-
> From: Kevin Zablonski [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 26, 2004 7:40 PM
> To: [EMAIL PROTECTED]
>
I am developing an IM client/server application for the visually impaired
that will make use of the Java Speach API. I am developing it as a senior
project and I am stuck on the XML parsing. I am having trouble finding a
technology that will allow me to parse XML incrementally. The client will
c
Jabber software development list <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: [jdev] HELP!!! Component devolopment for jabber
Date: Fri, 5 Mar 2004 01:41:55 -0500 (EST)
Hi,
Is there any document on devoloping a compnent with jabberd 2.0. I
searched some of the documentation in jabber
Hi,
Is there any document on devoloping a compnent with jabberd 2.0. I
searched some of the documentation in jabber website, but didn`t get much
help. Can anybody direct me to a proper place where I can get some
documentation on devoloping a component or suggest a possible method in
which I shoul
You may want to check out http://www.jabberstudio.org/project/?cat=5
amol
- Original Message -
From: "Nagappa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 29, 2003 11:27 AM
Subject: [JDEV] help needed for developing a jabber client
&
Hi!
I am using a jabber1.4.2 server. I wanted to develop a client for windows in C/C++.
If free
source code is available for windows , where can i get it.
thanks in advance,
Nagappa
___
jdev mailing list
[EMAIL PROTECTED]
http://mailman.jabber.org
> Are you saying the presenceCB() isn't called at all if the presence type
is
> "subscribe[d]" or "unsubscribe[d]"?
yes, that's exactly my problem :(
>
> Also, there is a separate mailing list for jabber.py,
> [EMAIL PROTECTED],
thx for that, i'll ask there
> jabber.py, but I have had success wit
Are you saying the presenceCB() isn't called at all if the presence type is
"subscribe[d]" or "unsubscribe[d]"?
Also, there is a separate mailing list for jabber.py,
[EMAIL PROTECTED], and you can subscribe at the
sourceforge page. And you are using an older than current version of
jabber.py,
Hello!!!
i need help with the attached python script, my intention is to handle
subscription
and unsubscription but so far i can't make my callback react to those types
of presence
if i send a presence of type available or unavailable it works ok, but
anything except those
two and my callback (pre
Hi there,
I downloaded j2blog-agent code
example for JECL from
www.jabber.com. I also installed
AntCC and JDK1.2.2 on RedHat Linux
8.0. When I run AntCC to build the
example, it does the downloading
library part (JECL) OK, but it gives
a compiling error as following:
file:/root/j2blog-agent/build
Chris Wilkes wrote:
>Arg! Can people on this list not top-post!? It makes for very hard
>reading when the question is before the last reply.
>
>
>
>>Chris Wilkes wrote:Chris Wilkes wrote:
>>
>>
>>
>>>Try this
>>>use Net::Jabber qw(Client);
>>>
>>>
>On Thu, Sep 19, 2002 at 10:52:
bugs that could cause memory leaks and other evil
thingies.
Good luck
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, September 19, 2002 9:52 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JDEV] Help with Net::Jabber problem
>
Arg! Can people on this list not top-post!? It makes for very hard
reading when the question is before the last reply.
> Chris Wilkes wrote:Chris Wilkes wrote:
>
> >Try this
> > use Net::Jabber qw(Client);
On Thu, Sep 19, 2002 at 10:52:04AM -0400, [EMAIL PROTECTED] wrote:
> That resolved m
That resolved my initial problem. Now I get the following:
Can't use string ("3D89E3F6") as a HASH ref while "strict refs" in use
at /usr/lib/perl5/site_perl/5.6.0/Net/Jabber.pm line 666.
Should I comment out "use strict" in Jabber.pm or is there something
else wrong?
Chris Wilkes wrote:Chris
Hi,
Can you try something for me:
Remove all the "use Net::Jabber::???;" lines and replace them with
this "use Net::Jabber qw(Client);"
Regards,
David
On Wed, Sep 18, 2002 at 03:34:05PM -0400, g wrote:
> Here is the directory structure (I installed it via interactive cpan)
> All t
On Wed, Sep 18, 2002 at 03:34:05PM -0400, g wrote:
>
> use Net::Jabber::Client;
> use Net::Jabber::Protocol;
> use Net::Jabber::Debug;
> use Net::Jabber::IQ;
>
> because I received the error "Failed to load any schema for
> Net::Jabber from the use line."
> (RECIPIENT and SERVER constants were a
Here is the directory structure (I installed it via interactive cpan)
All the files appear to be installed correctly.
-r--r--r--1 root root43913 Jun 11 22:56
/usr/lib/perl5/site_perl/5.6.0/Net/Jabber.pm
/usr/lib/perl5/site_perl/5.6.0/Net/Jabber:
total 536
-r--r--r--1 root
On Wed, Sep 18, 2002 at 01:08:31PM -0400, g wrote:
> With the follwing files:
> Net::Jabber::Protocol VERSION 1.26
> Net::Jabber::IQ VERSION 1.26
>
> I am getting the following error:
> Undefined subroutine &Net::Jabber::IQ called at
> /usr/lib/perl5/site_perl/5.6.0/Net/Jabber/Protocol.pm line 1
With the follwing files:
Net::Jabber::Protocol VERSION 1.26
Net::Jabber::IQ VERSION 1.26
I am getting the following error:
Undefined subroutine &Net::Jabber::IQ called at
/usr/lib/perl5/site_perl/5.6.0/Net/Jabber/Protocol.pm line 1829.
The line in the Protocol file is:
my $iqAuthProbe = new Net
Please remove me from this list thank you.
Beau Moore
407-806-7029
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, August 04, 2002 1:02 PM
To: [EMAIL PROTECTED]
Subject: jdev digest, Vol 1 #1569 - 5 msgs
Send jdev mailing list submissions to
Here's my predicament: A few months ago, when we upgraded from jabber 1.2 to
1.4, offline message management broke. (They continued to store up in spool
files beyond maxoffline, and they were never being delivered). I recently
discovered it was due to a module dependency issue (mod_offline need
1 - 100 of 189 matches
Mail list logo