This is the version of XMPPHP in use at GNU social
Go to file
Alexei Sorokin 7cbdc99d08 Allow XMLStream handlers to accept all proper callables
Additionally, change the type of XMLStream::getId() to string as ids in XMPP
can take all shapes and sizes.

To override the compatible behaviour and pass a simple procedure as a callable
either use an anonymous function or pass "false" as $obj.
2020-09-13 22:19:15 +03:00
XMPPHP Allow XMLStream handlers to accept all proper callables 2020-09-13 22:19:15 +03:00
examples Introduce PHP7 strict typing 2019-11-03 00:18:51 +00:00
tests Introduce PHP7 strict typing 2019-11-03 00:18:51 +00:00
.gitignore Modern version of XMPPHP extlib 2019-06-19 03:32:32 +01:00
LICENSE * modified license to have exceptions for certain packages 2008-10-15 18:08:35 +00:00
README.md Bump minimum requirement to PHP 7.3 2019-11-02 23:42:20 +00:00
composer.json Introduce PHP7 strict typing 2019-11-03 00:18:51 +00:00

README.md

README

About XMPPHP

XMPPHP is an elegant PHP library for XMPP (aka Jabber, Google Talk, etc).

Requirements

  • PHP 7.3 or later
  • SSL Support Compiled