Java Question Building a XMPP lib for chat apps

birnesoft

Active Member
Licensed User
Longtime User
You have to extract the asmack jar file
and copy all the class files in the object/bin/classes folder that is directly under the project folder....
 

mindcom

Member
Licensed User
Longtime User
Hi, I'm new to lib dev, so it is not clear to me what to do.
I have downloaded the simple lib compiler.
Than?
 

jndaniels1

Member
Licensed User
Longtime User
Could the JavaObject be used in this situation - or is this too complex of a jar?

Kind Regards
Jeff
 

birnesoft

Active Member
Licensed User
Longtime User
Hello,
you can exchange all kind of commands.
Send startcommand with xmpp and start a videostream on both mobiles.
 

Davin

Member
Licensed User
Longtime User
Hello,
you can exchange all kind of commands.
Send startcommand with xmpp and start a videostream on both mobiles.

hi. im keep looking for xmpp library.. and i know you currently working on this . how's the progress ? and if already finished will you sell the library ?
 

birnesoft

Active Member
Licensed User
Longtime User
hi. im keep looking for xmpp library.. and i know you currently working on this . how's the progress ? and if already finished will you sell the library ?
Hello,
my idea was, to make it open source, that everybody can help to expand it.
I've published all the source here and the lib works good on my system. But till now there are no developers interested to help.
 
Top