Hi, first of all;
Thx for making such a great product.
I want to maken a chat service.
Since jabber has such broad features, I'd like to use it.
All I have found so far is JWChat as an opytion, yet it does noet seem to be possible to enter a room directly after login, nor limit the features.
Does anyone here know about a solution?
Thanks in advance
You can add in JWChat the
You can add in JWChat the room and then enable the auto-join option to achieve this. Besides that, there also isMUCkl .
--
sander
Thx, I'll try to use
Thx, I'll try to use JWChat.
Where do I set it up so it autojoins a room afterlogin and it doesn't open a list as it normally does, also I installed muckle and it looked nice, so thx for that too
Re: Thx, I'll try to use
Where do I set it up so it autojoins a room afterlogin and it doesn't open a list as it normally does
Click on the icon to enter a room, from that dialog you can create/edit bookmarks. Create a new bookmark for the room you want and enable the autojoin option for that room.
Please help me to work out with JWchat.
Hi,http://breakvilaxis.org but I can only chat one to one. I want create a conference room but I can never get that point to get auto-join to show up.
Please help me to work out jwchat. I have set it up at
I have tried Muckl. I did every thing the same as jwchat. But it shows the index of / page and show all of the files. Then I click the index.html file, and try to get into a room it says no service available.
I would rather stay with jwchat, but I can never get the auto-join comes out.fulanpeng@gmail.com .
My email is
You click on the three people on the bottom left?
That gives you a popup window. If you put your mouse over it, it says "Join Chatgroup".
Nickname: mynick
Room: myroom
Sever: conference.breakvilaxis.org
Then click join.
If you setup this as your default room in your webapps/jwchat directory modify config.js
var DEFAULTCONFERENCEROOM="myroom"
var DEFAULTCONFERENCESEVER="conference.breakvilaxis.org"
Thank you to help me. I have
Thank you to help me. I have big problem here.http://breakevilaxis.org clicked the 3-people icon, it pops out a window. The room name comes from the config.js file. And I match it in muc.xml. I put the password which match the password I put in ejabberd.cfg and muc.xml
There is no instruction on pkg-config for FreeBSD. I downloaded jcr-0.2.4.0.tar.gz and follow the instruction to make. It won't work because the pkg-config did not install, I think.
I checked my BSD ports. In net-im, there is a mu-conference package. This is a cooked meal. So I get there and did a make clean install.
Looks good no error. Then I look around and I find a file called muc.xml-dist. I cp muc.xml-dist muc.xml then I modified muc.xml.
Then I fired the command /usr/local/bin/mu-conference -c /usr/local/etc/muc.xml &
Before this, I restarted my ejabberd.
At last I apachectl restart.
Then I went
Nothing happening!
The port number is 5350.
I already add a port in the listened ports in ejabberd.cfg.
When I do a netstat -na |grep LIST I can see other ports are listening such as 5280,8888,5222,5223, these are all belong to ejabberd. But I cannot find 5350. This means the mu-conference is not working.
I went /var/muc/log/syslogs/jcr.log it says jabber runtime starting ...
no error message there.
I ps -Aw, I can see the process of /usr/local/bin/mu-conference -c /usr/local/etc/muc.xml
Please help me to work out the conference.
You do not need
You do not need Mu-Conference as ejabberd includes better support for the Multi-User Chat protocol.
--
sander
Really? So I should delete
Really?
So I should delete mu-conference?
Please tell me how to configure jwchat to set up a conference room. I click the 3-people button, it comes out a window. However I try, I can never get anything else comes out.
I tried one-to-one chat is OK.
I tried muckl. It is easy to get lost. It says service unvailable.
I searched the world. There is no jwchat is working. Only one muckl is working. I do not know how they get it to work. Usually, they have a wirefire behind it with http-binding.
I read this forum, some one says some how to set up auto-join to make a room as conference room. I can never get that point to show up auto-join selection.
Should I use some thing else like psi to set up a conference first then come back to jwchat?
I would do anything to get a conference room.
JWChat
Really?
So I should delete mu-conference?
Yes, you do not need it. It's just more work.
Please tell me how to configure jwchat to set up a conference room. I click the 3-people button, it comes out a window. However I try, I can never get anything else comes out.
Should I use some thing else like psi to set up a conference first then come back to jwchat?
No, the room is automatically created. Chatroom support in JWChat is actually better than in Psi, as ATM Psi only supports the obsolete groupchat protocol and not the new MUC (Multi-User Chat).
--
sander
Cannot get into chat room.
Thank you for your help. I have created a chat room. But I can not do any thing about.
I created a chat room named democracy at conference.breakevilaxis.org without password
When I click join, nothing happen except a chat rooms (0/1)
democracy
The mark ahead democracy is "the user not authorize you" like a house, not like a bulb.
Then I double click on this room, nothing will happen. I right click on it, it shows "show" "presence" "show info"
If I choose any of them, nothing will happen.
Now I cannot do any thing about this.
I found my port 80 to ejabberd absolutely not working.
Very strange, I can talk one to one with https to ejabberd. So if I gohttp://breakevilaxis.org , it won't work. it works if I go https://breakevilaxis.org
This is my httpd.conf. I really do not know what is wrong.
ServerRoot "/usr/local"
Listen 80
LoadModule proxy_module libexec/apache22/mod_proxy.so
LoadModule proxy_http_module libexec/apache22/mod_proxy_http.so
LoadModule proxy_ftp_module libexec/apache22/mod_proxy_ftp.so
LoadModule proxy_connect_module libexec/apache22/mod_proxy_connect.so
LoadModule proxy_ajp_module libexec/apache22/mod_proxy_ajp.so
LoadModule proxy_balancer_module libexec/apache22/mod_proxy_balancer.so
LoadModule authn_file_module libexec/apache22/mod_authn_file.so
LoadModule authn_dbm_module libexec/apache22/mod_authn_dbm.so
LoadModule authn_anon_module libexec/apache22/mod_authn_anon.so
LoadModule authn_default_module libexec/apache22/mod_authn_default.so
LoadModule authz_host_module libexec/apache22/mod_authz_host.so
LoadModule authz_groupfile_module libexec/apache22/mod_authz_groupfile.so
LoadModule authz_user_module libexec/apache22/mod_authz_user.so
LoadModule authz_dbm_module libexec/apache22/mod_authz_dbm.so
LoadModule authz_owner_module libexec/apache22/mod_authz_owner.so
LoadModule authz_default_module libexec/apache22/mod_authz_default.so
LoadModule auth_basic_module libexec/apache22/mod_auth_basic.so
LoadModule auth_digest_module libexec/apache22/mod_auth_digest.so
LoadModule file_cache_module libexec/apache22/mod_file_cache.so
LoadModule cache_module libexec/apache22/mod_cache.so
LoadModule disk_cache_module libexec/apache22/mod_disk_cache.so
LoadModule include_module libexec/apache22/mod_include.so
LoadModule filter_module libexec/apache22/mod_filter.so
LoadModule charset_lite_module libexec/apache22/mod_charset_lite.so
LoadModule deflate_module libexec/apache22/mod_deflate.so
LoadModule log_config_module libexec/apache22/mod_log_config.so
LoadModule logio_module libexec/apache22/mod_logio.so
LoadModule env_module libexec/apache22/mod_env.so
LoadModule mime_magic_module libexec/apache22/mod_mime_magic.so
LoadModule cern_meta_module libexec/apache22/mod_cern_meta.so
LoadModule expires_module libexec/apache22/mod_expires.so
LoadModule headers_module libexec/apache22/mod_headers.so
LoadModule usertrack_module libexec/apache22/mod_usertrack.so
LoadModule unique_id_module libexec/apache22/mod_unique_id.so
LoadModule setenvif_module libexec/apache22/mod_setenvif.so
LoadModule ssl_module libexec/apache22/mod_ssl.so
LoadModule mime_module libexec/apache22/mod_mime.so
LoadModule dav_module libexec/apache22/mod_dav.so
LoadModule status_module libexec/apache22/mod_status.so
LoadModule autoindex_module libexec/apache22/mod_autoindex.so
LoadModule asis_module libexec/apache22/mod_asis.so
LoadModule info_module libexec/apache22/mod_info.so
LoadModule cgi_module libexec/apache22/mod_cgi.so
LoadModule dav_fs_module libexec/apache22/mod_dav_fs.so
LoadModule vhost_alias_module libexec/apache22/mod_vhost_alias.so
LoadModule negotiation_module libexec/apache22/mod_negotiation.so
LoadModule dir_module libexec/apache22/mod_dir.so
LoadModule imagemap_module libexec/apache22/mod_imagemap.so
LoadModule actions_module libexec/apache22/mod_actions.so
LoadModule speling_module libexec/apache22/mod_speling.so
LoadModule userdir_module libexec/apache22/mod_userdir.so
LoadModule alias_module libexec/apache22/mod_alias.so
LoadModule rewrite_module libexec/apache22/mod_rewrite.so
User www
Group www
ServerAdminyou@example.com
ServerName anna55.ddint.org:80
DocumentRoot "/usr/local/www/apache22/data/jwchat"
AllowOverride None
Order deny,allow
Deny from all
Options Indexes FollowSymLinks Multiviews
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.html.html
Order allow,deny
Deny from all
ErrorLog /var/log/httpd-error.log
LogLevel warn
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
CustomLog /var/log/httpd-access.log combined
ScriptAlias /cgi-bin/ "/usr/local/www/apache22/cgi-bin/"
AllowOverride None
Options None
Order allow,deny
Allow from all
DefaultType text/plain
TypesConfig etc/apache22/mime.types
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz
AddDefaultCharset UTF-8http://127.0.0.1:5280/http-poll/
ProxyRequests off
ProxyVia off
ProxyPass /http-poll/
Include etc/apache22/extra/httpd-ssl.conf
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
Include etc/apache22/Includes/*.conf
This is my httpd-ssl.conf
Listen 443
AddType application/x-x509-ca-cert .crt
AddType application/x-pkcs7-crl .crl
SSLPassPhraseDialog builtin
SSLSessionCache shmcb:/var/log/ssl_scache(512000)
SSLSessionCacheTimeout 300
SSLMutex file:/var/log/ssl_mutex
ProxyRequests off
ProxyVia off
Options +Indexes +Multiviews
DocumentRoot "/usr/local/www/apache22/data/jwchat"you@example.com http://127.0.0.1:5280/http-poll/
ServerName anna55:443
ServerAdmin
SSLEngine on
SSLProxyEngine on
AddDefaultCharset UTF-8
ProxyPass /http-poll/
ErrorLog /var/log/httpd_error_log
TransferLog /var/log/httpd_access_log
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
SSLCertificateFile /usr/local/etc/apache22/new.cert.cert
SSLCertificateKeyFile /usr/local/etc/apache22/new.cert.key
SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars
BrowserMatch ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog /var/log/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
I cannot invite any body into the conference room.
Hi,https://breakevilaxis.org , I created a conference room named Democracy. Then I was trying to invite some one into it, it pops an error windows with a word "null" in it. Can any body can help me out? I will be waiting there at https://breakevilaxis.org . My JID is hello.
At
Thanks a lot!
I think you should contact
I think you should contact the JWChat author. Regarding HTTPS, this is not related to ejabberd but to your Apache configuration. I don't have experience with Apache 2.2.x so I can't help, but the documentation inside the Apache config file is good. Also the documentation of JWChat cvs might help (I suppose you are using JWChat cvs (this version is much better)?) with configuring Apache.
--
sander
I will try jwchat cvs.
My jwchat is not from the cvs.
Still won't work.
I have checkout the cvs. Still the same. If I use IE, nothing will be shown. If I use firebox, the conference room shows up. The only problem is that nobody can get into the room. I will ask help from the owner of the jwchat. Maybe they need some donation.
Please explain how to set up Jwchat in Ejabberd 1.1.1
Any one can tell me how to setup JWChat in ejabberd 1.1.1
Regards
Krishna