My favorites | Sign in
Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Version 1.0.5 (In Trunk)
------------------------
Jaxl now perform checks for SSLv3 if TLS auth fails
Jaxl now perform OS Type, PCNTL Support and OpenSSL Support on startup
Added Service Administration support (XEP-0133). Available methods addUser(), deleteUser()
Added server ping support (Fixes the bug where the bot goes offline after long inactivity)
Added Signal handlers for disconnecting the bot when SIGINT or SIGTERM is received (Fixes the bug where the bot remains offline when script is killed manually through CNTR+C)
Added Jaxl custom support for periodic callback handlers

Version 1.0.4
-------------
Implementation of Google's Gmail Extension http://code.google.com/apis/talk/jep_extensions/gmail.html

Added another method of interest eventNewEMail() which is called
when a gtalk user recieves a new email in his/her google mail box.
Works both for Gmail as well as Google apps user.

Updated File(s):
xmpp.class.php implementation of Google Gmail Extension
jaxl.class.php now also extending eventNewEMail() method
jaxl4gmail.class.php a sample application for newly implemented extension

Version 1.0.3
-------------
Fixed Issue http://code.google.com/p/jaxl/issues/detail?id=2

Added another method of interest setStatus(). This method is
internally called by xmpp.class.php after authentication, service
discovery and roster list call. Use this to set your custom status,
if you don't want to use $this->status variable.

Updated File(s):
xmpp.class.php added setStatus() method
jaxl.class.php now also extending setStatus() method
jaxl4dzone.php now also extending setStatus() method

Version 1.0.2
-------------
Fixed Issue http://code.google.com/p/jaxl/issues/detail?id=1

JAXL was unable to establish connection with a local ejabberd server
due to missing startSession() method.

Updated File(s):
xmpp.class.php added startSession() method

Version 1.0.1
--------------
This is the public release of JAXL.
Use jaxl.class.php to extends xmpp.class.php and develop your application.
Method you might be interested in are: eventMessage() and eventPresence()
Show details Hide details

Change log

r55 by mailsforabhinav on Jan 19, 2010   Diff
Updated changelog
Go to: 
Project members, sign in to write a code review

Older revisions

r53 by mailsforabhinav on Jan 11, 2010   Diff
update changelog
r49 by mailsforabhinav on Jan 08, 2010   Diff
Version 1.0.5 (in trunk)
r38 by mailsforabhinav on Feb 06, 2009   Diff
Version 1.0.4
-------------
Implementation of Google's Gmail
Extension http://code.google.com/apis/
talk/jep_extensions/gmail.html
...
All revisions of this file

File info

Size: 2133 bytes, 51 lines
Powered by Google Project Hosting