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

MUC room is locked with default installation of tigase

I have installed tigase7.0.2 with basic configurations. Now i am performing MUC using installed server with following codes: For Creating Room MultiUserChatManager manager = MultiUserChatManager.getInstanceFor(connection); MultiUserChat muc =…
Naitik
  • 796
  • 11
  • 32
0
votes
2 answers

error while creating room in muc using xmpp

I am crating room using android application using smack library. Following are the code for create group chat(room) using muc: MultiUserChatManager manager = MultiUserChatManager.getInstanceFor(connection); muc =…
Naitik
  • 796
  • 11
  • 32
0
votes
1 answer

how to configure component pubsub to tigase server in ubuntu machine(localhost)?

I have installed tigase server in my linux machine. After successfully installed tigase i found following in etc/init.properties. --user-db = mysql --admins = admin@username --user-db-uri =…
Naitik
  • 796
  • 11
  • 32
0
votes
1 answer

mvn build is failing for tigase-web-ui-2.0 final

We downloaded the pom.xml available at https://projects.tigase.org/projects/sureim/repository/revisions/33b2a6f9cc27ced875f7e773f041ac381e2115b9 for tigase-web-ui-2.0 final and mvn build is failing [ERROR] Failed to execute goal on project…
mk1077
  • 63
  • 6
0
votes
1 answer

Create Tigase admin user after switch to mongodb

I have successfully installed Tigase with mysql and everything worked great. After I switched to mongodb, I have a new database created in mongodb with default schema, but missing the admin user. My question is how do I create the admin user in the…
Goran
  • 1,807
  • 7
  • 27
  • 41
0
votes
0 answers

How can I get a list of all the users in a Tigase Xmpp server?

How can I get a list of all the users in a Tigase Xmpp server? What I'd like to do is to allow a user to be able to select users from a list queried from the database, and add them into their Roster contacts list.
Program-Me-Rev
  • 6,184
  • 18
  • 58
  • 142
0
votes
0 answers

How to make xmpp request on port 443 or 80?

I have developed a chat app using xmpp protocol. Using tigase. I have enabled ssl using port 5281. Everything works fine. But I have to connect to app.abc.com:5281. Always I have to mention port in Url which is not allowed in some firewalls. I tried…
SangamAngre
  • 809
  • 8
  • 25
0
votes
1 answer

Custom routing of mail from mail server(Postfix, Dovecot) to tigase xmpp server

we need to reroute mail as xmpp packet from postfix to tigase server. Does anyone help.
Parvinder Singh
  • 163
  • 3
  • 11
0
votes
1 answer

Can't connect to Tigase server running on EC2 Instance: Connection Refused

After installing Tigase on an AWS EC2 instance I keep getting the error message 'connection refused' when I try to connect to it using an xmpp client. The instance is attached to a security group with rules to allow traffic to the necessary ports…
smeis
  • 151
  • 9
0
votes
1 answer

How to fetch archive messages from an external component

I'm using node-xmpp-component to build an external-xmpp-component, and I need to pull all archived messages for any given jid. I'm able to connect and send messages, but I can't figure how to build the sanza for requesting archived messages. Note:…
0
votes
1 answer

how to build Tigase Android messenger

i have download the source code of this project to Developed it and customize it to my domain but i can't build it .. any one could guide me how to build it .. thanks i am new at android this is the source code of the file ..** every time i want…
user3167044
  • 11
  • 1
  • 4
0
votes
1 answer

How do I get around not getting XMPP presence updates when users' data connection drop with tigase

I'm building an android application with chat functionality which uses a XMPP server which is tigase. I ran into this neat issue of which; when a user's data connection drops, the presence state still displays as online. I read in the tigase forums…
Tharaka Devinda
  • 1,952
  • 21
  • 23
0
votes
2 answers

How to get the list of rooms under an application?

I am using the built in function provided by Quickblox - chatService.listRooms(function(err,result)) When I execute this function - I get just true in the result. When I go to the Console and see the response, it is this - So, actually it is…
Lakshay Dulani
  • 1,710
  • 2
  • 18
  • 45
0
votes
1 answer

JabberIqAuth plugin not being called/used in Tigase

I'm trying to do a custom login plugin by extending overriding JabberIqAuth with my own plugin, because I want to send the user a custom message depending on the account status. However, after I've installed the plugin, I found out that it's not…
Pat
  • 1,193
  • 1
  • 11
  • 36
0
votes
1 answer

asmack vs tigase xmpp library

I am working in android chat app.I would like to use one of the following xmpp client (Tigase, Asmack). But I don't know which one to use . Can you tell me which one is better based on performance and features available in library?
BABU K
  • 917
  • 13
  • 35