Questions tagged [tigase]

Tigase is an open source (GPL3) collection of XMPP/Jabber software (server, web client, test-suite) implemented in Java.

Tigase is an open source (GPL3) collection of XMPP/Jabber software (server, web client, services) implemented in Java.

Tigase sub-projects:

  • tigase-server - Tigase XMPP server;
  • tigase-xmltools - Tigase XML Tools used for fast and low-resource XML parsing;
  • tigase-testsuite - test-suite for testing Jabber/XMPP servers in java;
  • tigase-utils - repository of utility classes which can be used outside of the Tigase server project;
  • tigase-messenger - Tigase Web Messenger;
  • jaxmpp - Tigase XMPP Client Library, java library for client-side programming for XMPP.

Links:

75 questions
1
vote
0 answers

mysql + xmpp server +test loading - did I reach any physical limit?

during load tests (simulating users connecting to the server), for the first 1750 seconds there is a mean transaction / second rate of about 300-400, with peak of about 700 tr/sec. These transaction are making some use of server's underlying mysql…
kellogs
  • 2,837
  • 3
  • 38
  • 51
0
votes
2 answers

How to configure BOSH over XMPP in tigase?

I have installed tigase XMPP server. Now I wanted to configure BOSH in order to connect through http. I am pretty much new to this environment. Any help will be greatly appreciated.
Anup Rojekar
  • 1,093
  • 9
  • 29
0
votes
0 answers

PEP handling with tigase server

Originally I was using an openfire backend for my web-based chat client. But since its pep did not work with clustering, I had to migrate to tigase. Chat works fine with tigase, I haven't gotten to the clustering part but am still stuck with…
0
votes
0 answers

There is a problem with the Mongodb driver, and the connection times out

There is a problem with the driver of mongodb. During the execution process, reading information fails and the connection times out. And there was an error in the tigase log. There is a problem with the mongodb driver, and the connection times out.…
大大怪
  • 1
  • 1
0
votes
0 answers

Cannot register user on XMPP server

I just started playing with XMPP and i'm at the point where i want to register a new user account. I'm using tigase and xmpp.js. All works fine but when i try to register a user, i get a success response but no user is registered. This is my…
Gabbr Issimo
  • 111
  • 9
0
votes
1 answer

How to change Xmpp Ip addess to domain name

I'm using the XMPP tigase 7.1.3 version. Connecting with IP address like xx.xx.xx.xx:5222 it is working without issue. But I need to change this IP address to a domain. I used xmpp.mydomain.com and that domain added to the xmpp etc/init.properties …
0
votes
2 answers

Sending a String array through a tigase server from one Android to another using XMPP protocol

I'm currently trying to use the Smack libraries and the Tigase server to send a String array from one Android to another using the XMPP protocol (I'm developing in Java with the Eclipse IDE). Is the String array an Item? or something else? I might…
Bar
  • 57
  • 1
  • 2
  • 9
0
votes
1 answer

Unable to do clustering in Tigase Server on CentOS6.10 64 Bit

I am trying to do clustering in CentOS 6.10 My versions of Jdk , JRE= java version "1.8.0_60" javac 1.8.0_60 This is my config.tdsl file for ip =192.168.4.109 admins = [ 'admin@imrggn.com' ] 'config-type' = 'default' debug = [ 'server'…
shutup1
  • 159
  • 5
  • 16
0
votes
1 answer

Failed inbound s2s EXTERNAL authentication: certificate not trusted

I run into a problem that a couple of installations with ejabberd (versions 18.12.1 and 19.09.1) fail to authenticate with SASL EXTERNAL reporting that "certificate not trusted". Certificate works with other servers and checking using openssl seems…
Wojtek
  • 1,845
  • 1
  • 14
  • 33
0
votes
1 answer

Can XMPP roster contacts have no IM or presence but have a vCard?

I would like to use the XMPP roster provided by my server to also contain contacts of common external contacts for my group (eg. our commonly called distributors, the ISP support line, pizza we always order, etc.) Obviously these contacts don't need…
Jippers
  • 2,635
  • 5
  • 37
  • 58
0
votes
1 answer

Tigase Custom Database

I am trying to integrate Tigase to use my custom MySQL database to authenticate users, gets rosters and vCards. I setup the "Custom Authentication Connectors" as described at…
palmtown
  • 13
  • 3
0
votes
2 answers

Tigase external component as a single jar

I've implemented tigase component with certain functionality and now trying to figure out how to use it as an external component. For now it seems I have to set up separate tigase server with my component on it and then configure main tigase server…
user1455836
  • 752
  • 6
  • 18
0
votes
0 answers

Tigase Server have installed on VM but its not starting... what i do?

I have installed "tigase server" on my VM. when i m starting by using /etc/init.d/tigased start it says : Error: tigased not started from where i would like to view logs related tigase to resolve this problem. Please suggess
Mithilesh Kumar
  • 92
  • 1
  • 2
  • 13
0
votes
1 answer

Tigase: MUG not implemented, what's next?

I'm starting the development of a multiplayer game for iPhone/iPad and i was thinking of using Tigase as XMMP server for the game server. However it seems like Tigase not yet implement MUG XEP. Anyway MUG is too complex for the simple task i'm…
clide313
  • 1,507
  • 2
  • 18
  • 27
0
votes
1 answer

Cannot connect to Tigase Admin panel?

I am using Tigase XMPP server, Server parameters that I have set are: Jabber domain name: chat.example.com >> this is public DNS Administrator:admin@chat.example.com Admin Password: tigase After installation, I can get access to admin panel by…
Davoud
  • 2,576
  • 1
  • 32
  • 53