Questions tagged [node-xmpp]

78 questions
0
votes
1 answer

Enabling PEP on ejabberd server

I'm creating a chat app using the Electron Framework and node-xmpp module for XMPP communication. I have managed to do almost everything except making Personal Eventing Protocol to work. Specifically sending a new nickname to the roster. When I send…
0
votes
1 answer

Exit Particular member/owner from Groupchat/Room using XMPP in iOS

Currently i am making chat application. I will implement Group chat exit same like Whats app. For example, I am group owner and after some time i will leave from Group.After i leaving from group any one member of the Group assign as a Group…
0
votes
0 answers

In background connect Room using XMPP Framework in ios

I am making chat application using XMPP Framework.For Group chat Room created successfully and also done chat successfully but for group notification i have not connect Group in Background. i tried to group connect in background after XMPP…
0
votes
1 answer

How to edit name of the existing Group name using XMPP in iOS

Currently i am making chat application and i required to Edit group name. if any one have solution then please send me because i spend many hours for edit group name but not found any solution. Thanks
0
votes
1 answer

How to delete or Exit Particular Groupchat using XMPP in iOS

Currently i am making chat application and i required to delete Particular groupchat. To delete group i tried 2 solutions but are not working. 1st solution i applied as follow :- xmppRoomStorage = [[XMPPRoomMemoryStorage alloc] init]; XMPPJID…
0
votes
1 answer

Use https with only http supporting node-xmpp-bosh

Intro I use converse.js for as XMPP webclient. Therefore I need a bosh server that handles the bidirectional communication. As such a server acts node-xmpp-bosh. Since my site is SSL/TLS encrypted and it's only available through https, it's only…
rwx
  • 696
  • 8
  • 25
0
votes
1 answer

trouble with configuring client using node-xmpp-client

I'm trying to create an XMPP HTTP gateway in nodejs using node-xmpp-client and adastra.re as an xmpp server. I've never worked with xmpp before and I'm having trouble configuring the client. var client = new XMPP.Client({ jid: ???, …
mbogor
  • 1
0
votes
1 answer

HipChat Nodejs Bot - Cant receive room messages

I am trying to create an hip chat bot with nodejs. The main library is node-xmpp. However at the moment the build is failing and I think thats why my nom install doesn't work. Any who I managed to write my own version based on the core modules. -…
czioutas
  • 1,032
  • 2
  • 11
  • 37
0
votes
1 answer

XMPP: Readonly multi user chat

I want to create MUC, where only 1 user (owner/admin) can send messages. Other users should join chat without any invintations, but only in readonly mode. (something like news feed, parser will post news to the chat each 15 minutes, anyone can join…
Kevin
  • 546
  • 4
  • 17
0
votes
1 answer

How to share Presence among Resources?

I'm developing a cross-platform application and which incoorperates XMPP (ejabberd). How can I share presence among resources? Please consider the following scenario: User A is logged onto three devices: PC, Android and iOS. User A, using Android,…
r712m
  • 299
  • 3
  • 7
0
votes
2 answers

Allow ejabberd_service (Jabber Component Protocol) to modify user's roster

I'm trying to use ejabberd_service (which is Jabber Component Protocol implementation, http://xmpp.org/extensions/xep-0114.html) to integrate ejabberd with an external application. The use case is to ask for subscription and add an item to the…
pzieba
  • 171
  • 1
  • 11
0
votes
1 answer

Node.js xmpp project connecting to MySQL

Hi I am trying to create a project using Node.js node-xmpp NPM. I do not know how do I make MySql as the database to store newly created users, I can create a DB on MySql in my localhost but how do I connect Node-xmpp to that database.
Sunil
  • 11
  • 1
  • 5
0
votes
1 answer

Error installing node-xmpp-server module

I am trying to implement a requirement on node-xmpp-server, but i am facing issue while installing this module. I have read the blog on how to install and read few other blog posts too, but nothing is helping me out. When I am trying to use npm…
Gaurav Gupta
  • 4,586
  • 4
  • 39
  • 72
0
votes
2 answers

Unable to connect to GTalk with node.js and node-xmpp

I am trying to connect to GTalk using node.js and node-xmpp. Instead of successfully connecting, node-xmpp returns a XML error response. Preparation $node -v v0.10.24 $npm install node-stringprep $npm install node-xmpp $npm list ... ├─┬…
InteractiveCube
  • 150
  • 1
  • 14
0
votes
1 answer

How does xmpp s2s work?

I have had hard time understanding the complete information flow in s2s interaction. There aren't many documents available on internet. I am using nodejs based xmpp-server to set up a xmpp server which is built on top of node-xmpp. This is working…
azi
  • 929
  • 1
  • 11
  • 31