RE: Animated SMS & Blinking SMS AND NOW SOMETHING ABOUT JABBER

"Oded Arbel" <[email protected]>
Newsgroups gmane.comp.mobile.kannel.devel
Message-ID <[email protected]>
That is a Yahoo application backend for Kannel, not an SMSC backend to
Yahoo (not that I know why such a thing would be interesting). it's also
easy to create an application backend to interface with ICQ or Jabber or
whatever, using one of the freely available libraries.
 
Oded
 

	-----Original Message----- 
	From: Bruno David Rodrigues 
	Sent: ב 01/04/2002 15:18 
	To: Valter Santos; [email protected] 
	Cc: 
	Subject: Re: Animated SMS & Blinking SMS AND NOW SOMETHING ABOUT
JABBER
	
	

	Do you know ari-yahoo text mode client ?
	
	Now, search for a non-ncurses version (or remove ncurses from
it) and
	play with pipes ;)
	
	I have an yahoo.php that receives from kannel and injects in a
file
	(  >> file).
	
	Then, when I do a login, I launch in background (inside that
yahoo.php) the
	following:
	
	"tail -n 0 -f file | ari-yahoo | yahoo2.php &"
	
	The tail will read from the file and inject in ari-yahoo, and
last
	yahoo2.php (that one is
	runned like a cgi, but it could be perl or even shell) interpret
the output
	of ari-yahoo
	and will do another get back to kannel (lynx?)
	
	Of course this is an huge patch, but it works.
	
	I do have login/logout, query nick, mesg nick and aliases
	when a user gets online/offline, I receive a flash message
(thats why I said
	that I send
	a SMS to my application and it replies back with +- 10 msg, if
there is 10
	users online)
	When I do a "q nick", that nick is selected and later I just
have to write
	text
	I can set my status but I'm still missing reading other custom
status (i can
	read the "idle",
	"busy", etc), but that's missing from ari-yahoo itself :(
	
	I'm now dissecating the yahoo protocol (v2.0) and doing a perl
daemon.....
	
	
	----- Original Message -----
	From: "Valter Santos" <[email protected]>
	To: "Bruno David Rodrigues" <[email protected]>; "Cipher
Strength"
	<[email protected]>; <[email protected]>;
<[email protected]>
	Sent: Monday, April 01, 2002 4:12 AM
	Subject: Re: Animated SMS & Blinking SMS AND NOW SOMETHING ABOUT
JABBER
	
	
	>
	> > I have a working smsyahoo ;)
	>
	> Can you share it with us ?? :-)
	>
	> /valter
	>
	> ----- Original Message -----
	> From: "Bruno David Rodrigues" <[email protected]>
	> To: "Cipher Strength" <[email protected]>;
<[email protected]>;
	> <[email protected]>
	> Sent: Friday, March 29, 2002 10:01 PM
	> Subject: Re: Animated SMS & Blinking SMS AND NOW SOMETHING
ABOUT JABBER
	>
	>
	> > I have a working smsyahoo ;)
	> >
	> > ----- Original Message -----
	> > From: "Cipher Strength" <[email protected]>
	> > To: <[email protected]>; <[email protected]>;
	> > <[email protected]>
	> > Sent: Friday, March 29, 2002 4:25 PM
	> > Subject: Re: Animated SMS & Blinking SMS AND NOW SOMETHING
ABOUT JABBER
	> >
	> >
	> > >
	> > > Hi,
	> > >
	> > > Thanks for all people who responded to my query. But No
Body tells
	about
	> > > Blink SMS & Animated SMS :( i think this some work should
be done on
	it
	> > >
	> > > JABBER is Nice Open Source Instant Messanging Software. Is
Some one
	have
	> > > worked to integrate Jabber with Kannel.The idea is to make
SMS Instant
	> > > messanging , I have searched some one have made Kannel
transport for
	> > Kannel.
	> > > I will mail him to get the Details.......
	> > >
	> > > Regards
	> > > CIPHER
	> > >
	> > > >From: "Bruno David Rodrigues" <[email protected]>
	> > > >To: "Oded Arbel" <[email protected]>, "Cipher Strength"
	> > > ><[email protected]>, <[email protected]>
	> > > >Subject: Re: Animated SMS & Blinking SMS
	> > > >Date: Fri, 29 Mar 2002 15:02:32 -0000
	> > > >
	> > > >I've tested now, and it's working ok.
	> > > >
	> > > >Why shouldn't it ? ;) Would I forget the concatenation ?
	> > > >
	> > > >Don't forget that unicode is almost like binary
concatenation, plus
	the
	> > > >caring of
	> > > >not breaking the last char...
	> > > >
	> > > >----- Original Message -----
	> > > >From: "Oded Arbel" <[email protected]>
	> > > >To: "Cipher Strength" <[email protected]>;
	> > > ><[email protected]>
	> > > >Sent: Friday, March 29, 2002 9:27 AM
	> > > >Subject: RE: Animated SMS & Blinking SMS
	> > > >
	> > > >
	> > > >Unicode is currently very module dependant - some
implement it, while
	> > > >some not. Kannel itself handles unicode properly (if not
they way I
	> > > >would have liked it to :-), and I've successfuly used
Kannel to sent
	> > > >hebrew, russian and chineses text messages. bear in mind
that unicode
	> > > >messages are limited to 70 characters. I do not know how
Kannel
	handle
	> > > >messages longer then that limit, as I haven't tested
that, but I
	> suspect
	> > > >it may not behave properly and it is on my todo list to
check and fix
	> > > >that if needed.
	> > > >
	> > > >--
	> > > >Oded Arbel
	> > > >m-Wise Inc.
	> > > >[email protected]
	> > > >
	> > > >Real computer scientists despise the idea of actual
hardware.
	Hardware
	> > > >has limitations, software doesn't.
	> > > >It's a real shame that Turing machines are so poor at
I/O.
	> > > >
	> > > >
	> > > > > -----Original Message-----
	> > > > > From: Cipher Strength
[mailto:[email protected]]
	> > > > > Sent: Thursday, March 28, 2002 4:23 PM
	> > > > > To: [email protected]
	> > > > > Subject: Animated SMS & Blinking SMS
	> > > > >
	> > > > >
	> > > > > Hi,
	> > > > >
	> > > > > Is there any way by which we can send Animated SMS &
Blinking
	> > > > > SMS from
	> > > > > Kannel. If not i think this feature must be added to
kannel.
	> > > > > Also I want to
	> > > > > kannel supports Unicode or not. Can we send SMS ,
other than
	> > > > > in english.
	> > > > >
	> > > > > Hope to listen from somebody soon
	> > > > >
	> > > > > Regards
	> > > > >
	> > > > >
_________________________________________________________________
	> > > > > Send and receive Hotmail on your mobile device:
	> http://mobile.msn.com
	> > > > >
	> > > > >
	> > > > >
	> > > >
	> > > >
	> > > >
	> > > >
	> > > >
	> > >
	> > >
	> > >
	> > >
	> > > CIPHER
	> > >
	> > >
	> > >
_________________________________________________________________
	> > > Chat with friends online, try MSN Messenger:
http://messenger.msn.com
	> > >
	> > >
	> >
	> >
	> >
	> >
	> >
	>
	>
	>
winmail.dat (application/ms-tnef, 11.6 KB) - not displayed
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.