pratik1230
pratik1230
Ya please if any example with openfire for groupchat
Hi varun which xmpp server you using ejabberd , openfire ?
to connect your lampp server should open following ports 5222,5280,9090,9091 etc
from php.ini increase timeout from 30 second to 60 second and enable 5280 port also if you can then put your connection code here
use port 5222 in your connection and change code as below $conn = new XMPPHP_XMPP('hostname', 5222, 'shubh@hostname', '123', 'xmpphp', 'hostname', $printlog=true, $loglevel=XMPPHP_Log::LEVEL_INFO);
Login into openfire admin panel and check hostname server etc it should be 222.119.250.34 ip address. openfire admin credential should be user: shubh and pass: 123
its not error see authentication done and session has been started . you made connection. these things are printing because ptrint_log is true
Hi, Here is my config file settings for this module {mod_log_chat_mysql5, [{server, "localhost"}, {db, "xyz"}, {user, "user"}, {password, "pass"}, {pool_size, 1}, {encoding, utf8}]}, and one more thing i forgot to...
hi, i copied all ebin files to my installation thats ok. other then this need to copy any files from emysql src ?
hi, yes i copied emysql.app file where all beam file presents