Questions tagged [rosters]
16 questions
2
votes
0 answers
XMPP resolved names from roster
How can I resolve the names from roster list? The request I'm sending (using my XMPP-PHP lib) to get the roster looks like this:
But only thing I get here are unresolved names.…

Norgul
- 4,613
- 13
- 61
- 144
2
votes
0 answers
Ejabberd Roster management with mobile client
While implementing a chat application. I had created a REST API to manage user contacts and this user management API updates Ejabberd rosters as needed.
What is the best practice while managing user contacts in chat application via Ejabberd? After…

Alex Benz
- 395
- 4
- 14
1
vote
1 answer
How to Group Measures and Make Columns Table Source Name
I'm new to Tableau! I hope this is a simple answers. Thanks in advance!
I'm working with employee data and I need to create a matrix of headcount totals across years and months.
Final Matrix Output Example
I'm starting with 6 tables listing all…

mkvalvik
- 13
- 3
1
vote
1 answer
How can shared roster groups in different virtual hosts get presence of each other?
I'm struggling to get the presence of the users of a shared roster group in a different virtual host. My current structure is this:
Virtual Host: users
User: user1@users
User: user2@users
Shared Roster group: accessgroup
Users in…

Vikto
- 512
- 1
- 7
- 19
1
vote
1 answer
Receive 'subscribe' presences with Strophe.js Roster plugin and Ejabberd
I'm using the Strophe.js Roster plugin with Ejabberd as XMPP Server. When I use Adium or some other XMPP Clients I can add some other accounts in my Roster. When I send an invitation, the other account receives presence with type=='subscribe'.
Wit…

B 7
- 670
- 7
- 23
0
votes
0 answers
Function overwrite
I have a google sheet that uses this formula to organize my roster into groups,
=FILTER(IMPORTRANGE("SHEET_URL","Ranks!A:O") , MATCH(IMPORTRANGE("SHEET_URL","Ranks!D:D") , {"Civilian Manager", "Civilian Supervisor", "Trusted Civilian", "Civilian…

The OPKNIGHT
- 11
- 1
0
votes
1 answer
Strophe.js: Fetch group wise users from roster instead of fetching all together and local filter
I want to list a particular groups user only in UI because in my case each user can not list all user.
In my case, user will have list of only those connections whose parent entities are connected.

Pinank Lakhani
- 1,109
- 2
- 11
- 31
0
votes
1 answer
Nested groups in ejabberd
I am trying to create nested groups in ejabberd's mod_shared_roster corresponding to the organizational structure of my enterprise, similar to this:
Group1
- Subgroup1-1
- Subgroup1-2
Group2
- Subgroup2-1
- Subgroup2-1-1
- Subgroup2-1-2
-…

Dmitry Maloff
- 1
- 2
0
votes
1 answer
XMPP: How to query specific rosters presence
Whats is XAMP stanza for get specific(single or multiple) roster presence instead of all ?
I'm using Strophe.js for XAMPP(openfire) communication. As per Openfire didn't provide support for message status(read, received and read) at server side so,…

Mitul Lakhani
- 182
- 1
- 12
0
votes
0 answers
Automating a roster with bash
I have to create a cleaning roster for an appartment building and would like to automate it with GNU bash if possible.
Requirements:
The tenants have to clean the corridor on their floor every week.
The cycle starts on Feb. 11, 2019 and lasts for…

user312288
- 73
- 7
0
votes
1 answer
How can I send message to all my friends who are in my roster or broadcast a message to everyone in my roster in one go, using ejabberd?
I want to send message to all contacts in my roster in one go. The contacts could be both online and / or offline.
Can I do this? Which modules should I enable in ejabberd to be able to do this? Are there any special configurations needed to be…

sonkhya
- 17
- 1
- 6
0
votes
0 answers
Error while initializing roster storage XMPPFrameWork ios
I am trying to add a user to my roster using the following code:
let storage = XMPPRosterCoreDataStorage.sharedInstance()
let roster = XMPPRoster.init(rosterStorage: storage!, dispatchQueue: DispatchQueue.main)
roster.addDelegate(self,…

Ahmed
- 1,229
- 2
- 20
- 45
0
votes
1 answer
optpanner roster unable to add tenant
I was able to configure openshift and optaplanner roster application as per instructions from here https://github.com/kiegroup/optashift-employee-rostering
I was trying to add a tenant using
curl -X POST "http://localhost/rest/tenant/add" -H…

ajd
- 121
- 1
- 4
- 11
0
votes
1 answer
How to get the user information who are not in my roster list?
I am working on group chat using robbiehanson/XMPPFramework. I have done sending invitation,accepting invitation and messaging in group chat.
Here I want to show some information of user who sent message in group chat including his avatar.
I can…

Rafeeq
- 153
- 2
- 10
0
votes
1 answer
Openfire Roster communication only
I am trying to implement a webchat using Openfire as a server. (at this moment i am using version 4.0.2) and implementing a web client using Strophe.js
I would like to know if there is a way to restrict the communication between users that are in…

workdreamer
- 2,836
- 1
- 35
- 37