ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/lib/Net/XMPP2/Client.pm
Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 12:31:15 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +2 -4 lines
Diff to previous 1.19
documentation update

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 20:41:48 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.18: +1 -0 lines
Diff to previous 1.18
lots of changes. added as_string to Net::XMPP2::Node to restore
the original xml document part of a stanza or subtree.
also implemented the jabber component protocol.

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 11:36:33 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.17: +19 -7 lines
Diff to previous 1.17
added initial_presence argument to the IM::Connection and the
Client. added and upgraded some examples. further work on the
registration forms.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 13:34:54 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
added development client example

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Jul 7 12:39:45 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.15: +23 -2 lines
Diff to previous 1.15
fixed some bugs, redesigned disco mechanism, probably added some bugs,
added samples/disco_test example.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 22:22:21 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.14: +12 -3 lines
Diff to previous 1.14
implemented dataforms - phew! that was a bullet of work

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 15:19:52 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
fixed some bugs in max write length and limit searcher

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 19:27:35 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
fixed some typos and such

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 17:33:59 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
fixed some broken links in the documentation and moved errors
to seperate files.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Jul 4 16:05:22 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.10: +78 -19 lines
Diff to previous 1.10
major documentation refresh. preparing for release

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 06:36:47 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
minor changes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 12:46:23 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.8: +19 -0 lines
Diff to previous 1.8
more utility functions for Client, set_presence etc.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 11:28:23 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.7: +18 -0 lines
Diff to previous 1.7
implemented utility function for client and found out that
iq-auth is missing

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 07:56:52 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.6: +39 -3 lines
Diff to previous 1.6
sime fixes and changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jun 24 17:17:43 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.5: +28 -0 lines
Diff to previous 1.5
fixed some issues and rounded up the client for usage in Net::Bummskraut

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Jun 24 10:41:58 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.4: +10 -33 lines
Diff to previous 1.4
finished subscription implementation and also added the possibility
of forwarding all events of an object to some other object
and forwarded all events from a IM::Connection to the Client.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Apr 22 14:36:52 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.3: +5 -0 lines
Diff to previous 1.3
implemented addition/removal/update of roster items and
first functionality for subscription.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 13:51:39 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.2: +5 -0 lines
Diff to previous 1.2
implemented the (hopefully) last bits of important error reporting.
Net::XMPP was released at the beginngin of this month - damn, i was
too slow. But i've taken a look at their code. 17000 lines of code
vs. my ~4500 LoC.
Also their Java-API is really a mess...

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 14:56:45 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.1: +202 -16 lines
Diff to previous 1.1
implemented Client.pm. Implemented error objects which simplyfied
the error reporting.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Apr 19 19:56:28 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
removed requirement for a patched version of Net::SSLeay, as it doesn't
seem to be released anytime soon :-(
========== MARKER NEW Net::SSLeay SSL_read_nb SSL_write_nb removed ========

Convenience Links

Links to HEAD: (view) (download) (annotate)

Compare Revisions

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