0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added support for PLAIN authentication More... about 9 years ago
Added support for marking messages as delayed when they come in More... over 11 years ago
Now waits 200000 micro seconds before returning data, rather than 5 seconds More... over 11 years ago
Added a default fallback to what we think the realm is if the challenge tag doesn't contain it, because it seems ejabberd doesn't provide it as part of the challenge More... over 11 years ago
Removed the require for Stream/Exception because that will be taken care of by the Composer provided autoloader More... over 11 years ago
Removed all of the requires since it is now assumed that this lib will be used with composer, which provides an autoloader. More... over 11 years ago
Stopped ignoring composer.lock because composer's docs said I shouldn't More... over 11 years ago
Updated composer.json to use a classmap for the Xmpp lib so that loading the files in contains should now work More... over 11 years ago
Updated so composer might autoload the Xmpp library properly More... over 11 years ago
Added ZF1 as a dependency for the XMPP library and a load more informtion to composer.json More... over 11 years ago
Added vendor/ and composer.lock to the ignore list to make XMPP library more composer compatible More... over 11 years ago
Merge pull request #1 from flyingbuddha/master More... over 11 years ago
Upped required php version to 5.2 More... over 11 years ago
Lower-cased identifier to make it more inline with the defacto standard. More... over 11 years ago
Added a composer file for DI. More... over 11 years ago
Ignore the NetBeans project directory More... over 11 years ago
Added support to send responses to pings using the pong function More... over 11 years ago
Added support for the id attribute on stanzas so I can use it for ping responses More... over 11 years ago
Made the check that is false use === because it might explain why ->_buffer is always empty More... about 12 years ago
Changed var_export usage so it actually returns the contents for the logging function More... about 12 years ago
Now outputs the tag being waited for More... about 12 years ago
Altered how debugging is output More... about 12 years ago
Added a bit more debugging code to try and get to the bottom of Phergie's Ping plugin disconnecting More... about 12 years ago
Now logs all responses from the server to help with debugging the problem with the Ping plugin in Phergie More... about 12 years ago
Merge remote-tracking branch 'origin/master' More... about 12 years ago
Fixed the handling of required SSL connections when talking to jabberd2 More... about 12 years ago
Now buffers incoming data so that all required tags can be handled More... over 12 years ago
Filled out a lot more characters that could possibly need encoding More... over 12 years ago
Added encoding for “ More... over 12 years ago
Added encoding for ’ More... over 12 years ago