I am a student and i know asp.net, now i am in a big trouble... i
have to submit a web application which has a web based chat like
gmail....
I googled, found the links about the iJab and downloaded.
But Unfortunately i am not able to find any sample codes or tutorials
like how to start, how to integrate with asp.net.
Please Guys I need your helps regarding where to start, how to
integrate ?, or sample codes...etc
Any link regarding above will help me a lot...
Please Guide me.... !
Thanks in Advance
vikky
--
You received this message because you are subscribed to the Google Groups "ijab group" group.
To post to this group, send email to ijab-...@googlegroups.com.
To unsubscribe from this group, send email to ijab-group+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ijab-group?hl=en.
Thanks for your reply...
I downloaded the file and saw the code... I added some codes in my
page and its showing some Users..
But I have my own user database, In which place i have to specify the
connection string or how to add my users...
whats the purpose of openfire ?
whats the relation between openfire and iJab ?
I am using Visual studio 2008, .Netframework3.5, SQL server 2005 and
Win XP.
Is it Possible to integrate the iJab to my asp.net web application
project?
If my questions were silly, Don't mistake me, Since I'm a student and
i am ignorant about the concepts.
Is there any link for a step by step integration of iJab with asp.net
it would be helpful for me...
Please Guide me...
Thanks in Advance
vikky
On Mar 9, 10:16 pm, Zhan iJab <zhancai...@gmail.com> wrote:
> Hi,
>
> The simple way is that you just need to include some js files in your
> webpage just like the example web page in code.google.com/p/ijab/.
>
> Zhan
>
> 2010/3/9 vikky R.S <vikk...@gmail.com>
>
>
>
> > Hi,
>
> > I am a student and i know asp.net, now i am in a big trouble... i
> > have to submit a web application which has a web based chat like
> > gmail....
>
> > I googled, found the links about the iJab and downloaded.
>
> > But Unfortunately i am not able to find any sample codes or tutorials
> > like how to start, how to integrate with asp.net.
>
> > Please Guys I need your helps regarding where to start, how to
> > integrate ?, or sample codes...etc
>
> > Any link regarding above will help me a lot...
>
> > Please Guide me.... !
>
> > Thanks in Advance
> > vikky
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "ijab group" group.
> > To post to this group, send email to ijab-...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > ijab-group+...@googlegroups.com<ijab-group%2Bunsubscribe@googlegrou ps.com>
To unsubscribe from this group, send email to ijab-group+...@googlegroups.com.
I'm not sure what level of education you're going through but I
suspect they want you to write the application yourself in .Net.
iJabs written in Java(script), Openfire is Java and ejabberd is Erlang
so none of them really have anything to do with asp .net or any of
microsofts coding languages.
I wouldn't think they're expecting you to write a fully functioning
XMPP http bind server AND client. My guess would be that they're
looking for you to use a simple bit of AJAX to poll an ASP script
every X seconds to check for any new messages. Something along those
lines. If they were just expecting you to cobble together a few pieces
of software from the internet then you really haven't learnt anything
about the scripting languages at hand. You certainly don't need any
ASP to get ijab working so I think you're looking down the wrong
avenue.
Hope that helps.
Benny
Actually I am doing Engineering in Computer Science...
I already developed what you have mentioned (using Timers with Ajax,
update panels)...
In That concept it ll request the DB periodically which is not good
coding...
Then i searched for how to push a message(instead of timers) to the
receiver whenever the sender clicks the send...
While i were searching i got the link about XMPP and all...
Do u have any idea about "how to push a message" in chat in asp.net...
any link regarding that will be helpful for me...
Thanks in Advance
vikky
all you need to do is have your ASP.NET output json and then have
javascript read it (every few seconds) and, if theres a new message
display it in a chat box. use jquery to do all the processing... heres
something ive used before...
http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/