Skip to content

Commit 0bbb802

Browse files
committed
changed readme
1 parent 3000da6 commit 0bbb802

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# EmberChatAppServer #
22

33
This is a chat server for [EmberChat](https://github.com/mwitte/EmberChat) based on
4-
[appserver.io](http://appserver.io/)
5-
6-
Currently under heavy development.
4+
[appserver.io](http://appserver.io/). Head to the [project homepage](http://mwitte.github.io/EmberChat/).
75

86
### Dependencies ###
97

src/WEB-INF/classes/EmberChat/Receiver/Message/Authentication.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function processMessage(Client $client, \stdClass $message)
3333
}
3434
// if no user is given authentication failed
3535
if (!$user) {
36+
error_log('Tried authentication:');
3637
error_log(var_export($message, true));
3738
//@TODO send "try again" message
3839
return;

0 commit comments

Comments
 (0)