Commit Graph

10 Commits

Author SHA1 Message Date
Dmitry Podgorny
1092447edf Fix spacing in c++ files 2016-09-27 15:40:08 +03:00
Dariusz Dwornikowski
71f75b2e2e Closes #31 2014-10-23 08:44:52 +02:00
Jack Moffitt
370a371800 Dual licensed libstrophe under MIT and GPLv3.
Updated copyright headers.
2009-06-15 15:26:10 -06:00
Jack Moffitt
9c49b16554 Fix examples to use new API and lots of compiler warnings. 2008-07-02 23:17:27 +00:00
Jack Moffitt
b6027cfd7f Updated copyright years and fixed LLC typo. 2008-06-19 22:33:13 +00:00
Jack Moffitt
1231d1822c Doc updates and fix svn:externals. 2008-06-19 22:13:16 +00:00
Jack Moffitt
2b9e5b61a1 Stanza object creation/deletion now uses the context, but must be done with
a factory function.
2005-08-02 21:07:40 +00:00
Jack Moffitt
359c47ffdc Another pass at C++ification. 2005-08-02 20:18:14 +00:00
Jack Moffitt
fc351c8106 Redo Context class to use overridable virtual functions instead of
C-style callbacks.  Note that this requires the memory callbacks to
have a userdata pointer (so that we can pass the class instance).  Also,
the Context class has to be passed into the constructors for Connection and
Stanza.
2005-06-26 22:36:43 +00:00
Jack Moffitt
fa8ef93e8c First draft C++ api. This is more or less a direct translation of the OO
C calls.
2005-06-23 21:01:23 +00:00