ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/TODO
Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 19:37:59 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.34: +0 -1 lines
Diff to previous 1.34
removed a bogus todo item

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 07:56:11 2007 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.32: +3 -0 lines
Diff to previous 1.32
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.32 - (view) (download) (annotate) - [select for diffs]
Fri Jul 20 20:41:48 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.31: +2 -0 lines
Diff to previous 1.31
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.31 - (view) (download) (annotate) - [select for diffs]
Thu Jul 12 07:28:24 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.30: +2 -0 lines
Diff to previous 1.30
minor doc fixes and i should put some stuff in the synopsises sometime

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 22:46:48 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.29: +2 -4 lines
Diff to previous 1.29
removed some todo items

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 20:56:01 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.28: +3 -0 lines
Diff to previous 1.28
added some more examples  ... err.. utilities

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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 20:25:59 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.26: +1 -0 lines
Diff to previous 1.26
fixed some more typos

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 09:17:25 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.25: +14 -18 lines
Diff to previous 1.25
todo file updates

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Jul 3 14:00:52 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.23: +0 -3 lines
Diff to previous 1.23
implemented stanza errors

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 08:33:06 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.22: +2 -0 lines
Diff to previous 1.22
added xml parser error callback

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 14:55:55 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.21: +1 -0 lines
Diff to previous 1.21
added todo item, presence erros are not caught

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Jun 25 07:56:51 2007 UTC (17 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.20: +2 -0 lines
Diff to previous 1.20
sime fixes and changes

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

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 19:35:57 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.18: +0 -20 lines
Diff to previous 1.18
fixed roster bug

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 17:35:14 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.17: +4 -3 lines
Diff to previous 1.17
implemented IQ timeouts.

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 17:14:05 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.16: +7 -4 lines
Diff to previous 1.16
implemented service discovery mostly completly.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 13:18:36 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.15: +21 -0 lines
Diff to previous 1.15
added Disco support!

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 06:27:46 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
add todo item to add timesouts to IQs

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 18:11:09 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.13: +23 -10 lines
Diff to previous 1.13
removed extension mechanisms which don't seem neccessary
to me anymore. noone wants XMPP without the XEPs (at least not me).

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 16:13:45 2007 UTC (17 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
further subscription code and in-band-stuff is going to be implemented next

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

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Apr 21 13:51:39 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.10: +4 -1 lines
Diff to previous 1.10
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.10 - (view) (download) (annotate) - [select for diffs]
Fri Apr 20 14:56:45 2007 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
implemented Client.pm. Implemented error objects which simplyfied
the error reporting.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 12:27:57 2007 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
some minor cleanups.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Fri Feb 9 20:23:06 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.7: +1 -0 lines
Diff to previous 1.7
removed unneccessary documentation and added neglected documentation.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Feb 6 22:52:45 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.6: +14 -10 lines
Diff to previous 1.6
implemented firts parts of roster handling.
added jid handling functions.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 11:39:55 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.5: +3 -0 lines
Diff to previous 1.5
marked low level events with an _xml. changed documentation a bit.

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jan 28 21:52:19 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.3: +0 -2 lines
Diff to previous 1.3
further detail work and implemented extension enabling and extensions xep-0086
along with xml stanza error generation. implemented also first parts
of Net::XMPP2::IM::Connection.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Jan 25 13:17:06 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
extended send_presence and send_message, untested.
wrote some documentation to XMPP.pm and Writer.pm and Parser.pm.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 22:36:11 2007 UTC (17 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.1: +9 -7 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, 11 months ago) by elmex
Branch: MAIN
initial checkin.

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