jaxl / JAXL

Asynchronous, non-blocking I/O, event based PHP library for writing custom TCP/IP client and server implementations. From it's previous versions, library inherits a full blown stable support for XMPP protocol stack. In v3.0, support for HTTP protocol stack was also added.
http://jaxl.readthedocs.org/
Other
379 stars 121 forks source link

how to start jalx library with openfire serve for send and recive messages. #34

Open maulikkanani opened 11 years ago

maulikkanani commented 11 years ago

i ma very new for xmpp and openfire on windows server. i want to implement instant messaging. my server and website are on different servers. so how can i install jaxl librery on windows server and how can i use user login, send message, recive message, and get roster with jaxl.

please help me and get me out of this.

frost-nzcr4 commented 11 years ago

Read the manual, view the source of examples/echo_bot.php then run it from console php examples/echo_bot.php your-jabber-id@your-server your-password. If you very new and have no time to RTFM then hire someone who have.