Chat bar Module  Bottom

Go to page [-1] 1 - 2:

  • Interesting. But I don't see an IM option on kamloops or wibiya.com. That's my own goal, FWIW. A "chat room" doesn't cut it.
  • guyss!!!! thanks for all your replies it really help me a lot...i will just wait for the module you will be developing... i found other source which i think would help us to get it right. just see this page: http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/

    i think the username and installing is the had part.. thanks!
  • guys!!! if someone has able to do this on zikula, can you please post how to do it. i think a step-by-step installation would be a great help.. THANKS!!
  • This looked rather interesting but not just a site solution....

    http://code.blitzaff…jabber_client_52-11

    Quote

    This is an event-driven, PHP-based Jabber client class implementation, allowing your script to connect to and interact with Jabber (XMPP) servers. This script was originally based on class.jabber.php, but has been almost completely rewritten (with permission from Carlo Zottmann) using an event-driven model.

    How is this different than class.jabber.php (CJP)?

    The original CJP operated on a "send, wait, read" model, in which the library would send a command to the Jabber server, wait for a given number of seconds, then look for a response. There are a number of problems with this approach, but the most prominent issues are:

    * It's slow. Even if you send a command to the Jabber server and the server responds immediately, your script must still wait for the entire duration of the delay. When sending multiple commands in a row, this delay can add up and become quite significant.
    * If your Jabber server (or network connection) is a bit slow, you may end up missing the server's response entirely. CJP always waits for a given number of seconds for a response. If a response is not received in that period of time, it is assumed that an error has occurred, which is often not the case.

    To overcome these limitations, this library operates using an event-driven model. That is, you register callbacks in advance for all of the events you wish to be notified about. When the library receives a response from a Jabber server, it immediately fires your callback function. Thus, you are guaranteed to receive all events, regardless of your Jabber server's speed, with no unnecessary delay.

    This class also implements countless new XMPP protocol features which were not present in the original class.jabber.php.

    This class is used in Centova Messenger, my web-based Jabber instant messaging application.


    --
    Paul
    ____________________________________________________
    "...Humor, ITs just a state of mind"
    TakeIT2.CoM :: Open Destination
    ...my site is a perfect example of why doctors do not operate on them self :)
  • hey guyss.. ive found another source that i think this is suitable chat bar for zikula. im still having to try it but not yet successful.. so if you guys can do these to use it in zikula can u please show how you id and what is the appropriate version of Ajax IM.. thanks..
  • ssorry here is the link: http://ajaxim.com/
  • here is also a link for the use of usernames with login-logout..

    thanks..
  • That one does look nice, and is open source.
  • guyss.. does anyone got it yet?

Go to page [-1] 1 - 2:

This list is based on users active over the last 60 minutes.