comparison mcabber/src/jabglue.h @ 469:a926523d2392

Use UTF8 to handle resources and room nicknames
author Mikael Berthe <mikael@lilotux.net>
date Sat, 01 Oct 2005 23:17:05 +0200
parents e08b0c2d0e54
children 75442262c082
comparison
equal deleted inserted replaced
468:644b8bf9ca4d 469:a926523d2392
51 void jb_send_raw(const char *str); 51 void jb_send_raw(const char *str);
52 void jb_keepalive(); 52 void jb_keepalive();
53 inline void jb_reset_keepalive(); 53 inline void jb_reset_keepalive();
54 void jb_set_keepalive_delay(unsigned int delay); 54 void jb_set_keepalive_delay(unsigned int delay);
55 inline void jb_set_priority(unsigned int priority); 55 inline void jb_set_priority(unsigned int priority);
56 void jb_room_join(const char *room); 56 void jb_room_join(const char *room, const char *nickname);
57 void jb_room_unlock(const char *room); 57 void jb_room_unlock(const char *room);
58 58
59 #endif /* __JABGLUE_H__ */ 59 #endif /* __JABGLUE_H__ */