Changeset 4955

Show
Ignore:
Timestamp:
07/10/10 18:32:55 (2 months ago)
Author:
wiechu
Message:
  • fix /xmpp:bookmark
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/jabber/commands.c

    r4941 r4955  
    15851585                } 
    15861586 
    1587                 watch_write(j->send_watch, "<iq type=\"get\" id=\"%s\"><query xmlns=\"jabber:iq:private \"><%s/></query></iq>", id, namespace); 
     1587                watch_write(j->send_watch, "<iq type=\"get\" id=\"%s\"><query xmlns=\"jabber:iq:private\"><%s/></query></iq>", id, namespace); 
    15881588                return 0; 
    15891589        }