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
10
votes
1 answer

Scaling Tigase XMPP server on Amazon EC2

Does anyone have an experience running clustered Tigase XMPP servers on Amazon's EC2, primarily I wish to know about anything that might trip me up that is non-obvious. (For example apparently running Ejabberd on EC2 can cause issues due to…
Jon Cox
  • 10,622
  • 22
  • 78
  • 123
6
votes
5 answers

Comparison between Tigase, Openfire and any other open-source XMPP servers

I've been looking at these too, both seem to provide fully functional XMPP servers in Java. I know Tigase is designed in a very modular way, not looked at Openfire in as much detail yet. My intended use would be to create a custom IM-based app,…
Mr. Boy
  • 60,845
  • 93
  • 320
  • 589
6
votes
1 answer

iOS - Send push notification on XMPP chat app when buddy is offline

I have an iOS chat app like Whatsapp. The chat is running well with XMPP protocol. The app has other functionalities, and has an APNS service running well with them. For the client I'm working with XMPPFramework, and for the server with PHP and…
AMoraga
  • 81
  • 1
  • 4
4
votes
1 answer

What is the "type" attribute in XMPP disco#info result

According to XEP-030 : Each element MUST possess the 'category' and 'type' attributes specifying the category and type for the entity I don't actually understand what does the type attribute stands for. For example, when I send a…
n00dl3
  • 21,213
  • 7
  • 66
  • 76
4
votes
5 answers

Not able to connect Android client with local XMPP server

This is with regards to post here I am able to connect my PC to the local tigase server setup locally(I am using Smack API). Now I am facing problems when I want to connect Android Phone to that server over Wi-Fi. I am able to connect to the local…
Ameya Phadke
  • 923
  • 1
  • 13
  • 18
3
votes
1 answer

XMPP roster status, custom roster and messaging between unknown users

I am quite new to XMPP and recently decided to try to make an IM on mobile platform. Regarding XMPP I have several problems which I seems unable to find answer after recent's readings (I am thinking of using ejabberd or Tigase as server, so the…
peakingcube
  • 1,388
  • 15
  • 32
3
votes
1 answer

Loading pem certificate files in Tigase server

I'm trying to load a SSL certificate sign by thawte in a XMPP server running on Tigase 5.2. As described in this howto the certificate is in certs/ folder, but the server rename it with .bak extension and generate its own certificate. Anybody once…
freemanpolys
  • 1,848
  • 20
  • 19
2
votes
1 answer

Custom plugin not logging

I've made a custom component, and I'm currently trying to check the logs at logs/tigase.log.0 to check if it's working. However, I can't find any of the plugin's logs, even though I see it as active using PSI (as well as the tigase-console.log) I've…
Pat
  • 1,193
  • 1
  • 11
  • 36
2
votes
3 answers

Pubsub in Asterisk using Tigase and res_xmpp

I installed and configured Tigase server for distributing device state between multiple Asterisk servers. The server works fine. It's configuration file is as follows: --cluster-mode = true config-type = --gen-config-def --debug =…
user278740
  • 47
  • 1
  • 8
2
votes
1 answer

XMPP Server Vysper vs. OpenFire/Tigase (how to create simple XMPP server)

I'm actually trying to find the best way to write a simple XMPP server or find one that leaves a really small foot print. I only care about the core features of XMPP (statusing, messaging, group messaging) . Also learning about XMPP protocol at…
darewreck
  • 2,576
  • 5
  • 42
  • 67
1
vote
4 answers

Openfire performance on EC2

We are planning to introduce real time chat feature in our mobile apps. Ofcourse we would be going the XMPP way. Can anybody shed some light on stats for maximum number of concurrent users Openfire has supported on EC2 instances (windows server) of…
Raj
  • 6,810
  • 6
  • 48
  • 56
1
vote
1 answer

java Tigase Perforamnce

Why Tigase Server can reach so many connections? http://www.tigase.org/content/tigase-load-tests-again-500k-user-connections Could I reach 100,000 connections hypothetically with Netty?
M4rk
  • 2,172
  • 5
  • 36
  • 70
1
vote
0 answers

How to get offline message from Tigase pubsub in smack library in android

I have integrated Tigase server and I want to store pubsub offline message and retrive all of it when user get online. For Ex: User_A and User_B is connected, if User_A sends message to User_B and at that time User_B is offline. then in which…
Jalpesh Khakhi
  • 288
  • 4
  • 17
1
vote
1 answer

Multi User Chat XMPP

Is there a limit on maximum of participants in a multi user chat (MUC) on XMPP? If the number of participants is very large, in this case what will be the drawback for using MUC vs PubSub, assuming the communication is only one-to-many i.e. only…
BeinTouch
  • 107
  • 5
1
vote
0 answers

How to solve "java.net.SocketException: Connection reset" when using tigase.jaxmpp.j2se.Jaxmpp 3.0.0

I have written a JAXMPPClient.java program which uses tigase.jaxmpp.j2se.Jaxmpp 3.0.0 I have the following .jar files in my build path jaxmpp-core-3.0.0 jaxmpp-j2se-3.0.0 and folder jaxmpp-all-3.0.0 containing many .jar files. The JAXMPPClient.java…
mk1077
  • 63
  • 6
1
2 3 4 5