xmpp transport
I am going to try to create a LDAP verification service. It would exists on the users side of the firewall and talk to the LDAP source on their side. The Service that accepts credentials is a known endpoint. The service on the user's side of the firewall could use xmpp transport to establish a connection. A couple of questions:
When using xmpp transport and the wsf would the data be send over a single tcp connection both directions?
- Login or register to post comments
- Printer friendly version
- 503 reads











RE:xmpp transport
In WSF/C xmpp transport handled by iksemel library. AFAIK it
handles through a single connection for both direction.
Because it use iks_connect_tcp to connect to server and use
iks_send () and iks_recv () in order to send and receive.
HTH