c7cdcc588aModern 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
fd9cac3c17Merge pull request #7 from kmontag/patch-1
Christian Weiske
2011-06-10 02:58:56 -0700
03b7dc6106Use 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
07a9b7ea23Merge
Christian Weiske
2010-05-30 21:01:17 +0200
8625895493add PHPDOC to adduser
Ivan Borzenkov
2010-03-09 19:41:38 +0300
06600d491aAdd to roster
Ivan Borzenkov
2010-03-07 23:31:18 +0300
e584413813fix 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
6e1b55fddfAdd to roster
Ivan Borzenkov
2010-03-07 23:31:18 +0300
43b4bc94abreverting "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
7f28fd2a49move examples into own directory
Christian Weiske
2010-02-28 17:21:07 +0100
71f0d6485fupdate readme
Christian Weiske
2010-02-28 16:20:09 +0100
c74544c0cdfix 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
bde088057dfix - can not set priority 0
Ivan Borzenkov
2010-02-27 22:42:05 +0300
b25d7819b6fix notice when no have resourse (from icq for example)
Ivan Borzenkov
2010-02-27 22:37:55 +0300
3e81567748change Stephans jabber address per his request by mail
Christian Weiske
2010-02-26 07:20:31 +0100
2e8149f242also detect end of <stream:features>
Christian Weiske
2010-02-25 20:02:27 +0100
b968882a7efixed 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
fa46343378* fixed small bugs
fritzy
2008-11-26 10:16:33 +0000
f2bfbe252cRemoved 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
0434419a16added myself as author to headers and readme
gar
2008-11-12 00:35:06 +0000
b5e26128a9added 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
6860070b7eadded 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
2744fa4457fallback for type == null added
temp
2008-09-01 21:36:46 +0000