ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-XMPP2/lib/Net/XMPP2/Connection.pm
Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 19:45:29 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.37: +1 -0 lines
Diff to previous 1.37
added send_stanza_data callback which i missed to implement

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 13:05:55 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.35: +39 -18 lines
Diff to previous 1.35
changed some events to reflect the new meaning of event callback return values.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 12:31:15 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.34: +1 -4 lines
Diff to previous 1.34
documentation update

Revision 1.34 - (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.33: +19 -13 lines
Diff to previous 1.33
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.33 - (view) (download) (annotate) - [select for diffs]
Wed Jul 11 22:29:27 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.32: +36 -1 lines
Diff to previous 1.32
added send_*_hook event hooks

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

Revision 1.31 - (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.30: +46 -0 lines
Diff to previous 1.30
added development client example

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Jul 9 07:32:40 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.29: +6 -2 lines
Diff to previous 1.29
fixed error in bind iq handling

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Jul 8 08:37:21 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.28: +12 -3 lines
Diff to previous 1.28
fixed some bugs in the error handling

Revision 1.28 - (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.27: +82 -88 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]
Fri Jul 6 22:22:21 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.26: +9 -1 lines
Diff to previous 1.26
implemented dataforms - phew! that was a bullet of work

Revision 1.26 - (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.25: +1 -2 lines
Diff to previous 1.25
fixed some bugs in max write length and limit searcher

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Jul 6 09:40:15 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
added simxml() function for simpler xml writing
and made writing of data segmented.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 20:26:00 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
fixed some more typos

Revision 1.23 - (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.22: +1 -1 lines
Diff to previous 1.22
fixed some typos and such

Revision 1.22 - (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.21: +5 -5 lines
Diff to previous 1.21
fixed some broken links in the documentation and moved errors
to seperate files.

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Jul 5 03:47:42 2007 UTC (19 years, 2 months ago) by elmex
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
Fixed an error wrt. to IQ error handling conformance

Revision 1.20 - (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.19: +22 -18 lines
Diff to previous 1.19
major documentation refresh. preparing for release

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 08:33:07 2007 UTC (19 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.18: +4 -0 lines
Diff to previous 1.18
added xml parser error callback

Revision 1.18 - (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.17: +16 -3 lines
Diff to previous 1.17
sime fixes and changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 19:28:46 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.16: +3 -3 lines
Diff to previous 1.16
renamed some files

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

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 17:35:14 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.14: +40 -7 lines
Diff to previous 1.14
implemented IQ timeouts.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Apr 24 18:11:09 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.13: +0 -14 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 17:37:21 2007 UTC (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.12: +85 -17 lines
Diff to previous 1.12
fixed a minor bug in binding error handling and further work
on the in-band-registration stuff

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

Revision 1.11 - (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.10: +24 -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 (19 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.9: +45 -118 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 (19 years, 6 months ago) by elmex
Branch: MAIN
Changes since 1.8: +26 -363 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 (19 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.7: +0 -38 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 (19 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.6: +7 -1 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 (19 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.5: +41 -11 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 (19 years, 7 months ago) by elmex
Branch: MAIN
Changes since 1.4: +25 -11 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 (19 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.3: +172 -18 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]
Tue Jan 23 22:57:22 2007 UTC (19 years, 8 months ago) by elmex
Branch: MAIN
Changes since 1.2: +9 -11 lines
Diff to previous 1.2
more testing, fixed typo :-)

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