- mercromina responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 08:01 PM
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Chat bar Module
-
- Rank: Softmore
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 486
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. -
- Rank: Registered User
- Registered: Mar 03, 2010
- Last visit: Apr 06, 2010
- Posts: 11
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! -
- Rank: Registered User
- Registered: Mar 03, 2010
- Last visit: Apr 06, 2010
- Posts: 11
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!! -
- Rank: Developer
- Registered: Dec 31, 1969
- Last visit: May 31, 2010
- Posts: 303
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 :) -
- Rank: Registered User
- Registered: Mar 03, 2010
- Last visit: Apr 06, 2010
- Posts: 11
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.. -
- Rank: Registered User
- Registered: Mar 03, 2010
- Last visit: Apr 06, 2010
- Posts: 11
ssorry here is the link: http://ajaxim.com/ -
- Rank: Registered User
- Registered: Mar 03, 2010
- Last visit: Apr 06, 2010
- Posts: 11
here is also a link for the use of usernames with login-logout..
thanks.. -
- Rank: Softmore
- Registered: Dec 31, 1969
- Last visit: May 07, 2010
- Posts: 486
-
- Rank: Registered User
- Registered: Mar 03, 2010
- Last visit: Apr 06, 2010
- Posts: 11
- Moderated by:
- Support
