/[drupal]/contributions/modules/xmppframework/xmppframework.module
ViewVC logotype

Log of /contributions/modules/xmppframework/xmppframework.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.1.2.4.2.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 25 20:51:04 2009 UTC (2 months ago) by darrenferguson
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-1
Changes since 1.1.2.4.2.14: +0 -0 lines
Diff to previous 1.1.2.4.2.14 , to branch point 1.1.2.4
Changes to the xmppclient, node muc, relationships roster and vcard modules

Revision 1.1.2.4.2.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 27 21:46:41 2009 UTC (2 months, 4 weeks ago) by darrenferguson
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-0
Changes since 1.1.2.4.2.13: +0 -0 lines
Diff to previous 1.1.2.4.2.13 , to branch point 1.1.2.4
Branching up the 6.2 release for the xmppframework with all the related fixes

Revision 1.1.2.4.2.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 10 20:49:59 2009 UTC (3 months, 2 weeks ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.12: +0 -0 lines
Diff to previous 1.1.2.4.2.12 , to branch point 1.1.2.4
XMPP Messaging is now the messaging_xmpp module

Revision 1.1.2.4.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jul 21 22:16:18 2009 UTC (4 months ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.11: +29 -7 lines
Diff to previous 1.1.2.4.2.11 , to branch point 1.1.2.4
#0 Updating the xmpp framework version 2 so that it will possibly become a non developmental branch in the coming days / week

Revision 1.1.2.4.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 6 15:23:07 2009 UTC (4 months, 3 weeks ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.10: +0 -0 lines
Diff to previous 1.1.2.4.2.10 , to branch point 1.1.2.4
Adding services support for the xmpp user and vcard modules
Making code updates to the xwchat client and also some module updates
to the contrib modules

Revision 1.1.2.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 8 16:07:20 2009 UTC (5 months, 2 weeks ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.9: +2 -2 lines
Diff to previous 1.1.2.4.2.9 , to branch point 1.1.2.4
Adding new features and an upgrade path for the xmpp_vcard module
Altered some of the functions for user menu checking and also renamed
xmpp framework verification function

Revision 1.1.2.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 30 14:17:44 2009 UTC (6 months, 3 weeks ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.8: +1 -2 lines
Diff to previous 1.1.2.4.2.8 , to branch point 1.1.2.4
Adding patch per d.o. issue #449630 for the xmpp framework

Revision 1.1.2.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 20:33:53 2009 UTC (7 months ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.7: +0 -0 lines
Diff to previous 1.1.2.4.2.7 , to branch point 1.1.2.4
Making more updates this time to the node muc and the actual xmpp user module
for the system

Revision 1.1.2.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 16:36:58 2009 UTC (7 months ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.6: +0 -0 lines
Diff to previous 1.1.2.4.2.6 , to branch point 1.1.2.4
Splitting the modules out into internal and non essential files so that if
they are not being utilized the whole code base will not be loaded since
it is un-necessary especially if no xmpp functionality is actually being utilized

Revision 1.1.2.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 14:21:08 2009 UTC (7 months ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.5: +5 -2 lines
Diff to previous 1.1.2.4.2.5 , to branch point 1.1.2.4
More additions to the module based off the new api we are running

Revision 1.1.2.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 17:06:18 2009 UTC (7 months ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.4: +3 -5 lines
Diff to previous 1.1.2.4.2.4 , to branch point 1.1.2.4
Updating the module with some bug fixes and performance improvements for the
xmpp framework, roster and vcard modules

Revision 1.1.2.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 20 14:25:26 2009 UTC (7 months ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.3: +207 -126 lines
Diff to previous 1.1.2.4.2.3 , to branch point 1.1.2.4
Updating the API for xmpp framework based off patch from Jose Reyero in
d.o. issue #333940 this patch along with new information based on the
new way the framework is structured have been implemented and are in
this commit too the framework

Revision 1.1.2.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 17:31:43 2009 UTC (7 months, 1 week ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.2: +0 -0 lines
Diff to previous 1.1.2.4.2.2 , to branch point 1.1.2.4
More updates to the branch this time the thin client will now be able too
launch if the configuration is set up correctly. Working on performance now
to try and stop un-necessary database calls and anything else that can be
utilized to make the module performance increase

Revision 1.1.2.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 18 17:03:26 2009 UTC (7 months, 1 week ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4.2.1: +0 -0 lines
Diff to previous 1.1.2.4.2.1 , to branch point 1.1.2.4
Adding new branch for the xmpp_client module and making updates so now this
branch will actually run on a drupal stack so the dev branch is quite stable
now

Revision 1.1.2.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 17 22:06:43 2009 UTC (7 months, 1 week ago) by darrenferguson
Branch: DRUPAL-6--2
Changes since 1.1.2.4: +0 -0 lines
Diff to previous 1.1.2.4
Adding new development branch for the 6.2 version of the xmpp framework for drupal

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 7 14:17:14 2008 UTC (12 months, 2 weeks ago) by darrenferguson
Branch: DRUPAL-6--1
Branch point for: DRUPAL-6--2
Changes since 1.1.2.3: +23 -0 lines
Diff to previous 1.1.2.3 , to branch point 1.1
Making bug fixes in the xwchat client so that the connection will not drop.
Added functionality to the xmppclient module to set and retrieve user presence via ajax
Added functionality to the xmppframework so that you can set the users presence.
Some bug fixes in the xmpp_node_muc and xmpp_xmlrpc modules

Revision 1.1.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 23:43:09 2008 UTC (12 months, 3 weeks ago) by darrenferguson
Branch: DRUPAL-6--1
Changes since 1.1.2.2: +11 -11 lines
Diff to previous 1.1.2.2 , to branch point 1.1
Adding in the patch that Jose Reyero contributed to resolve the watchdog
issues using D5 instead of D6 syntax.

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 14:23:21 2008 UTC (13 months, 2 weeks ago) by darrenferguson
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +3 -0 lines
Diff to previous 1.1.2.1 , to branch point 1.1
Bug fixes, code cleanup and adding cron jobs to the client module

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 7 15:52:38 2008 UTC (13 months, 2 weeks ago) by darrenferguson
Branch: DRUPAL-6--1
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Adding changes so the xmpp messaging module will check for the correct user and
the number of resources they have rather than the global $user all the time

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 2 20:57:51 2008 UTC (13 months, 3 weeks ago) by darrenferguson
Branch: MAIN
CVS Tags: DRUPAL-6--1-0, HEAD
Branch point for: DRUPAL-6--1
Committing the xmppframework to the repository

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2