ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/Changes
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 19:45:49 2007 UTC (16 years, 10 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
this is version 0.04 finally

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 19:45:32 2007 UTC (16 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
added changes entry for last commit

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 19:45:26 2007 UTC (16 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.27: +1 -0 lines
Diff to previous 1.27
added example for registration to documentation

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 13:53:32 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
implemented OOB and fixed bugs in Disco and further developed in band registration.

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Jul 25 10:04:38 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Release of version 0.03

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 13:35:22 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.24: +2 -0 lines
Diff to previous 1.24
changed subscription semantics

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 12:31:14 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
documentation update

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 07:56:11 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.22: +2 -0 lines
Diff to previous 1.22
added sax event generator for Net::XMPP2::Node.
now other people got the serious ability to interface nicely
with Net::XMPP2 by either generating the original stanza string
and parsing it or let $node->to_sax_events () generate their
DOM tree.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 20:41:47 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.21: +4 -0 lines
Diff to previous 1.21
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.21 - (view) (download) (annotate) - [select for diffs]
Thu Jul 19 11:36:32 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20
added initial_presence argument to the IM::Connection and the
Client. added and upgraded some examples. further work on the
registration forms.

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 15 15:11:31 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.19: +1 -0 lines
Diff to previous 1.19
fixed minor issue with disco

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 22:29:27 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
added send_*_hook event hooks

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 20:56:49 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
finished up the next release.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 18:52:07 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
further improved devcl and added iq_xml

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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 20:24:45 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
some changes...

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 07:32:40 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
fixed error in bind iq handling

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 15:52:37 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
added room listing sample

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 22:22:21 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.10: +1 -0 lines
Diff to previous 1.10
implemented dataforms - phew! that was a bullet of work

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 09:43:41 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.9: +3 -0 lines
Diff to previous 1.9
added limit_searcher

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 06:49:33 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
fixed documentation broken link

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 20:26:27 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
added first real example

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 19:27:34 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.6: +3 -0 lines
Diff to previous 1.6
fixed some typos and such

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 17:43:29 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.5: +8 -8 lines
Diff to previous 1.5
last changes and now it's uploaded to CPAN!

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 4 16:05:21 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.4: +1 -0 lines
Diff to previous 1.4
major documentation refresh. preparing for release

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 19:20:05 2007 UTC (17 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.3: +4 -1 lines
Diff to previous 1.3
some minor changes and bugfixes

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 23:24:39 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
lots of changes. added roster retrival

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 22:36:11 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1
implemented TLS!

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 15:56:47 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
initial checkin.

Convenience Links

Links to HEAD: (view) (download) (annotate) 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