Commit Graph

  • 37f69546e8 Fix up Roster::addContact master v3.0.3 Alexei Sorokin 2020-09-13 23:00:21 +0300
  • 7cbdc99d08 Allow XMLStream handlers to accept all proper callables Alexei Sorokin 2020-09-13 22:19:15 +0300
  • eb648db476 Fix XMLObj::sub argument order Alexei Sorokin 2020-09-13 18:47:26 +0300
  • a5346a47dc Fix XPath parser Swappp 2009-01-26 23:49:30 +0300
  • d95381f8fb Fix types related issues introduced with 57f33b4 v3.0.2 Alexei Sorokin 2019-11-16 16:09:09 +0000
  • 57f33b4328 Introduce PHP7 strict typing Diogo Cordeiro 2019-11-02 23:36:21 +0000
  • 79239e8e2d Bump minimum requirement to PHP 7.3 Diogo Cordeiro 2019-11-02 20:40:44 +0000
  • 5b3492b151 Change CRYPTO constant as suggested by Sonar Cloud https://github.com/BirknerAlex/XMPPHP/issues/13 v3.0.1 Diogo Cordeiro 2019-11-02 20:36:50 +0000
  • c7cdcc588a Modern version of XMPPHP extlib Original XMPPHP is no longer maintained Therefore I've done some optimizations and imported some commits from birkner and zorn-v forks. None of the forks really looked ready to be adopted... v3.0.0 Diogo Cordeiro 2019-06-18 19:02:40 +0100
  • fd9cac3c17 Merge pull request #7 from kmontag/patch-1 Christian Weiske 2011-06-10 02:58:56 -0700
  • 03b7dc6106 Use double quotes when printing XML attributes, since htmlspecialchars won't convert single quotes in the attribute values by default. Kevin Montag 2011-06-10 02:13:34 -0700
  • 07a9b7ea23 Merge Christian Weiske 2010-05-30 21:01:17 +0200
  • 8625895493 add PHPDOC to adduser Ivan Borzenkov 2010-03-09 19:41:38 +0300
  • 1e40322129 add patch from http://code.google.com/p/xmpphp/issues/detail?id=67 - Digest MD5 Ivan Borzenkov 2010-03-07 23:58:05 +0300
  • 06600d491a Add to roster Ivan Borzenkov 2010-03-07 23:31:18 +0300
  • e584413813 fix wrong xml type when getting roster items added (as per RFC3921, 7.4. "Adding a Roster Item". Thanks to neustradamus@jabber.org for notifying me about that Christian Weiske 2010-05-29 09:58:21 +0200
  • 21f4d5c066 Merge branch 'priority-fix' Superwayne 2010-04-14 21:08:36 +0200
  • 94d3a03794 fix: cannot set priority to 0 if status message is omitted or $show is set to "available" Superwayne 2010-04-14 21:05:11 +0200
  • 794ef37658 Merge branch 'master' of git://github.com/ivan1986/xmpphp Superwayne 2010-04-14 20:07:23 +0200
  • 8cf43499f4 fix: $priority is not set if $show is "available" or $status is omitted Superwayne 2010-04-14 19:35:05 +0200
  • eb08b045c3 Return stream_blocking and add false check Ivan Borzenkov 2010-03-10 00:01:19 +0300
  • 6abf075531 add PHPDOC to adduser Ivan Borzenkov 2010-03-09 19:41:38 +0300
  • 7d2ef0ee95 remove stream non-blocking - any micro timeout break connection Ivan Borzenkov 2010-03-08 00:49:54 +0300
  • b26491cdc9 add patch from http://code.google.com/p/xmpphp/issues/detail?id=67 - Digest MD5 Ivan Borzenkov 2010-03-07 23:58:05 +0300
  • 6e1b55fddf Add to roster Ivan Borzenkov 2010-03-07 23:31:18 +0300
  • 43b4bc94ab reverting "use XMPPHP/ folder instead of dirname(__FILE__) which is inefficient" method whis relative path not work for lib - random current dir dirname faster and not need change include_path Ivan Borzenkov 2010-03-07 22:38:11 +0300
  • 7f28fd2a49 move examples into own directory Christian Weiske 2010-02-28 17:21:07 +0100
  • 71f0d6485f update readme Christian Weiske 2010-02-28 16:20:09 +0100
  • c74544c0cd fix issue #2: tls does not work anymore with 4k fix. the magic solution is to set the stream non-blocking after the first part of the packet has been received, and setting it back afterwards Christian Weiske 2010-02-28 14:32:56 +0100
  • bde088057d fix - can not set priority 0 Ivan Borzenkov 2010-02-27 22:42:05 +0300
  • b25d7819b6 fix notice when no have resourse (from icq for example) Ivan Borzenkov 2010-02-27 22:37:55 +0300
  • 3e81567748 change Stephans jabber address per his request by mail Christian Weiske 2010-02-26 07:20:31 +0100
  • 2e8149f242 also detect end of <stream:features> Christian Weiske 2010-02-25 20:02:27 +0100
  • d228a306d4 Fix http://code.google.com/p/xmpphp/issues/detail?id=62 - memory leak Christian Weiske 2010-02-25 19:50:00 +0100
  • efb71fa7f3 use XMPPHP/ folder instead of dirname(__FILE__) which is inefficient Christian Weiske 2010-02-25 19:33:00 +0100
  • eefdf7d86d fix timeout in processUntil() and docblock for __process v0.0.2 Christian Weiske 2010-02-25 18:47:44 +0100
  • 28ab9981ae Merge branch 'master' of git://github.com/Drarok/xmpphp Christian Weiske 2010-02-25 17:56:49 +0100
  • fe80cd6f48 Replace usage of deprecated split() function with explode(). Mat Gadd 2010-02-25 15:51:04 +0000
  • b9a9fb85d7 we can receive messages of any length now, even > 4096 bytes Christian Weiske 2010-02-25 02:53:13 +0800
  • 582b0a0770 Fix that damn cpu-hogging bug Christian Weiske 2010-02-24 06:01:22 +0800
  • b855049379 we can receive messages of any length now, even > 4096 bytes v0.0.1 Christian Weiske 2010-02-24 19:53:13 +0100
  • 6744ba5541 Fix that damn cpu-hogging bug Christian Weiske 2010-02-23 23:01:22 +0100
  • 911cd4b974 Suppress a notice when the body element is not passed. Mat Gadd 2010-02-11 12:33:11 +0000
  • 1e76ca74de * htmlspecialchars doesn't take care of apostrophes, so attributes should be quoted. fritzy 2009-07-26 17:09:57 +0000
  • b576ef97bd Set reasonable select timeout fritzy 2009-03-16 14:04:15 +0000
  • b968882a7e fixed include paths temp 2009-01-30 09:28:35 +0000
  • 626db605c3 * added the subscribe function fritzy 2008-12-17 17:50:35 +0000
  • 7309d4fa68 * presence and message events now include xml object in payload * you can now set the priority in your presence fritzy 2008-11-28 20:37:52 +0000
  • 27b3729c8e * fixed cli vcard example fritzy 2008-11-28 20:15:36 +0000
  • eaf949de88 * added vcard support fritzy 2008-11-28 19:43:05 +0000
  • b13761eb26 * Fixed PHP notice fritzy 2008-11-26 10:56:47 +0000
  • 6cd2e281c7 * applied Evan's XMLStream select() patches * made roster presence tracking optional fritzy 2008-11-26 10:49:47 +0000
  • 1a3c6cf010 * fixed tests fritzy 2008-11-26 10:20:47 +0000
  • fa46343378 * fixed small bugs fritzy 2008-11-26 10:16:33 +0000
  • f2bfbe252c Removed unneeded addIqHandler made roster_iq_handler reply to type='set' queries gar 2008-11-21 09:21:05 +0000
  • e9d36af595 * Why is logging recording all of the logs forever? Fixed memory leak. fritzy 2008-11-21 08:11:59 +0000
  • 0434419a16 added myself as author to headers and readme gar 2008-11-12 00:35:06 +0000
  • b5e26128a9 added Roster and Presence support to XMPP.php new Roster class handles roster and presence XMPP now uses XPath handlers exclusively gar 2008-11-12 00:29:00 +0000
  • f1088f8174 fixed xpath parsing to allow for / character in namespace (for instance: '{http://etherx.jabber.org/streams}features' ) gar 2008-11-11 23:06:00 +0000
  • 6860070b7e added namespace awareness to xmlobj->hasSub and ->sub added addXPathHandler to XMLStream fixed a few typos in comments added myself to @author gar 2008-11-11 09:56:16 +0000
  • 4ee8bc30d9 * modified license to have exceptions for certain packages * updated readme to inform users on how to get exceptions and commercial license fritzy 2008-10-15 18:08:35 +0000
  • 454b0e0b7e * added support for SASL-ANONYMOUS * changed BOSH session serialization fritzy 2008-09-22 00:12:13 +0000
  • 756afc45a4 * store auth as a boolean fritzy 2008-09-21 23:23:19 +0000
  • 02a3f3dc5d * BOSH and Stream Handling Fixes fritzy 2008-09-21 21:30:00 +0000
  • f1b4f5b175 * BOSH fixes fritzy 2008-09-19 12:03:29 +0000
  • 34048957e0 * added BOSH support fritzy 2008-09-19 10:35:37 +0000
  • 2744fa4457 fallback for type == null added temp 2008-09-01 21:36:46 +0000
  • d65c7b9934 changed message recipient temp 2008-08-28 23:07:45 +0000
  • 1c9fe127e6 * fixed bug #29 fritzy 2008-08-26 20:20:43 +0000
  • f7bb8d8f76 * added SSL and fixed XMPP_Old fritzy 2008-07-25 21:39:09 +0000
  • 1b39cfe6de * bug fixes noticed after releasing r49 on google code fritzy 2008-07-18 17:54:50 +0000
  • 4b303e29d7 * added comments to examples fritzy 2008-07-16 23:07:01 +0000
  • 513a274ea8 * updated send to deal with large data and lots of sends fritzy 2008-07-16 19:53:24 +0000
  • 895021132c * added payload option to messages fritzy 2008-07-11 23:25:36 +0000
  • d2b45506b5 * added XMPP_Old fritzy 2008-07-07 06:56:15 +0000
  • 9bfd715564 * changed indents back to tabs (ung) * fixed several bugs in the issue list fritzy 2008-07-07 02:33:57 +0000
  • 9793c80e60 * added auto subscribe to cli example fritzy 2008-06-03 21:00:38 +0000
  • 4208a1a439 * subscribe fix fritzy 2008-05-16 21:43:57 +0000
  • 1f50a945f8 * typeo fix fritzy 2008-05-16 18:22:49 +0000
  • 8988f88683 * added roster retrieval (doesn't do anything with it) fritzy 2008-05-16 17:27:41 +0000
  • 4a4e27e91d added first test cases (phpunit) temp 2008-05-05 21:15:32 +0000
  • b5aa1b77b0 space fixes, added timeout to connect(), general fixes temp 2008-05-05 21:14:43 +0000
  • 1a4d1756c1 phpdocs fixes temp 2008-05-05 20:08:45 +0000
  • 74848c2e7f added missing exception temp 2008-05-05 20:05:57 +0000
  • 3e41565343 phpdocs fixes temp 2008-05-05 20:05:23 +0000
  • 6a22b7b14c phpdocs fixes temp 2008-05-05 20:00:25 +0000
  • b440b4d30e added proper phpdoc, added exceptions, added useEncryption() method temp 2008-05-05 19:50:02 +0000
  • 6383d9b980 fixed changed log constants in examples temp 2008-05-05 18:35:48 +0000
  • 521d21d414 fixed changed log constants in examples temp 2008-05-05 18:34:23 +0000
  • 99f91b0e17 * added auto-authorize fritzy 2008-05-03 17:56:35 +0000
  • a0f0173d55 added a class prefix, refactored log-class, finished scopes for methods in xmlstream and xmpp temp 2008-05-01 14:29:48 +0000
  • 6dae72dd78 added a class prefix, refactored log-class, finished scopes for methods in xmlstream and xmpp temp 2008-05-01 14:29:33 +0000
  • 798d473090 missing empty check temp 2008-04-28 22:14:46 +0000
  • b326a5380f * added presence to example * fixed typeo fritzy 2008-04-28 22:10:50 +0000
  • c395c7115b switched to loglevel constants in examples. temp 2008-04-28 22:08:02 +0000
  • 6a45a12535 removed unnesessary php closing tags temp 2008-04-28 22:07:02 +0000
  • ac78c821a0 migrated classes to php5, fixed issues #12 and #14, added full error_reporting to examples temp 2008-04-28 22:05:31 +0000
  • ef5ed5d3e1 added co-author stephan wentz temp 2008-04-28 21:50:56 +0000
  • 966185a9ea * type-o fritzy 2008-04-17 00:30:27 +0000
  • a85c4ae2f5 * encryption now optional * fixed presence type bugs * fixed more undesirable notice/warnings fritzy 2008-04-16 22:46:38 +0000