Questions tagged [apache-vysper]

XMPP Server written in Java.

Apache Vysper is an upcoming modular, full featured jabber server written in Java. It can be embedded into other Java applications or it can also run as a standalone application.

19 questions
0
votes
3 answers

Implementing WebSocket on Spring MVC based Server

I searched a lot about implementing WebSocket/XMPP on Spring MVC based server but couldn't reach to a concrete answer. So here is my requirement Receive a message from a client (in my case it will be a android/iOS mobile) via WebSocket/XMPP on…
Badal
  • 4,078
  • 4
  • 28
  • 28
0
votes
1 answer

XMPPClient with vysper server gets no response

everyone I'm trying to implement a xmppclient on iOS.I start from the example in XMPPFRAMEWORK.But I can't connect to my server,which is apache-vysper-server.After receiving a xml,client send a xml to server. But there is no response ever. what is…
0
votes
1 answer

How to parse XML to Stanza or XmlFragment in vysper enviroment

To make a nice and readable test case i'd like to parse some hand written XML (copy-paste from xmpp.org), transform it to Stanza or XMLElement and proceed with actual tests. So i'd like to avoid stanza builders at all. Is such thing possible with…
Lauri
  • 201
  • 1
  • 6
0
votes
2 answers

Netty/mina cooperation. Is it possible to wrap netty's ChannelBuffer to MINA's IOBuffer?

Idea is to integrate apache vysper to existing netty application. Is it possible to ChannelBuffer from client being connected to netty as mina'a ChannelBuffer so it could be deligated to the vysper? Idea is to make custom netty based endpoint for…
Lauri
  • 201
  • 1
  • 6
1
2