In **src/jaxl.php** on line **228** the line of code > $this->require_xep('0206'); must be > $this->require_xep(array('0206')); Method **require_xep** expect an array.
In src/jaxl.php on line 228 the line of code
must be
Method require_xep expect an array.