source: trunk/instant_messenger/socket/BKP_20071105/BKP_20071026/BKP_20071019/BKP_20071018/BKP_20071009/BKP_20071008/xmpp.h @ 151

Revision 151, 459 bytes checked in by niltonneto, 16 years ago (diff)

Commit da nova versão do módulo, usando agente em C.
Vide Página do módulo do Trac:
http://www.expressolivre.org/dev/wiki/messenger

A versão anterior encontra-se na subpasta bkp (32/64).

Line 
1#define __CONNECT__     "<?xml version='1.0' encoding='UTF-8'?><stream:stream xmlns='jabber:client' xmlns:stream='http://etherx.jabber.org/streams' to='%s' version='1.0'>"
2
3#define __FEATURES_BEGIN__ "<stream:features"
4#define __FEATURES_END__ "</stream:features>"
5
6#define __STARTTLS_SERVER__     "<starttls"
7#define __STARTTLS_CLIENT__     "<starttls xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>"
8
9#define __PROCEED__             "<proceed xmlns='urn:ietf:params:xml:ns:xmpp-tls'/>"
Note: See TracBrowser for help on using the repository browser.