скачал от суда mrim
http://svn.xmpp.ru/repos/mrim/настроил как написано в install
при запуске ./mrim.sh -c mrim.conf
выводится:
/usr/lib/python2.6/site-packages/xmpp/auth.py:24: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha,base64,random,dispatcher,re
/usr/lib/python2.6/site-packages/xmpp/auth.py:26: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
22/12/14-14:20:20 Starting the caching resolver in a separate thread.
22/12/14-14:20:20 Connecting to XMPP server
Traceback (most recent call last):
File "/opt/openfire/conf/mrim/src/init.py", line 134, in start
xmpp_con.run()
File "/opt/openfire/conf/mrim/src/transport.py", line 45, in run
self.start(self.server, self.port, self.name, self.password)
File "/opt/openfire/conf/mrim/src/gw.py", line 18, in start
self.socket = self.Connection._sock
File "/opt/openfire/conf/mrim/src/async.py", line 421, in __getattr__
return getattr(self.socket, attr)
AttributeError: 'NoneType' object has no attribute 'Connection'
22/12/14-14:20:20 Connection to server lost
22/12/14-14:20:20 Trying to reconnect over 5 seconds
кто нибудь сталкивался с таким???