-
Notifications
You must be signed in to change notification settings - Fork 83
how to receive message? #10
Comments
Hallo, you'll have to register an event to the event manager for input events and wait for it to be triggered. Something like: $xmpp->getConnection()->getInputStream()->getEventManager()->attach(…) The right event should be |
Got it. Really thanks for you kind explanation. 2015-02-09 12:25 GMT+00:00 Fabian Grutschus notifications@github.com:
|
👍 |
Hi zhaosih, Did you register the event and get message from another user? Can you please guide me on this? I registered an event but somewhat it is not working as expected(May be I am wrong). Any examples are appreciated! |
@fabiang, I joining to @anandselva. Can you provide simple example of "echo bot" for us to understand how to process messages? |
I Really Really Really need to see an example of Echo bot... I don't see anything that works here! @fabiang please help!
This does not work! |
Just find send method, how can I receive message
The text was updated successfully, but these errors were encountered: