Block file transfer feature

2013-07-08 Thread Ashay Chitnis
Hi Team, We need to block the file transfer feature presented on XMPP email clients. I suppose these XMPP email clients use our jabber servers to communicate to the other clients for file transfers. I need to block this feature. Is there a way to accomplish either 1. Completely ban the file

Re: transports on jabberd2

2013-07-08 Thread giacut
2013/7/7 Tomasz Sterna to...@xiaoka.com Dnia 2013-07-07, nie o godzinie 03:42 +0200, giacut pisze: transports plugins works on jabberd2 too? if not there is a simple example on how to make jabberd2 works like a xmpp2xxx gateway? Every transport component using XEP-0114 Jabber Component

Re: how to reply: roster push with type result?

2013-07-08 Thread li wang
I'm using python-xmpp package to support my communication with jabberd2. And the jabberd2 is configured to use plain text but not ssl/tls. Because all of the other stanza works fine, I think there is no problem in connection. Anyway, I shall try sm -D to see it. 2013/7/8 Tomasz Sterna

Re: how to reply: roster push with type result?

2013-07-08 Thread li wang
Now I'm using jabberd2 with ubuntu, the dpkg -l jabberd2 output is here: ii jabberd22.2.8-2.2ubuntu1 i386 Jabber instant messenger server In fact, I still do not know how to add -D for jabberd2-sm, the jabberd2 is started by: sudo service jabberd2 start. 2013/7/8

Re: transports on jabberd2

2013-07-08 Thread Tomasz Sterna
Dnia 2013-07-08, pon o godzinie 11:42 +0200, giacut pisze: https://github.com/jabberd2/transports ) but these components works only with jabberd 1.x. These components use standard XEP-0114 Jabber Component Protocol thus work with jabberd2 just fine. so i'm wondering: is there a code example

roster item

2013-07-08 Thread Haider Ali
can anyone help me locating that portion of code where jabberd2 server is loading roster items list from database thanks

Re: roster item

2013-07-08 Thread Haider Ali
or can anyone tell me that where the roster item module is thanks

Re: jabberd2 not work with mu-conference-0.8.81

2013-07-08 Thread Marek Červenka
Dne 7.7.2013 2:10, Carlos Lopez napsal(a): jabberd2 not work with mu-conference-0.8.81 thanks what's the problem? can you send logs? btw interesting. new version after 4 years ... i cant find changelog. am i blind? -- --- Marek Cervenka

Re: roster item

2013-07-08 Thread Tomasz Sterna
Dnia 2013-07-08, pon o godzinie 16:38 +0500, Haider Ali pisze: can anyone help me locating that portion of code where jabberd2 server is loading roster items list from database It is done in mod_roster in user-load chain: https://github.com/jabberd2/jabberd2/blob/master/sm/mod_roster.c#L749

Re: roster item

2013-07-08 Thread Shay Sharon
mod_roster.c On 8 Jul 2013 14:46, Haider Ali haider@smsall.pk wrote: or can anyone tell me that where the roster item module is thanks

struct definitions

2013-07-08 Thread Haider Ali
can any one help me in finding definitions of following struts os_t os_object_t is there any specific file for definition of structs

c2s segfaulting for unknown reasons

2013-07-08 Thread Maxim Lougovsky
Hi. Yesterday i found that c2s crashing constantly with random intervals with signal 11. Upgraded to latest version 17 but is does not help. Any suggestions about crashes? bt and core link below, iam running FreeBSD 8.2 mail# gdb /usr/local/bin/c2s -c /tmp/c2s.core GNU gdb 6.1.1 [FreeBSD]

Re: c2s segfaulting for unknown reasons

2013-07-08 Thread Tomasz Sterna
Dnia 2013-07-08, pon o godzinie 20:51 +0400, Maxim Lougovsky pisze: #0 0x284f99c8 in free () from /lib/libc.so.7 #1 0x284ea0f3 in catopen () from /lib/libc.so.7 #2 0x284e9947 in strerror_r () from /lib/libc.so.7 #3 0x284e9ad4 in strerror () from /lib/libc.so.7 #4 0x08050503 in

Re: c2s segfaulting for unknown reasons

2013-07-08 Thread Maxim Lougovsky
Tomasz Sterna писал 2013-07-08 21:39: Dnia 2013-07-08, pon o godzinie 20:51 +0400, Maxim Lougovsky pisze: #0 0x284f99c8 in free () from /lib/libc.so.7 #1 0x284ea0f3 in catopen () from /lib/libc.so.7 #2 0x284e9947 in strerror_r () from /lib/libc.so.7 #3 0x284e9ad4 in strerror () from

Re: how to reply: roster push with type result?

2013-07-08 Thread Peter Saint-Andre
So the Recv(testClient) is not necessarily something that came over the wire? That's confusing. :-) On 7/8/13 5:21 AM, li wang wrote: Ok, I know it is my fault now. The error message The feature requested is not implemented ... is generated by python-xmpp. This library required that every